Page 1 of 1

Multiple Carrier entries

PostPosted: Mon Nov 03, 2014 12:48 pm
by perci100
This may be a simple question , something i am missing in the way the way the actual asterisk conf files work but

currently I have added a carrier for every dialing server that I have. So say I have 4 dialing servers and 2 different carriers.

in vicidial Admin>carrier GUI I have and entry for each

carrier1 - server 1 ip
carrier1 - server 2 IP
carrier1 - server 3 IP
carrier1 - server 4 IP

carrier2 - server 1 ip
carrier2 - server 2 IP
carrier2 - server 3 IP
carrier2 - server 4 IP

I also have to do the same thing if i have other carriers for DID's etc.
this could get really tedious , i am thinking there is an easier way and i am just missing something.

Also while im on the subject is there a way to specify more than one host in a single carrier record?

[voipinno1]
disallow=all
allow=ulaw
allow=g729
type=friend

host=xxx.xxx.xxx.xxx
host=xxx.xxx.xxx.xxx
or
host=xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx


dtmfmode=rfc2833
qualify=yes
insecure=port,invite
nat=yes
context=trunkinbound

any help is greatly appreciated.

Re: Multiple Carrier entries

PostPosted: Tue Nov 04, 2014 2:07 pm
by paolo
We also have several servers and I usually configure 6 carriers in the GUI and an outroute

I know that it could be tedious but if you do get dialing problems you can easily see in asterisk -r which carrier is dropping the calls and isolate the problem.

Re: Multiple Carrier entries

PostPosted: Mon Nov 10, 2014 6:51 am
by udy786
I think its not possible to configure multiple IPs in a carrier. I have a carrier provider that working on multiple IPs so for that I have created multiple carrier account in Admin-carrier GUI for all IPs. If its possible then it will really help me also.