Outbound Call - the Number you have dialed is not in service

Hello,
I am getting “The Number you have dialed is not in service” while calling outbound

Assuming a SIP trunk, this typically means that the provider returned a 404 error, usually caused by the called number not being in the format the provider expects. However, some providers might return this error because the username or from domain is incorrect, or the caller ID is invalid.

At the Asterisk command prompt, type
pjsip set logger on
if using a pjsip trunk, or
sip set debug on
if using chan_sip, then make a failing test call.
The SIP trace will appear in the Asterisk log, along with the regular entries.

If you have trouble understanding the log, paste it at https://pastebin.freepbx.org and post the link here.
Also, post whether you have trouble on all numbers, calls to a specific carrier, or only calls to one number.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.