Page 1 of 1

Trixbox to vicidial

PostPosted: Sun Aug 19, 2012 9:34 am
by arkain
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

Re: Trixbox to vicidial

PostPosted: Tue Aug 21, 2012 11:02 pm
by sniper888
Hi Arkain,

The process should be:
1.Create trunk between your Vicidial and Trixbox
2.Create a dial plan for your vicidial to call using trixbox.
3.Provide a dial prefix for your campaign to use trixbox
Sample:
Account entry: [trixbox]
host=yourTrixbox
type=friend
qualify=yes
context=your trixbox context
disallow=all
allow=gsm
allow=ulaw

Dialplan entry:
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(yourprotocol/trixbox/${EXTEN:1},,tTo)
exten => _91XXXXXXXXXX,3,Hangup

Hope this helps
Cheers
q^_6p

Re: Trixbox to vicidial

PostPosted: Mon Aug 27, 2012 1:10 am
by arkain
Can you please show me a step by step way in doing this because this is the first time i will be doing this

Re: Trixbox to vicidial

PostPosted: Tue Aug 28, 2012 2:00 am
by sniper888
Hi Arkain,

Google is your friend. You can check this link for information http://sysadminman.net/blog/2009/gettin ... -trunk-335

Cheers
q^_^p