Page 1 of 1

Vicidial on multple Servers

PostPosted: Thu Apr 10, 2008 5:46 pm
by snocetti
Somebody can give me some clues about how to use vicidial on a multiple server environment??

I want:

1 server for asterisk
1 server for vicidial
1 server for web/mysql

what steps or files I have to use on each server?

thanks!!

PostPosted: Fri Apr 11, 2008 7:16 am
by mflorell
The easiest thing to do is a full install on each server to make sure you don't miss anything.

For the MySQL server you should only need MYSQL loaded.

For the web server you should only need apache/php/eaccelerator and all of the cpan modules loaded.

For the Asterisk server you should have everything else loaded.

PostPosted: Fri Apr 11, 2008 9:13 am
by snocetti
I read on some posts that some people have 2 servers, one for ASTERISK and the other for VICIDIAL (astguiclient), it can be done?, Does astguiclient should be on same server as Asterisk?, I am confused on that...

PostPosted: Fri Apr 11, 2008 1:13 pm
by seaq
For each server you must install:

Asterisk Server:

- asterisk
- vicidial (cron, perl scripts, agi scripts)
- astguiclient.conf pointing your dbweb to the right server
- configure your mix recording scripts pointing to the dbweb server

Dbweb server

-apache, mysql, ftp
- db cron related jobs (be cautious, if in doubt none)
- astguiclient.conf
- web vicidial portion
- mysql vicidial portion


and you're done!!

PostPosted: Sat Apr 12, 2008 8:30 am
by gardo
I suggest you read the install from scratch and the load balancing documents. That will help a lot setting up your load-balancing servers.