Inbound Not Working
Posted: Tue May 19, 2020 8:29 am
Hi There,
VERSION: 2.14-740a
BUILD: 200315-1126
Asterisk 13.29.2-vici
We are struggling a bit with a new voice provider.
Outbound is 100%, but inbound calls are not working.
When calling in, the below is the output of asterisk -vvvvvvr
To get this far, we has to add exten => s,1,NoOp() to trunkinbound context in extensions.conf.
I have seen reference to Unable to find information for channel but it seems that's just information, and also appears on a working inbound config (on the same server).
While I carry on troubleshooting, does anyone have any ideas as to where else I can look?
Thanks
IanGP
VERSION: 2.14-740a
BUILD: 200315-1126
Asterisk 13.29.2-vici
We are struggling a bit with a new voice provider.
Outbound is 100%, but inbound calls are not working.
When calling in, the below is the output of asterisk -vvvvvvr
- Code: Select all
[May 19 15:01:06] == Manager 'sendcron' logged off from 127.0.0.1
[May 19 15:01:48] == Using SIP RTP CoS mark 5
[May 19 15:01:48] > 0x7f7588051a00 -- Strict RTP learning after remote address set to: 31.22.33.22:23610
[May 19 15:01:48] -- Executing [+27108240669@trunkinbound:1] AGI("SIP/27108240669-0000000d", "agi-DID_route.agi") in new stack
[May 19 15:01:48] -- Launched AGI Script /usr/share/asterisk/agi-bin/agi-DID_route.agi
[May 19 15:01:48] -- <SIP/27108240669-0000000d>AGI Script agi-DID_route.agi completed, returning 0
[May 19 15:01:48] -- Executing [+27108240669@trunkinbound:2] Hangup("SIP/27108240669-0000000d", "") in new stack
[May 19 15:01:48] == Spawn extension (trunkinbound, +27108240669, 2) exited non-zero on 'SIP/27108240669-0000000d'
[May 19 15:01:48] WARNING[9265][C-00000040]: func_hangupcause.c:140 hangupcause_read: Unable to find information for channel
[May 19 15:01:48] -- Executing [h@trunkinbound:1] AGI("SIP/27108240669-0000000d", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------------)") in new stack
[May 19 15:01:48] -- <SIP/27108240669-0000000d>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------------) completed, returning 0
[May 19 15:02:01] == Manager 'sendcron' logged on from 127.0.0.1
To get this far, we has to add exten => s,1,NoOp() to trunkinbound context in extensions.conf.
I have seen reference to Unable to find information for channel but it seems that's just information, and also appears on a working inbound config (on the same server).
While I carry on troubleshooting, does anyone have any ideas as to where else I can look?
Thanks
IanGP