DID NUMBER FORMAT
Added by Daniel Carneiro do Nascimento over 10 years ago
What is the number (DID) format that I need to send from my carrier to the DID number that GoAutodial will understand it?
My wireshark logs told me that Im sending +5521XXXX0665, but I know for sure that "PLUS" it is not suported by GoAutodial in the DID form.
Im getting 404 and the DID is being used by Campaing, in the INbound did perfectly. But 404 is being returned from GoAutodial to my Carrier platform (using CENTILE INSTRA)
Thank you all for your help and care!
You may paste as a reply only the formats that Goautodial support ;-)
Daniel Nascimento
Replies (6)
RE: DID NUMBER FORMAT
-
Added by Guillermo Quiros over 10 years ago
Boa Tarde !!!
Voce no prescisa wireshark
all you gotta do is on the CLI
asterisk -r
And you will see calls and how they flow and go....
You must let us know your carrier settings so we can see it and help you correct it if there's anything wrong
the +, no carrier support that, that's just converts on to 00 (as my understanding, i may be wrong)
If you want, and if you can have access to your computer, let me have your teamviewer, so i can collaborate...
Skype:
Directv.dish.network
Have fun !!!
RE: DID NUMBER FORMAT
-
Added by Daniel Carneiro do Nascimento over 10 years ago
[Oct 29 17:14:53] == Using SIP RTP CoS mark 5
[Oct 29 17:14:53] NOTICE3026: chan_sip.c:23534 handle_request_invite: Call from 'centileserver' (177.67.24.35:5060) to extension '+552130300665' rejected because extension not found in context 'trunkinbound'.
thnkx for the tip in the asterisk logs - makes more sense than Wireshark all calls and all... ;-)
RE: DID NUMBER FORMAT
-
Added by striker 247 over 10 years ago
if all your incomming numbers having + then use the below dialplan instead of default dialplan
go to vi /etc/asterisk/extensions.conf
edit the dialplan under Trunkinbound context
[trunkinbound] exten => _X.,1,Set(CALLERID(num):1) exten => _X.,2,AGI(agi-DID_route.agi) exten => _X.,n,Hangup() exten => h,1,AGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})
br
striker
www.striker24x7.blogspot.com
RE: DID NUMBER FORMAT
-
Added by Daniel Carneiro do Nascimento over 10 years ago
same thing..
[trunkinbound]
exten => _X.,1,Set(CALLERID:1)
exten => _X.,2,AGI
exten => _X.,n,Hangup()
exten => h,1,AGI
results:.
[Oct 30 16:17:06] NOTICE3275: chan_sip.c:23534 handle_request_invite: Call from 'centilecarrier' (177.67.24.35:5060) to extension '+552130300665' rejected because extension not found in context 'trunkinbound'.
RE: DID NUMBER FORMAT
-
Added by Daniel Carneiro do Nascimento over 10 years ago
Daniel Carneiro do Nascimento wrote:
The Ctrl +v omited somethings... now theres how my [trunkinbound] really is -
[trunkinbound]
exten => _X.,1,Set(CALLERID:1)
exten => _X.,2,AGI
exten => _X.,n,Hangup()
exten => h,1,AGI
But as before, same results as [Oct 30 16:31:03] NOTICE3275: chan_sip.c:23534 handle_request_invite: Call from 'centilecarrier' (177.67.24.35:5060) to extension '+552130300665' rejected because extension not found in context 'trunkinbound'.
dunno what it is going wrong...
:/
same thing..
[trunkinbound]
exten => _X.,1,Set(CALLERID:1)
exten => _X.,2,AGI
exten => _X.,n,Hangup()exten => h,1,AGI
results:.
[Oct 30 16:17:06] NOTICE3275: chan_sip.c:23534 handle_request_invite: Call from 'centilecarrier' (177.67.24.35:5060) to extension '+552130300665' rejected because extension not found in context 'trunkinbound'.
RE: DID NUMBER FORMAT
-
Added by striker 247 over 10 years ago
try
[trunkinbound] exten => _.,1,Set(CALLERID(num):1) exten => _.,2,AGI(agi-DID_route.agi) exten => _.,n,Hangup() exten => h,1,AGI(agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})
br
striker
www.striker24x7.blogspot.com