Page 1 of 1

Multi Server Install

PostPosted: Sun Jan 13, 2008 10:26 am
by Trying
Hi Guys.

A newbie question........ how do we do multi server installs with VicidialNow so that the servers are split between database, several asterisk/astgui, php and an ftp server.

Is this possible at all?

Thanks!

PostPosted: Sun Jan 13, 2008 11:07 am
by gardo
You can check the load balancing document under /usr/src/astguiclient/docs/ if you want a multi-server setup.

PostPosted: Sun Jan 13, 2008 11:11 am
by ramindia
Hi

yes its possible

you can read some text files in the source of the Vicidial directory

LOADBALANCE Document, and make sure you read completly

again and again

ram

Multi-Server Install

PostPosted: Sun Mar 16, 2008 12:47 pm
by pylinuxian
what happens if i change database name from asterisk to something else like dialer1 because later i need to add a second dialer2 database ?

PostPosted: Sun Mar 16, 2008 2:53 pm
by aster1
You can keep database name whatever u like and configure it in /etc/astguiclient.php , no problems with it .

PostPosted: Mon Mar 17, 2008 5:48 am
by pylinuxian
yep it works ! the only modifs are to make in : /etc/astguiclient.conf
to reflect new server & new database name.

# Database connection information
VARDB_server => 10.0.0.8 # new db & web server
VARDB_database => dialer1 # new database name
VARDB_user => cron
VARDB_pass => 1234
VARDB_port => 3306

& on the db server no modifs were need in dbconnect.php as it will connect to localhost & db name was a variable used on vicidial server.

I have seen somewhere someone say that dns may slow down a vicidial server install ? is that right ? if so how do i disable dns look up as i use only zap devices (mainly E1 trunks) & no sip & iax2 trunks.