Page 1 of 1

multiple server trunk question

PostPosted: Thu Jul 01, 2010 3:34 am
by hachidan
Hi,

I am thinking of running VicidialNOW on multiple servers but I can't quite determine how the trunking is setup to work properly.

Do I setup different trunks for each servers and define different dialplans or do I just setup one trunk in one server as have the other servers use it?

The admin interface for the carriers seems to consider the server IP when defining a trunk so I am not sure if NAT will solve the trick?

How do I make it so that the campaigns will failover to a backup trunk if the main trunk is not responsive?

Please advise.

TIA.

PostPosted: Fri Jul 02, 2010 12:18 pm
by williamconley
each server gets its own trunks. do not "go through" other servers for trunking.

vicidial does not support failover. if you want to set up failover functionality, that's is an asterisk setup, which is not particularly difficult to do, but raises concerns as to added overhead, confusing vicidial, and causes the reliability of the system to be questioned. (if your trunks fail regularly, you need to resolve that, not just "failover" and hope for the best ... but if you want to do it, it can easily be done within asterisk, completely unrelated to vicidial itself).

Re: multiple server trunk question

PostPosted: Tue Dec 23, 2014 11:43 am
by theorians
Hi: I hope all is well.

I'm using 2 GoAutoDial Servers. I was having no issues with below mentioned failover settings. Call was automatically going to carrier2 but now I have got a new carrier which offers me better rate but it doesn't support my current failover. Please guide:

Dialers:
VERSION: 2.4-309a
BUILD: 110430-1642
Asterisk 1.4.39.1-vici

FailOvers:
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,n,Dial(SIP/Car1/${EXTEN:1},,tTor)
exten => _91XXXXXXXXXX,n,Dial(SIP/Car2/${EXTEN:1},,tTor)
exten => _91XXXXXXXXXX,n,Dial(SIP/Car3/${EXTEN:1},,tTor)
exten => _91XXXXXXXXXX,5,Hangup

this dial plan doesn't work but if I remove Car1 entry it works perfect. Please guide. Thanks