Vicibox help in inbound group - SIP trunk
Posted: Mon Jan 23, 2017 2:56 am
Hello everyone,
I have a quick question regarding the inbound vicidial configuration.
Current Setup:-
ViciBox v.7.0.3-160505
Asterisk 11.22.0-vici
Vicidial VERSION: 2.14-583a
BUILD: 161226-2224
I have some trouble setting up the inbound in group in vicidial with SIP trunking. I was able to make outbound calls through the SIP provider and I have around 5 DIDs landing the SIP trunk. My Inbound calls are landing to asterisk but Iam not sure in which dialplan context those belongs to. Currently Im sending it to trunkinbound and it fails with invalid phone, following is my career setup. Can anyone help me with this.?
[xxx-sip-trunk01]
type=friend
context=trunkinbound
dtmfmode=rfc4733
canreinivite=no
insecure=port,invite
host=xxxx.com
qualify=yes
exten => _911XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _911XXXXXXXXXX,n,Dial(${XXX-SIP-TRUNK}/+${EXTEN:2},,To)
exten => _911XXXXXXXXXX,n,Hangup
Which is the context for inbound in groups? is that default or trunkinbound?? Default dont have the extension matched for the incoming request. Please help me out this.
Thanks
Arun
I have a quick question regarding the inbound vicidial configuration.
Current Setup:-
ViciBox v.7.0.3-160505
Asterisk 11.22.0-vici
Vicidial VERSION: 2.14-583a
BUILD: 161226-2224
I have some trouble setting up the inbound in group in vicidial with SIP trunking. I was able to make outbound calls through the SIP provider and I have around 5 DIDs landing the SIP trunk. My Inbound calls are landing to asterisk but Iam not sure in which dialplan context those belongs to. Currently Im sending it to trunkinbound and it fails with invalid phone, following is my career setup. Can anyone help me with this.?
[xxx-sip-trunk01]
type=friend
context=trunkinbound
dtmfmode=rfc4733
canreinivite=no
insecure=port,invite
host=xxxx.com
qualify=yes
exten => _911XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _911XXXXXXXXXX,n,Dial(${XXX-SIP-TRUNK}/+${EXTEN:2},,To)
exten => _911XXXXXXXXXX,n,Hangup
Which is the context for inbound in groups? is that default or trunkinbound?? Default dont have the extension matched for the incoming request. Please help me out this.
Thanks
Arun