Hi.
We have configured VICIBOX 8 on my server(IND) behind the sonic firewall and we have hosted pbx server at UK.both are connected with VPN.and same network.
We have created an inbound group. Inbound camp.IN trunk and DID route in VICIdial.
When we are dialing my DID number through UK Hosted pbx, the call is ringing but call not hitting to my server.
Could you please suggest me.
My server Ip: 10.12.X.X (Local IP) configured behind the sonic firewall.
Please check my carrier :
Carrier Name: 747XXXX
Registration String: register =>74XXX:gXXXX@sip.XXXX.co.uk:5060
Account Entry:
[74XXXX]
username=74XXXX
type=friend
secret=gXXXX
nat=yes
insecure=port,invite
host=sip.XXXXX.co.uk
fromuser=74XXXX
fromdomain=sip.XXXXX.co.uk
dtmfmode=rfc2833
disallow=all
context=default
allow=g729
allow=alaw
allow=ulaw
Protocol: SIP
Globals String: 7XXX = SIP/74XXX
Dialplan Entry:
exten => _9XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9XXXXXXXXXX,2,Dial(${7479XX}/${EXTEN:2},,To)
exten => _9XXXXXXXXXX,3,Hangup
exten => _9.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9.,2,Dial(${7479XX}/${EXTEN:2},,tTor)
exten => _9.,3,Hangup
exten => _.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _.,2,Dial(${74XXX}/${EXTEN},,tTor)
exten => _.,3,Hangup
NOTE: If we are calling through UK server to VICIDAIL number: 013XXXXXXXX.that call even not hitting to my server.
Could you please suggest where I mistake settings? Also, guide me the settings if any changes.