Dear All I have looking for support regarding vicibox. I have configured my VOS as a customer and Supplier. when I make a call from my vos. it directly came to VICIBOX and is not returning back to VOS. Its very urgent and urgent support is require on this matter. Here is the script
VOS to Asterisk
[v-asterisk]
disallow=all
allow=ulaw
allow=alaw
allow=gsm
type=friend
canreinvite=no
host=X.X.X.X
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=port,invite
nat=yes
early response in this regard will be highly appreciable.
exten => _444X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _444X.,n,Dial(SIP/${EXTEN:0}@v-asterisk,,tTo)
exten => _444X.,n,Hangup()
Asterisk to VOS
[asterisk-v]
disallow=all
allow=ulaw
allow=alaw
type=peer
host=X.X.X.X
port=5060
dtmfmode=rfc2833
qualify=yes
canreinvite=no
insecure=port,invite
exten => _8801X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _8801X.,n,Dial(SIP/${EXTEN:0}@asterisk-v,,tTo)
exten => _8801X.,n,Hangup