Page 1 of 1

outbound call requires a dialplan config?

PostPosted: Mon Mar 16, 2015 3:52 pm
by THUFIR
I'm looking at:

To place an outbound call through Anveo use the following construct in the dial plan



My understanding was that vicidial handled this configuration through the web interface. Is that a correct understanding?

Re: outbound call requires a dialplan config?

PostPosted: Mon Mar 16, 2015 4:08 pm
by williamconley
Interesting way to say it. Let's try something a bit deeper:

Vicidial has a module called "Carriers". Each carrier entry is (indeed) entered through the Vicidial Web GUI. The Web GUI stores it in the DB. At the OneMinuteMark a script runs that checks to see if there have been any changes on the server (under Admin->Servers there's a value set to rebuild the configuration files). If that value is "Y", the script rebuilds the configuration files.

The configuration files consist of (among many other things) the Asterisk "dial plan". The file "extensions-vididial.conf" (and others, technically, but primarily this one) is constructed which includes information from each Carrier's "Dialplan Entry" field.

Thus you are correct that Vicidial handles this through the "web interface" and the Anveo VOIP Company is correct in asserting that you'll have to put something into the dialplan.

There is a great deal of discussion on the dialplan entry in the Carrier configuration in Vicidial.

Google:
Code: Select all
91NXXNXXXXXX williamconley vicidial dialplan entry

and you'll likely learn what you need and a bit more.

PS: Thanks for posting your entire system description! 8-)

Re: outbound call requires a dialplan config?

PostPosted: Tue Mar 17, 2015 7:15 pm
by THUFIR
Ok, yes I'm googling on those results, and in this forum.