Good Day,
I have a gsm gateway and I have already configure it on a trixbox, the problem is how can I make the trixbox to be a sip gateway for the vicidial?
here is the config that im using in the sip.conf
[mobilesip]
host=192.168.0.25
type=friend
dtmfmode=rfc2833
user=500
secret=test
disallow=all
allow=alaw
careinvite=no
and here is the dial plan
exten => _33XX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _33XX.,n,Dial(sip/mobilesip/${EXTEN:2},,tTor)
exten => _33XX.,n,Hangup