Page 1 of 1

how to prevent one server from dialing in multiserver setup

PostPosted: Mon Sep 24, 2007 11:23 am
by ragnadik
Hi,

Here is my setup

Server 1: Apache and MySQL server, local IP address

Server 2: Asterisk 1.2.23, vicidial 2.0.3, using sip trunks, one public ip and one local ip address

I want to add another server but I just want users to log-in to asterisk and don't want that server to dial since I don't have any public IP address available. I have read the LOAD_BALANCING.txt and was able to register server 3 (the new server) with server using IAX.

Would setting Max VICIDIAL trunk to zero in admin.php enough to prevent this server from dialing? Is it safe if I disable the autodial script from astguiclient.conf? (I know that vdadapt script has to be disabled in multiserver setup)

Your thoughts please.

Thanks!

PostPosted: Tue Sep 25, 2007 6:12 pm
by enjay
You need to set the trunks to 0 and turn off BALANCE DIALING on that server.

Art

PostPosted: Tue Sep 25, 2007 8:50 pm
by Op3r
or just use campaign VDAD exten to 8365

PostPosted: Wed Sep 26, 2007 7:15 am
by ragnadik
Thanks!

Will try out all your suggestions. :)