DID Routing Issue
Posted: Mon Apr 12, 2021 6:58 pm
Hello, good afternoon. I have an issue with my incoming calls and goautodial 4. I have setup DIDs for both my callcentric numbers to route to my interactive voice menu system. I am using the following for my [trunkinbound] context in extensions.conf:
and when I call my DID I get the message "The person you are trying to reach is currently unavailable..." with the following errors showing up in my CLI:
My sip.conf settings:
Any help will be greatly appreciated. Thank you,
Centos 7 Kernal 3.10.0-1160.21.1.el7.x86_64
GoAutodial 4 from scratch
Asterisk 13.17.2-vici
10.1.36-MariaDB MariaDB Server
[trunkinbound]
exten => s,1,AGI(agi-DID_route.agi)
and when I call my DID I get the message "The person you are trying to reach is currently unavailable..." with the following errors showing up in my CLI:
Executing [s@trunkinbound:1] AGI("SIP/callcentric19-00000009", "agi-DID_route.agi") in new stack
-- Launched AGI Script /usr/share/asterisk/agi-bin/agi-DID_route.agi
-- <SIP/callcentric19-00000009>AGI Script agi-DID_route.agi completed, returning 0
-- Auto fallthrough, channel 'SIP/callcentric19-00000009' status is 'UNKNOWN'
[Apr 13 05:24:09] WARNING[19148][C-0000000a]: func_hangupcause.c:140 hangupcause_read: Unable to find information for channel
-- Executing [h@trunkinbound:1] AGI("SIP/callcentric19-00000009", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0--------------------)") in new stack
-- <SIP/callcentric19-00000009>AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ----------) completed, returning 0
My sip.conf settings:
[general]
context=incoming ; Default context for incoming calls
allowguest=no
udpbindaddr=0.0.0.0:5061
disallowed_methods=UPDATE
srvlookup=yes
dtmfmode=rfc2833
session-timers=refuse
register=1777XXXXXX:PASSWORD@callcentric dot com
[callcentric]
type=peer
context=trunkinbound
host=callcentric.com
fromdomain=callcentric dot com
defaultuser=1777XXXXXX
fromuser=1777XXXXXX
secret=PASSWORD
qualify=yes
insecure=port,invite
disallowed_methods=UPDATE
directmedia=no
videosupport=no
disallow=all
allow=ulaw
[callcentric1](callcentric);
host=alpha1.callcentric dot com
[callcentric2](callcentric);
host=alpha2.callcentric dot com
[callcentric3](callcentric);
host=alpha3.callcentric dot com
[callcentric4](callcentric);
host=alpha4.callcentric dot com
[callcentric5](callcentric);
host=alpha5.callcentric dot com
[callcentric6](callcentric);
host=alpha6.callcentric dot com
[callcentric7](callcentric);
host=alpha7.callcentric dot com
[callcentric8](callcentric);
host=alpha8.callcentric dot com
[callcentric9](callcentric);
host=alpha9.callcentric dot com
[callcentric10](callcentric);
host=alpha10.callcentric dot com
[callcentric12](callcentric);
host=alpha12.callcentric dot com
[callcentric13](callcentric);
host=alpha13.callcentric dot com
[callcentric14](callcentric);
host=alpha14.callcentric dot com
[callcentric15](callcentric);
host=alpha15.callcentric dot com
[callcentric16](callcentric);
host=alpha16.callcentric dot com
[callcentric17](callcentric);
host=alpha17.callcentric dot com
[callcentric18](callcentric);
host=alpha18.callcentric dot com
[callcentric19](callcentric);
host=alpha19.callcentric dot com
[callcentric20](callcentric);
host=alpha20.callcentric dot com
[callcentricA](callcentric);
host=doll3.callcentric dot com
[callcentricB](callcentric);
host=doll4.callcentric dot com
[callcentricC](callcentric);
host=doll5.callcentric dot com
[100]
context=to-callcentric
type=friend
defaultuser=100
secret=Password
host=dynamic
Any help will be greatly appreciated. Thank you,
Centos 7 Kernal 3.10.0-1160.21.1.el7.x86_64
GoAutodial 4 from scratch
Asterisk 13.17.2-vici
10.1.36-MariaDB MariaDB Server