VERSION: 2.14b0.5
BUILD: 191121-2256
Asterisk 13.27.1-vici
Intel Xeon, 16 GB RAM, 256 GB SSD
ViciBox_v8_1.x86_64-8.1.2
Hi,
Hope you are fine.
I have a fresh install for 5 users only. Outbound is working fine. But I am having issues with inbound.
I have made DID and made it fall directly to an extension and all other options like IVR etc, but still the call does not land anywhere. I have checked with asterisk and the call does land on my server but it feels like it does not understand where to go. I have posted the logs in the following pastebin link.
https://pastebin.com/0UCxWDjm
Following is my Dialplan:
Account Entry:
[testcarrier]
host=sip.visiontelecom.com.pk
type=peer
port=5060
outboundproxy=10.11.11.219
outboundproxyport=5060
defaultuser=04232509320
fromuser=04232509320
username=04232509320
remotesecret=D9yUjVh26-
secret=D9yUjVh26-
fromdomain=sip.visiontelecom.com.pk
canreinvite=no
insecure=port,invite
nat=no
qualify=yes
disallow=all
allow=ulaw
allow=alaw
sendrpid=pai
context=trunkinbound
Globals String:
TESTSIPTRUNK = SIP/testcarrier
Dialplan Entry:
exten => _.X,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _.X,2,Dial(${TESTSIPTRUNK}/${EXTEN},,tTor)
exten => _.X,3,Hangup
Can anyone please help. I am desperate.