voip
voip
voip
register =>user@93.X.X.X:SECRET:user@93.X.X.X:5060/user
[voip]
disallow=all
allow=ulaw
allow=alaw
allow=g729
type=friend
qualify=no
host=93.X.X.X
insecure=no
defaultuser=user
secret=SECRET
dtmfmode=RFC2833
context=trunkinbound
directmedia=no
fromuser=user
canreinvite=yes
SIPvoip=SIP/voip
exten => _0039.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _0039.,2,Dial(${SIPvoip}/${EXTEN},,tTor)
exten => _0039.,3,Hangup
exten => _39XXXXX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _39XXXXX.,2,Dial(${SIPvoip}/${EXTEN},,tTor)
exten => _39XXXXX.,3,Hangup
I can make calls from X-Lite but not from the system. Can anyone help please?