Hi,
have created in-group and pointed DID at it. have followed the manager manual at page 22 and everything is done however when i called the did number call will disconnected. Here's the cli output during the test call
-- Executing [18009080377@inbound-context:1] Answer("SIP/cordia2-0000000e", "") in new stack
-- Executing [18009080377@inbound-context:2] Ringing("SIP/cordia2-0000000e", "") in new stack
-- Executing [18009080377@inbound-context:3] Wait("SIP/cordia2-0000000e", "2") in new stack
-- Executing [18009080377@inbound-context:4] Set("SIP/cordia2-0000000e", "DIDNUMBER=18009080377") in new stack
-- Executing [18009080377@inbound-context:5] NoOp("SIP/cordia2-0000000e", "18009080377") in new stack
-- Executing [18009080377@inbound-context:6] NoOp("SIP/cordia2-0000000e", "") in new stack
-- Executing [18009080377@inbound-context:7] Set("SIP/cordia2-0000000e", "ORIG_CALLERID=") in new stack
-- Executing [18009080377@inbound-context:8] Set("SIP/cordia2-0000000e", "DB(callerid/number)=") in new stack
-- Executing [18009080377@inbound-context:9] Goto("SIP/cordia2-0000000e", "trunkinbound|18009080377|1") in new stack
-- Goto (trunkinbound,18009080377,1)
-- Executing [18009080377@trunkinbound:1] AGI("SIP/cordia2-0000000e", "agi-DID_route.agi") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-DID_route.agi
-- AGI Script agi-DID_route.agi completed, returning 0
== Auto fallthrough, channel 'SIP/cordia2-0000000e' status is 'UNKNOWN'
-- Executing [h@trunkinbound:1] DeadAGI("SIP/cordia2-0000000e", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
-- AGI Script
agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
Also, have checked using console command and below is the cli output:
console dial 18009080377@trunkinbound
== Console is full duplex
-- Executing [18009080377@trunkinbound:1] AGI("Console/dsp", "agi-DID_route.agi") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/agi-DID_route.agi
-- AGI Script agi-DID_route.agi completed, returning 0
== Auto fallthrough, channel 'Console/dsp' status is 'UNKNOWN'
-- Executing [h@trunkinbound:1] DeadAGI("Console/dsp", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
-- AGI Script
agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
<< Hangup on console >>
Here's the registreation string and account entry of the carrier:
register=> 1800XXXXX:XXXXXXX@XXXX.XXXXX.net/1800XXXXX
[cordia]
disallow=all
allow=ulaw
allow=alaw
type=friend
username=1800XXXXX
secret=XXXXX
host=XXXXXX
dtmfmode=rfc2833
canreinvite=no
qualify=yes
nat=yes
ignoresdpversion=yes
fromuser=1800XXXXXXX
context=inbound-context
insecure=very
Please advise what's wrong with my setup. Thanks