I have a problem with my PBX. I dont know if ALL callers experience this issue, but when I call the system from my mobile phone, I get “The Number You Have Dialed Is Unavailable”.
I currently have an account with CallCentric where they give me a single DID and then I can purchase multiple phone numbers that all operate off of that DID. If I can remember correctly, I had this working before when I called from my Other mobile phone (Bell Mobility), but now when I call from my iPhone (Rogers)… it doesn’t work.
Here is my asterisk trace (did changed for privacy)
[quote]Connected to Asterisk 1.4.21.1 currently running on pbx (pid = 2591)
Verbosity is at least 3
== Connect attempt from ‘192.168.0.195’ unable to authenticate
== Parsing ‘/etc/asterisk/manager.conf’: Found
== Parsing ‘/etc/asterisk/manager_additional.conf’: Found
== Parsing ‘/etc/asterisk/manager_custom.conf’: Found
== Connect attempt from ‘192.168.0.195’ unable to authenticate
– Executing [17771112222@from-sip-external:1] NoOp(“SIP/5060-0a041960”, “Received incoming SIP connection from unknown peer to 17771112222”) in new stack
– Executing [17771112222@from-sip-external:2] Set(“SIP/5060-0a041960”, “DID=17771112222”) in new stack
– Executing [17771112222@from-sip-external:3] Goto(“SIP/5060-0a041960”, “s|1”) in new stack
– Goto (from-sip-external,s,1)
– Executing [s@from-sip-external:1] GotoIf(“SIP/5060-0a041960”, “0?from-trunk|17771112222|1”) in new stack
– Executing [s@from-sip-external:2] Set(“SIP/5060-0a041960”, “TIMEOUT(absolute)=15”) in new stack
– Channel will hangup at 2008-08-16 01:22:10 UTC.
– Executing [s@from-sip-external:3] Answer(“SIP/5060-0a041960”, “”) in new stack
– Executing [s@from-sip-external:4] Wait(“SIP/5060-0a041960”, “2”) in new stack
– Executing [s@from-sip-external:5] Playback(“SIP/5060-0a041960”, “ss-noservice”) in new stack
– <SIP/5060-0a041960> Playing ‘ss-noservice’ (language ‘en’)
== Spawn extension (from-sip-external, s, 5) exited non-zero on ‘SIP/5060-0a041960’
– Executing [h@from-sip-external:1] NoOp(“SIP/5060-0a041960”, “Hangup”) in new stack
– Executing [h@from-sip-external:2] Set(“SIP/5060-0a041960”, “DID=s”) in new stack
– Executing [h@from-sip-external:3] Goto(“SIP/5060-0a041960”, “s|1”) in new stack
– Goto (from-sip-external,s,1)
– Executing [s@from-sip-external:1] GotoIf(“SIP/5060-0a041960”, “0?from-trunk|s|1”) in new stack
– Executing [s@from-sip-external:2] Set(“SIP/5060-0a041960”, “TIMEOUT(absolute)=15”) in new stack
– Channel will hangup at 2008-08-16 01:22:15 UTC.
– Executing [s@from-sip-external:3] Answer(“SIP/5060-0a041960”, “”) in new stack
== Spawn extension (from-sip-external, s, 3) exited non-zero on ‘SIP/5060-0a041960’[/quote]
And here is my current extensions_custom.conf (phone numbers changed for privacy)
If I call any one of those phone numbers from my mobile phone… I get that “unavailable” recording.
Any help is greatly appreciated!!!