Dialing Issue
Posted: Fri Aug 09, 2013 6:44 pm
Hello everyone, again!
Just a quick one. I'm setting up a GoautoDial box here in the UK.
I upload my Excel list to the Goautodial server which has phone numbers in the following format:
01423223489 (landline)
07879478983 (mobile)
So when i check the asterisk log (astierk -r command) I keep getting "Congestion" logs which is why I'm not getting any calls connecting.
I've loaded the excel files using the 44 UK country code. From looking at the asterisk -r debug the system is dialing 94401423223479 which my carrier wont like.
I tried uploading my Excel file with "PHONE CODE - Load Lead from File" but then i get the following error in my asterisk -r debug:
[Aug 10 00:43:38] NOTICE[10076]: chan_local.c:599 local_call: No such extension/context 9in_file01765604002@default while calling Local channel
[Aug 10 00:43:38] NOTICE[10076]: channel.c:3612 __ast_request_and_dial: Unable to call channel Local/9in_file01765604002@default
My dial plan is the following:
exten => _9X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9X.,2,Dial(SIP/${EXTEN:2}@SIP01,,tTo)
exten => _9X.,3,Hangup
Any body have any ideas what's going on?
Thanks again!
Andy
Just a quick one. I'm setting up a GoautoDial box here in the UK.
I upload my Excel list to the Goautodial server which has phone numbers in the following format:
01423223489 (landline)
07879478983 (mobile)
So when i check the asterisk log (astierk -r command) I keep getting "Congestion" logs which is why I'm not getting any calls connecting.
I've loaded the excel files using the 44 UK country code. From looking at the asterisk -r debug the system is dialing 94401423223479 which my carrier wont like.
I tried uploading my Excel file with "PHONE CODE - Load Lead from File" but then i get the following error in my asterisk -r debug:
[Aug 10 00:43:38] NOTICE[10076]: chan_local.c:599 local_call: No such extension/context 9in_file01765604002@default while calling Local channel
[Aug 10 00:43:38] NOTICE[10076]: channel.c:3612 __ast_request_and_dial: Unable to call channel Local/9in_file01765604002@default
My dial plan is the following:
exten => _9X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9X.,2,Dial(SIP/${EXTEN:2}@SIP01,,tTo)
exten => _9X.,3,Hangup
Any body have any ideas what's going on?
Thanks again!
Andy