Page 1 of 1

vicidial on multiple server please help

PostPosted: Wed Nov 08, 2006 2:26 pm
by asterisk_at_my_risk
hello

i am trying to run my VICIDAL server on multiple server
i have two server right now with me and i am trying to configure them in this way

SERVER 1 Asterisk/VICIDIAL Server
- install all CPAN modules
- install asterisk-perl-module
- install sox, screen, ntpd, zaptel, libpri & asterisk
- adduser cron
- configure asterisk (SUBPHASE 5 to SUBPHASE 5.3)
- install astguiclient_1.1.11 EXACTLY as scratch_install SUBPHASE 6.0
- configure AST_SERVER_conf.pl [/home/cron](change $server_ip and $DB_server to your Asterisk and MySQL server ip respectively)
- configure asterisk (SUBPHASE 6.2)
- phase 6.4 will have these entiries
crontab entireis will be follwing
modprobe zaptel
modrobe ztdummy
/sbin/ztdummy -vvvvvvvvvvvv
-### sybsys local login
touch /var/lock/subsys/local
### sleep for 20 seconds before launching Asterisk
sleep 20
### start up asterisk
/usr/share/astguiclient/start_asterisk_boot.pl
-subphase 6.5 will have all the entries



SERVER 2 MYSQL APACHE, ASTGUICLIENT SERVER

- install all CPAN modules
- install asterisk-perlmodule
- install screen,ntpd,mysql,apache,php
-install astguiclient_1.1.11 EXACTLY as scratch_install SUBPHASE 6.0
-configure dbconnect.php [located at /usr/local/apache2/htdocs/(agc, astguiclient, vicidial)] and AST_SERVER_conf.pl
[/home/cron] (change $server_ip and $DB_server to your Asterisk and MySQL server ip respectively)
-SUBPHASE 6.1 number 3.
-6.4 instruction of scratch_install (entries for mysql,ntp and apache)
-6.5 instructions of scratch_install

the biggest confusion i am having is in regard to install.pl
do i require to run install.pl on bith server or only on asterisk/vicidial server


please help me whether i am right or not in this configuration thanks

PostPosted: Wed Nov 08, 2006 2:45 pm
by Op3r
Install it on both.

thats how I do it. just make sure on your AST_SERVER_conf.pl you edited it to its respected servers.


:D

PostPosted: Wed Nov 08, 2006 9:21 pm
by mflorell
I would also strongly recommend upgrading to 2.0.1 or the snapshot from last week because they drastically reduce load and fix a lot of bug that were in 1.1.11 release.