Project

General

Profile

Please Help-Cannot get JustGoVoip to sync and make calls with GoAutoDial v3.3

Added by Anonymous over 5 years ago

I installed the GAD v3.3 iso (Asterisk 1.8.23.0) on a test vultr remote vps. Installation went well! I'm USA based and haven't setup SSL for the server yet because I couldn't get it to work using the instructions in the wiki.

I created 2 test agent accounts. Both of them register fine using Zoiper. However, I am not able to make any manual calls. For testing, I've only been trying to make manual calls to make sure it works before importing new lists/campaigns. The dial plan shows a 1, then I enter the number and hear, "I am sorry that's not a valid extension, please try again." I'm scoured for answers the last few hours with nothing to show for it. I'm really hoping somebody can help me out.

I already have a JustGoVoip account so I opted to use the "manual" option when adding a CARRIER. I pretty much left the defaults as is.
Carrier ID: goautodial
Carrier Name: goautodial
Carrier Description: justgovoip
Authentication: Registration
Username: XXXXXXXX
PW: XXXXXXX
Server IP: dal.justgovoip.com
Codecs: GSM/Ulaw only selected
DMTF Mode: RFC2833
Protocol: SIP
Server IP: my dedicated ip address with vultr

Account entry:

[goautodial]
disallow=all
allow=gsm
allow=ulaw
type=friend
secret=XXXXXXXX
username=XXXXXXXX
host=dal.justgovoip.com
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very (also tried invite,port too)
nat=yes

Dialplan Entry:
exten => _91XXXXXXXXXX,1,AGI
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@dal.justgovoip.com,,tTo) (also tried to just enter goautodial like the "Carrier Sample Configuration" page shows-didn't work)
exten => _91XXXXXXXXXX,3,Hangup

Reloading dialplan produced the following

Connected to Asterisk 1.8.23.0-1_centos5.go RPM by currently running on go (pid = 2863)
Verbosity is at least 4
go*CLI> reload
[Oct 23 20:30:15] Parsing '/etc/asterisk/extconfig.conf': [Oct 23 20:30:15] Found
[Oct 23 20:30:15] Parsing '/etc/asterisk/logger.conf': [Oct 23 20:30:15] Found
[Oct 23 20:30:15] Asterisk Queue Logger restarted
[Oct 23 20:30:15] Parsing '/etc/asterisk/cel.conf': [Oct 23 20:30:15] Found
[Oct 23 20:30:15] -- CEL logging disabled.
[Oct 23 20:30:15] Parsing '/etc/asterisk/codecs.conf': [Oct 23 20:30:15] Found
[Oct 23 20:30:15] -- Reloading module 'res_fax.so' (Generic FAX Applications)
[Oct 23 20:30:15] -- Reloading module 'res_crypto.so' (Cryptographic Digital Signatures)
[Oct 23 20:30:15] -- Reloading module 'res_calendar.so' (Asterisk Calendar integration)
[Oct 23 20:30:15] -- Reloading module 'res_stun_monitor.so' (STUN Network Monitor)
[Oct 23 20:30:15] -- Reloading module 'res_musiconhold.so' (Music On Hold Resource)
[Oct 23 20:30:15] Parsing '/etc/asterisk/musiconhold.conf': [Oct 23 20:30:15] Found
[Oct 23 20:30:15] Parsing '/etc/asterisk/musiconhold-vicidial.conf': [Oct 23 20:30:15] Found
[Oct 23 20:30:15] WARNING18326: res_musiconhold.c:1061 moh_scan_files: Cannot open dir /var/lib/asterisk/quiet-mp3 or dir does not exist
[Oct 23 20:30:15] WARNING18326: res_musiconhold.c:1061 moh_scan_files: Cannot open dir /var/lib/asterisk/default or dir does not exist
[Oct 23 20:30:15] -- Reloading module 'pbx_ael.so' (Asterisk Extension Language Compiler)
[Oct 23 20:30:15] NOTICE18326: pbx_ael.c:164 pbx_load_module: Starting AEL load process.
[Oct 23 20:30:15] NOTICE18326: pbx_ael.c:177 pbx_load_module: AEL load process: parsed config file name '/etc/asterisk/extensions.ael'.
[Oct 23 20:30:15] NOTICE18326: pbx_ael.c:180 pbx_load_module: AEL load process: checked config file name '/etc/asterisk/extensions.ael'.
[Oct 23 20:30:15] Setting global variable 'CONSOLE-AEL' to '"Console/dsp"'
[Oct 23 20:30:15] Setting global variable 'IAXINFO-AEL' to 'guest'
[Oct 23 20:30:15] Setting global variable 'OUTBOUND-TRUNK' to '"Zap/g2"'
[Oct 23 20:30:15] Setting global variable 'OUTBOUND-TRUNKMSD' to '1'
[Oct 23 20:30:15] -- Registered extension context 'ael-dundi-e164-canonical'; registrar: pbx_ael
[Oct 23 20:30:15] -- Registered extension context 'ael-dundi-e164-customers'; registrar: pbx_ael
[Oct 23 20:30:15] -- Registered extension context 'ael-dundi-e164-via-pstn'; registrar: pbx_ael
[Oct 23 20:30:15] -- Registered extension context 'ael-dundi-e164-local'; registrar: pbx_ael
[Oct 23 20:30:15] -- Including context 'ael-dundi-e164-canonical' in context 'ael-dundi-e164-local'
[Oct 23 20:30:15] -- Including context 'ael-dundi-e164-customers' in context 'ael-dundi-e164-local'
[Oct 23 20:30:15] -- Including context 'ael-dundi-e164-via-pstn' in context 'ael-dundi-e164-local'
[Oct 23 20:30:15] -- Registered extension context 'ael-dundi-e164-switch'; registrar: pbx_ael
[Oct 23 20:30:15] -- Including switch 'DUNDi/e164' in context 'ael-dundi-e164-switch'
[Oct 23 20:30:15] -- Registered extension context 'ael-dundi-e164-lookup'; registrar: pbx_ael
[Oct 23 20:30:15] -- Including context 'ael-dundi-e164-local' in context 'ael-dundi-e164-lookup'
[Oct 23 20:30:15] -- Including context 'ael-dundi-e164-switch' in context 'ael-dundi-e164-lookup'
[Oct 23 20:30:15] -- Registered extension context 'ael-dundi-e164'; registrar: pbx_ael
[Oct 23 20:30:15] -- Registered extension context 'ael-iaxtel700'; registrar: pbx_ael
[Oct 23 20:30:15] -- Registered extension context 'ael-iaxprovider'; registrar: pbx_ael
[Oct 23 20:30:15] -- Registered extension context 'ael-trunkint'; registrar: pbx_ael
[Oct 23 20:30:15] -- Including context 'ael-dundi-e164-lookup' in context 'ael-trunkint'
[Oct 23 20:30:15] -- Registered extension context 'ael-trunkld'; registrar: pbx_ael
[Oct 23 20:30:15] -- Including context 'ael-dundi-e164-lookup' in context 'ael-trunkld'
[Oct 23 20:30:15] -- Registered extension context 'ael-trunklocal'; registrar: pbx_ael
[Oct 23 20:30:15] -- Registered extension context 'ael-trunktollfree'; registrar: pbx_ael
[Oct 23 20:30:15] -- Registered extension context 'ael-international'; registrar: pbx_ael
[Oct 23 20:30:15] -- Including context 'ael-longdistance' in context 'ael-international'
[Oct 23 20:30:15] -- Including context 'ael-trunkint' in context 'ael-international'
[Oct 23 20:30:15] -- Registered extension context 'ael-longdistance'; registrar: pbx_ael
[Oct 23 20:30:15] -- Including context 'ael-local' in context 'ael-longdistance'
[Oct 23 20:30:15] -- Including context 'ael-trunkld' in context 'ael-longdistance'
[Oct 23 20:30:15] -- Registered extension context 'ael-local'; registrar: pbx_ael
[Oct 23 20:30:15] -- Including context 'ael-default' in context 'ael-local'
[Oct 23 20:30:15] -- Including context 'ael-trunklocal' in context 'ael-local'
[Oct 23 20:30:15] -- Including context 'ael-iaxtel700' in context 'ael-local'
[Oct 23 20:30:15] -- Including context 'ael-trunktollfree' in context 'ael-local'
[Oct 23 20:30:15] -- Including context 'ael-iaxprovider' in context 'ael-local'
[Oct 23 20:30:15] -- Registered extension context 'ael-std-exten-ael'; registrar: pbx_ael
[Oct 23 20:30:15] -- Registered extension context 'ael-demo'; registrar: pbx_ael
[Oct 23 20:30:15] -- Registered extension context 'ael-default'; registrar: pbx_ael
[Oct 23 20:30:15] -- Including context 'ael-demo' in context 'ael-default'
[Oct 23 20:30:15] -- Registered extension context 'ael-builtin-h-bubble'; registrar: pbx_ael
[Oct 23 20:30:15] -- Including context 'ael-builtin-h-bubble' in context 'ael-dundi-e164'
[Oct 23 20:30:15] -- Including context 'ael-builtin-h-bubble' in context 'ael-std-exten-ael'
[Oct 23 20:30:15] -- Added extension '~~s~~' priority 1 to ael-dundi-e164
[Oct 23 20:30:15] -- Added extension '~~s~~' priority 2 to ael-dundi-e164
[Oct 23 20:30:15] -- Added extension '~~s~~' priority 3 to ael-dundi-e164
[Oct 23 20:30:15] -- Added extension '_91700XXXXXXX' priority 1 to ael-iaxtel700
[Oct 23 20:30:15] -- Added extension '_9011.' priority 1 to ael-trunkint
[Oct 23 20:30:15] -- Added extension '_9011.' priority 2 to ael-trunkint
[Oct 23 20:30:15] -- Added extension '_91NXXNXXXXXX' priority 1 to ael-trunkld
[Oct 23 20:30:15] -- Added extension '_91NXXNXXXXXX' priority 2 to ael-trunkld
[Oct 23 20:30:15] -- Added extension '_9NXXXXXX' priority 1 to ael-trunklocal
[Oct 23 20:30:15] -- Added extension '_91800NXXXXXX' priority 1 to ael-trunktollfree
[Oct 23 20:30:15] -- Added extension '_91888NXXXXXX' priority 1 to ael-trunktollfree
[Oct 23 20:30:15] -- Added extension '_91877NXXXXXX' priority 1 to ael-trunktollfree
[Oct 23 20:30:15] -- Added extension '_91866NXXXXXX' priority 1 to ael-trunktollfree
[Oct 23 20:30:15] -- Added extension '~~s~~' priority 1 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension '~~s~~' priority 2 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension '~~s~~' priority 3 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension '~~s~~' priority 4 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension '~~s~~' priority 5 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension '~~s~~' priority 6 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension '~~s~~' priority 7 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension '~~s~~' priority 8 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension 'a' priority 1 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension 'a' priority 2 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension '_sw_22_.' priority 10 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension '_sw_22_.' priority 11 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension 'sw_22_' priority 10 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension 'sw_22_BUSY' priority 10 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension 'sw_22_BUSY' priority 11 to ael-std-exten-ael
[Oct 23 20:30:15] -- Added extension 's' priority 1 to ael-demo
[Oct 23 20:30:15] -- Added extension 's' priority 2 to ael-demo
[Oct 23 20:30:15] -- Added extension 's' priority 3 to ael-demo
[Oct 23 20:30:15] -- Added extension 's' priority 4 to ael-demo
[Oct 23 20:30:15] -- Added extension 's' priority 5 to ael-demo
[Oct 23 20:30:15] -- Added extension 's' priority 6 to ael-demo
[Oct 23 20:30:15] -- Added extension 's' priority 7 to ael-demo
[Oct 23 20:30:15] -- Added extension 's' priority 8 to ael-demo
[Oct 23 20:30:15] -- Added extension 's' priority 9 to ael-demo
[Oct 23 20:30:15] -- Added extension 's' priority 10 to ael-demo
[Oct 23 20:30:15] -- Added extension 's' priority 11 to ael-demo
[Oct 23 20:30:15] -- Added extension 's' priority 12 to ael-demo
[Oct 23 20:30:15] -- Added extension '2' priority 1 to ael-demo
[Oct 23 20:30:15] -- Added extension '2' priority 2 to ael-demo
[Oct 23 20:30:15] -- Added extension '3' priority 1 to ael-demo
[Oct 23 20:30:15] -- Added extension '3' priority 2 to ael-demo
[Oct 23 20:30:15] -- Added extension '1000' priority 1 to ael-demo
[Oct 23 20:30:15] -- Added extension '500' priority 1 to ael-demo
[Oct 23 20:30:15] -- Added extension '500' priority 2 to ael-demo
[Oct 23 20:30:15] -- Added extension '500' priority 3 to ael-demo
[Oct 23 20:30:15] -- Added extension '500' priority 4 to ael-demo
[Oct 23 20:30:15] -- Added extension '600' priority 1 to ael-demo
[Oct 23 20:30:15] -- Added extension '600' priority 2 to ael-demo
[Oct 23 20:30:15] -- Added extension '600' priority 3 to ael-demo
[Oct 23 20:30:15] -- Added extension '600' priority 4 to ael-demo
[Oct 23 20:30:15] -- Added extension '_1234' priority 1 to ael-demo
[Oct 23 20:30:15] -- Added extension '8500' priority 1 to ael-demo
[Oct 23 20:30:15] -- Added extension '8500' priority 2 to ael-demo
[Oct 23 20:30:15] -- Added extension '#' priority 1 to ael-demo
[Oct 23 20:30:15] -- Added extension '#' priority 2 to ael-demo
[Oct 23 20:30:15] -- Added extension 't' priority 1 to ael-demo
[Oct 23 20:30:15] -- Added extension 'i' priority 1 to ael-demo
[Oct 23 20:30:15] -- Added extension 'h' priority 1 to ael-builtin-h-bubble
[Oct 23 20:30:15] -- Added extension 'h' priority 9991 to ael-builtin-h-bubble
[Oct 23 20:30:15] -- Added extension 'h' priority 9992 to ael-builtin-h-bubble
[Oct 23 20:30:15] -- Added extension 'h' priority 9993 to ael-builtin-h-bubble
[Oct 23 20:30:15] -- Added extension 'h' priority 9994 to ael-builtin-h-bubble
[Oct 23 20:30:15] -- Added extension 'h' priority 9995 to ael-builtin-h-bubble
[Oct 23 20:30:15] -- Added extension 'h' priority 9996 to ael-builtin-h-bubble
[Oct 23 20:30:15] NOTICE18326: pbx_ael.c:187 pbx_load_module: AEL load process: compiled config file name '/etc/asterisk/extensions.ael'.
[Oct 23 20:30:15] -- Registered extension context 'app_queue_gosub_virtual_context'; registrar: app_queue
[Oct 23 20:30:15] -- merging incls/swits/igpats from old(app_queue_gosub_virtual_context) to new(app_queue_gosub_virtual_context) context, registrar = pbx_ael
[Oct 23 20:30:15] -- Added extension 's' priority 1 to app_queue_gosub_virtual_context
[Oct 23 20:30:15] -- Registered extension context 'app_dial_gosub_virtual_context'; registrar: app_dial
[Oct 23 20:30:15] -- merging incls/swits/igpats from old(app_dial_gosub_virtual_context) to new(app_dial_gosub_virtual_context) context, registrar = pbx_ael
[Oct 23 20:30:15] -- Added extension 's' priority 1 to app_dial_gosub_virtual_context
[Oct 23 20:30:15] -- Registered extension context 'iaxregistration'; registrar: IAX2
[Oct 23 20:30:15] -- merging incls/swits/igpats from old(iaxregistration) to new(iaxregistration) context, registrar = pbx_ael
[Oct 23 20:30:15] -- Registered extension context 'parkedcalls'; registrar: features
[Oct 23 20:30:15] -- merging incls/swits/igpats from old(parkedcalls) to new(parkedcalls) context, registrar = pbx_ael
[Oct 23 20:30:15] -- Added extension '700' priority 1 to parkedcalls
[Oct 23 20:30:15] -- Registered extension context 'monitor_exit'; registrar: pbx_config
[Oct 23 20:30:15] -- merging incls/swits/igpats from old(monitor_exit) to new(monitor_exit) context, registrar = pbx_ael
[Oct 23 20:30:15] -- Added extension 't' priority 2 to monitor_exit
[Oct 23 20:30:15] -- Added extension 't' priority 1 to monitor_exit
[Oct 23 20:30:15] -- Added extension '#' priority 2 to monitor_exit
[Oct 23 20:30:15] -- Added extension '#' priority 1 to monitor_exit
[Oct 23 20:30:15] -- Added extension 'i' priority 2 to monitor_exit
[Oct 23 20:30:15] -- Added extension 'i' priority 1 to monitor_exit
[Oct 23 20:30:15] -- Added extension '_X' priority 2 to monitor_exit
[Oct 23 20:30:15] -- Added extension '_X' priority 1 to monitor_exit
[Oct 23 20:30:15] -- Added extension 'h' priority 1 to monitor_exit
[Oct 23 20:30:15] -- Registered extension context 'monitor'; registrar: pbx_config
[Oct 23 20:30:15] -- merging incls/swits/igpats from old(monitor) to new(monitor) context, registrar = pbx_ael
[Oct 23 20:30:15] -- Added extension '_99[0-2]XX' priority 2 to monitor
[Oct 23 20:30:15] -- Added extension '_99[0-2]XX' priority 1 to monitor
[Oct 23 20:30:15] -- Added extension '_8[0-2]XX' priority 2 to monitor
[Oct 23 20:30:15] -- Added extension '_8[0-2]XX' priority 1 to monitor
[Oct 23 20:30:15] -- Added extension 't' priority 2 to monitor
[Oct 23 20:30:15] -- Added extension 't' priority 1 to monitor
[Oct 23 20:30:15] -- Added extension '#' priority 2 to monitor
[Oct 23 20:30:15] -- Added extension '#' priority 1 to monitor
[Oct 23 20:30:15] -- Added extension 'i' priority 2 to monitor
[Oct 23 20:30:15] -- Added extension 'i' priority 1 to monitor
[Oct 23 20:30:15] -- Added extension 's' priority 6 to monitor
[Oct 23 20:30:15] -- Added extension 's' priority 5 to monitor
[Oct 23 20:30:15] -- Added extension 's' priority 4 to monitor
[Oct 23 20:30:15] -- Added extension 's' priority 3 to monitor
[Oct 23 20:30:15] -- Added extension 's' priority 2 to monitor
[Oct 23 20:30:15] -- Added extension 's' priority 1 to monitor
[Oct 23 20:30:15] -- Added extension 'h' priority 1 to monitor
[Oct 23 20:30:15] -- Registered extension context 'default'; registrar: pbx_config
[Oct 23 20:30:15] -- merging incls/swits/igpats from old(default) to new(default) context, registrar = pbx_ael
[Oct 23 20:30:15] -- Including context 'vicidial-auto' in context 'default'
[Oct 23 20:30:15] -- Added extension '_999XXXXXX0' priority 4 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX0' priority 3 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX0' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX0' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX9' priority 4 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX9' priority 3 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX9' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX9' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX8' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX8' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX7' priority 4 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX7' priority 3 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX7' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX7' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX6' priority 4 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX6' priority 3 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX6' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX6' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX5' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX5' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX4' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX4' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX3' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX3' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX2' priority 4 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX2' priority 3 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX2' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX2' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XXXX112' priority 5 to default
[Oct 23 20:30:15] -- Added extension '_999XXXX112' priority 4 to default
[Oct 23 20:30:15] -- Added extension '_999XXXX112' priority 3 to default
[Oct 23 20:30:15] -- Added extension '_999XXXX112' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XXXX112' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XX19112' priority 5 to default
[Oct 23 20:30:15] -- Added extension '_999XX19112' priority 4 to default
[Oct 23 20:30:15] -- Added extension '_999XX19112' priority 3 to default
[Oct 23 20:30:15] -- Added extension '_999XX19112' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XX19112' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XX18112' priority 5 to default
[Oct 23 20:30:15] -- Added extension '_999XX18112' priority 4 to default
[Oct 23 20:30:15] -- Added extension '_999XX18112' priority 3 to default
[Oct 23 20:30:15] -- Added extension '_999XX18112' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XX18112' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XX11112' priority 5 to default
[Oct 23 20:30:15] -- Added extension '_999XX11112' priority 4 to default
[Oct 23 20:30:15] -- Added extension '_999XX11112' priority 3 to default
[Oct 23 20:30:15] -- Added extension '_999XX11112' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XX11112' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX1' priority 4 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX1' priority 3 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX1' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_999XXXXXX1' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8375' priority 7 to default
[Oct 23 20:30:15] -- Added extension '8375' priority 6 to default
[Oct 23 20:30:15] -- Added extension '8375' priority 5 to default
[Oct 23 20:30:15] -- Added extension '8375' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8375' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8375' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8375' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8374' priority 5 to default
[Oct 23 20:30:15] -- Added extension '8374' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8374' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8374' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8374' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8373' priority 7 to default
[Oct 23 20:30:15] -- Added extension '8373' priority 6 to default
[Oct 23 20:30:15] -- Added extension '8373' priority 5 to default
[Oct 23 20:30:15] -- Added extension '8373' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8373' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8373' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8373' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8372' priority 5 to default
[Oct 23 20:30:15] -- Added extension '8372' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8372' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8372' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8372' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8369' priority 7 to default
[Oct 23 20:30:15] -- Added extension '8369' priority 6 to default
[Oct 23 20:30:15] -- Added extension '8369' priority 5 to default
[Oct 23 20:30:15] -- Added extension '8369' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8369' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8369' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8369' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8368' priority 5 to default
[Oct 23 20:30:15] -- Added extension '8368' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8368' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8368' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8368' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8367' priority 5 to default
[Oct 23 20:30:15] -- Added extension '8367' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8367' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8367' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8367' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8366' priority 5 to default
[Oct 23 20:30:15] -- Added extension '8366' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8366' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8366' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8366' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8365' priority 5 to default
[Oct 23 20:30:15] -- Added extension '8365' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8365' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8365' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8365' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8364' priority 5 to default
[Oct 23 20:30:15] -- Added extension '8364' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8364' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8364' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8364' priority 1 to default
[Oct 23 20:30:15] -- Added extension '34567890123456789' priority 3 to default
[Oct 23 20:30:15] -- Added extension '34567890123456789' priority 2 to default
[Oct 23 20:30:15] -- Added extension '34567890123456789' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8162' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8162' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8500998' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8500998' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8500998' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8500998' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8352' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8352' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8352' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_8331*.' priority 5 to default
[Oct 23 20:30:15] -- Added extension '_8331*.' priority 4 to default
[Oct 23 20:30:15] -- Added extension '_8331*.' priority 3 to default
[Oct 23 20:30:15] -- Added extension '_8331*.' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_8331*.' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_8320*.' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_8320*.' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8320' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8320' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8307' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8307' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8307' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8304' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8304' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8304' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8302' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8302' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8302' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8303' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8303' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8303' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8303' priority 1 to default
[Oct 23 20:30:15] -- Added extension '8301' priority 4 to default
[Oct 23 20:30:15] -- Added extension '8301' priority 3 to default
[Oct 23 20:30:15] -- Added extension '8301' priority 2 to default
[Oct 23 20:30:15] -- Added extension '8301' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_986009XX' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_86009XX' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_558600XXX' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_558600XXX' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_58600XXX' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_58600XXX' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_68600XXX' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_68600XXX' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_78600XXX' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_78600XXX' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_8600[1-2]XX' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_8600[1-2]XX' priority 1 to default
[Oct 23 20:30:15] -- Added extension '_86000[5-9]X' priority 2 to default
[Oct 23 20:30:15] -- Added extension '_86000[5-9]X' priority 1 to default
[Oct 23 20:30:52] NOTICE2969: chan_sip.c:23436 handle_request_invite: Failed to authenticate device <sip:>;tag=332464212

That last line keeps on coming up and I have no idea how to fix it. I'm not sure if it should be using sip:1001 or not. My sip logins are 5 digits.

This is the complete output from when I logged out of the Agent Login and back in to place a manual call.

Connected to Asterisk 1.8.23.0-1_centos5.go RPM by currently running on go (pid = 2863)
Verbosity is at least 4
[Oct 23 20:21:51] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:21:51] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:21:51] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:21:51] -- Executing [55558600051@default:1] MeetMeAdmin("Local/55558600051@default-0000001f;2", "8600051,K") in new stack
[Oct 23 20:21:51] -- Executing [55558600051@default:2] Hangup("Local/55558600051@default-0000001f;2", "") in new stack
[Oct 23 20:21:51] Spawn extension (default, 55558600051, 2) exited non-zero on 'Local/55558600051@default-0000001f;2'
[Oct 23 20:21:51] -- Executing [h@default:1] AGI in new stack
[Oct 23 20:21:51] -- <Local/55558600051@default-0000001f;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------- completed, returning 0
[Oct 23 20:21:51] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:21:51] -- Hungup 'DAHDI/pseudo-1016853079'
[Oct 23 20:21:51] -- Executing [58600051@default:2] Hangup("Local/58600051@default-0000001e;2", "") in new stack
[Oct 23 20:21:51] Spawn extension (default, 58600051, 2) exited non-zero on 'Local/58600051@default-0000001e;2'
[Oct 23 20:21:51] -- Executing [h@default:1] AGI in new stack
[Oct 23 20:21:51] -- <Local/58600051@default-0000001e;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------- completed, returning 0
[Oct 23 20:21:51] Spawn extension (default, 8309, 3) exited non-zero on 'Local/58600051@default-0000001e;1'
[Oct 23 20:21:51] -- Executing [h@default:1] AGI("Local/58600051@default-0000001e;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
[Oct 23 20:21:51] -- &lt;Local/58600051@default-0000001e;1&gt;AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------- completed, returning 0
[Oct 23 20:22:01] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:22:01] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:22:01] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:22:01] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:22:04] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:22:04] Using SIP RTP CoS mark 5
[Oct 23 20:22:06] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:22:06] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:22:08] NOTICE[17075]: res_rtp_asterisk.c:2361 ast_rtp_read: Unknown RTP codec 95 received from '45.24.43.166:8000'
[Oct 23 20:22:08] > Channel SIP/22002-0000000a was answered.
[Oct 23 20:22:08] -- Executing [8600051@default:1] MeetMe("SIP/22002-0000000a", "8600051,F") in new stack
[Oct 23 20:22:08] Parsing '/etc/asterisk/meetme.conf': [Oct 23 20:22:08] Found
[Oct 23 20:22:08] Parsing '/etc/asterisk/meetme-vicidial.conf': [Oct 23 20:22:08] Found
[Oct 23 20:22:08] -- Created MeetMe conference 1023 for conference '8600051'
[Oct 23 20:22:08] -- &lt;SIP/22002-0000000a&gt; Playing 'conf-onlyperson.gsm' (language 'en')
[Oct 23 20:22:08] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:22:31] NOTICE2969: chan_sip.c:23436 handle_request_invite: Failed to authenticate device <sip:>;tag=1348778423
[Oct 23 20:22:41] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:22:41] -- Executing [8600051@default:1] MeetMe("Local/8600051@default-00000020;2", "8600051,F") in new stack
[Oct 23 20:22:41] > Channel Local/8600051@default-00000020;1 was answered.
[Oct 23 20:22:41] Starting Local/8600051@default-00000020;1 at default,911281445121,1 failed so falling back to exten 's'
[Oct 23 20:22:41] Starting Local/8600051@default-00000020;1 at default,s,1 still failed so falling back to context 'default'
[Oct 23 20:22:41] -- Sent into invalid extension 's' in context 'default' on Local/8600051@default-00000020;1
[Oct 23 20:22:41] -- Executing [i@default:1] Playback("Local/8600051@default-00000020;1", "invalid") in new stack
[Oct 23 20:22:41] -- &lt;Local/8600051@default-00000020;1&gt; Playing 'invalid.gsm' (language 'en')
[Oct 23 20:22:41] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:22:42] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:22:42] -- Executing [58600051@default:1] MeetMe("Local/58600051@default-00000021;2", "8600051,Fmq") in new stack
[Oct 23 20:22:42] > Channel Local/58600051@default-00000021;1 was answered.
[Oct 23 20:22:42] -- Executing [8309@default:1] Answer("Local/58600051@default-00000021;1", "") in new stack
[Oct 23 20:22:42] -- Executing [8309@default:2] Monitor("Local/58600051@default-00000021;1", "wav,20181023-202241_281445121_TX_T65_pam22") in new stack
[Oct 23 20:22:42] -- Executing [8309@default:3] Wait("Local/58600051@default-00000021;1", "3600") in new stack
[Oct 23 20:22:42] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:22:45] -- Executing [i@default:2] Hangup("Local/8600051@default-00000020;1", "") in new stack
[Oct 23 20:22:45] Spawn extension (default, i, 2) exited non-zero on 'Local/8600051@default-00000020;1'
[Oct 23 20:22:45] -- Executing [h@default:1] AGI("Local/8600051@default-00000020;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
[Oct 23 20:22:45] -- &lt;Local/8600051@default-00000020;1&gt;AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------- completed, returning 0
[Oct 23 20:22:45] Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-00000020;2'
[Oct 23 20:22:45] -- Executing [h@default:1] AGI in new stack
[Oct 23 20:22:46] -- <Local/8600051@default-00000020;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0--------------- completed, returning 0
[Oct 23 20:23:01] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:23:01] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:23:01] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:23:02] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:23:03] WARNING2969: chan_sip.c:3983 retrans_pkt: Retransmission timeout reached on transmission 1736685329-1314421132-1504168955 for seqno 2 (Critical Response) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 31999ms with no response
[Oct 23 20:23:06] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:23:06] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:23:07] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:23:07] Spawn extension (default, 8600051, 1) exited non-zero on 'SIP/22002-0000000a'
[Oct 23 20:23:07] -- Executing [h@default:1] AGI in new stack
[Oct 23 20:23:07] -- <SIP/22002-0000000a>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------- completed, returning 0
[Oct 23 20:23:07] Manager 'sendcron' logged on from 127.0.0.1
[Oct 23 20:23:07] -- Executing [55558600051@default:1] MeetMeAdmin("Local/55558600051@default-00000022;2", "8600051,K") in new stack
[Oct 23 20:23:07] -- Executing [55558600051@default:2] Hangup("Local/55558600051@default-00000022;2", "") in new stack
[Oct 23 20:23:07] Spawn extension (default, 55558600051, 2) exited non-zero on 'Local/55558600051@default-00000022;2'
[Oct 23 20:23:07] -- Executing [h@default:1] AGI in new stack
[Oct 23 20:23:07] -- <Local/55558600051@default-00000022;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------- completed, returning 0
[Oct 23 20:23:07] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:23:07] Manager 'sendcron' logged off from 127.0.0.1
[Oct 23 20:23:07] -- Hungup 'DAHDI/pseudo-1976499319'
[Oct 23 20:23:07] -- Executing [58600051@default:2] Hangup("Local/58600051@default-00000021;2", "") in new stack
[Oct 23 20:23:07] Spawn extension (default, 58600051, 2) exited non-zero on 'Local/58600051@default-00000021;2'
[Oct 23 20:23:07] -- Executing [h@default:1] AGI("Local/58600051@default-00000021;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16---------------") in new stack
[Oct 23 20:23:07] -- &lt;Local/58600051@default-00000021;2&gt;AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------- completed, returning 0
[Oct 23 20:23:07] Spawn extension (default, 8309, 3) exited non-zero on 'Local/58600051@default-00000021;1'
[Oct 23 20:23:07] -- Executing [h@default:1] AGI in new stack
[Oct 23 20:23:07] -- <Local/58600051@default-00000021;1>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------- completed, returning 0

Pretty sure the issues rest with the lines listed below. Shouldn't it have a line about stripping away the first 2 digits or correctly showing the right telephone number?

[Oct 23 20:22:31] NOTICE2969: chan_sip.c:23436 handle_request_invite: Failed to authenticate device <sip:>;tag=1348778423
[Oct 23 20:22:41] Starting Local/8600051@default-00000020;1 at default,911281445121,1 failed so falling back to exten 's'
[Oct 23 20:22:41] Starting Local/8600051@default-00000020;1 at default,s,1 still failed so falling back to context 'default'
[Oct 23 20:22:41] -- Sent into invalid extension 's' in context 'default' on Local/8600051@default-00000020;1
[Oct 23 20:22:41] -- Executing [i@default:1] Playback("Local/8600051@default-00000020;1", "invalid") in new stack

I'd appreciate any feedback about how to solve this. It's been driving me nuts. I haven't tested out any other voip providers yet.


Go to top