Page 1 of 1

Voxox Carrier Settings

PostPosted: Fri Feb 10, 2017 11:40 am
by Keyfin
I couldn't find this anywhere in the forum. I hope this isn't a double post. Here is the carrier settings for voxox that works for me. I will update this as changes with the carrier come about. Don't forget to add the host IP to the allowed IPs in your whitelisted firewall. Never run Vicidial without securing the firewall after installing. (Thanks William for the advice on that)

Account Entry:
Code: Select all
[Voxox]
type=friend
host=0.0.0.0 //replace with host IP given by Voxox VOIP service
dtmfmode=rfc2833
nat=no
canreinvite=no
disallow=all                   
allow=ulaw
allow=alaw
insecure=port,invite


Globals String:
DIAL6TRUNK = SIP/Voxox

Dial Plan Entry:
Code: Select all
exten => _61NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _61NXXNXXXXXX,n,Dial(${DIAL6TRUNK}/1${EXTEN:2})
exten => _61NXXNXXXXXX,n,Hangup

exten => _6NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _6NXXNXXXXXX,n,Dial(${DIAL6TRUNK}/1${EXTEN:1})
exten => _6NXXNXXXXXX,n,Hangup


NOTE: As the Dialplan here is a 6 to dial out, you'll need to change the Dial Prefix: under campaigns: campaign main: then detail view tab in the admin screen change Dial Prefix: from 9 to 6 if you copy this code exactly.

Re: Voxox Carrier Settings

PostPosted: Fri Feb 10, 2017 1:34 pm
by frequency
Code: Select all
exten => _61X.,2,Dial(SIP/${EXTEN:2}@Voxox,,tTor)


you can try this if it works

Re: Voxox Carrier Settings

PostPosted: Thu Jun 29, 2017 7:24 pm
by Keyfin
would that be just 1 line for the entire dialplan entry?

i'm using a US dialing plan here, obviously.