by dev_4901 » Tue Dec 19, 2006 2:05 pm
Hi,
The current scenario that I have here is that one x206 is serving all the needs i.e Asterisk+MySQL+Web. VICIDIAL version 1.1.12-3. I am pretty comfortable with this version and its serving me great, so I've no plans to upgrade to version 2.0.2.
Now I'm planning to separate the two i.e the x206 will have only the Asterisk on it and a PIV machine with MySQL and Web services.
I would really appreciate if you could please guide me on :-
a) what all scripts and other installs to be done on the new MySQL+Web server.
b) what all scripts would be running on the Asterisk server .
c) what scripts need to be removed from the Asterisk server.
d) do I need to setup MySQL on the asterisk server as well ?
This is the list of CRON entries(ORIGINAL - for one server)
### recording mixing for Asterisk run every 5 minutes
1,6,11,16,21,26,31,36,41,46,51,56 * * * 1,2,3,4,5,6 /home/cron/AST_CRON_mix_recordings_BASIC.pl
### keepalive script for Asterisk updaters
* * * * * /home/cron/ADMIN_keepalive_AST_update.pl
### keepalive script for Asterisk manager queue system
* * * * * /home/cron/ADMIN_keepalive_AST_send_listen.pl
### keepalive script for Asterisk VICIDIAL autodial system
* * * * * /home/cron/ADMIN_keepalive_AST_VDautodial.pl
### keepalive script for VICIDIAL remote agents
* * * * * /home/cron/ADMIN_keepalive_AST_VDremote_agents.pl
### kill Hangup script for Asterisk updaters
* * * * * /home/cron/AST_manager_kill_hung_congested.pl
### updater for voicemail
* * * * * /home/cron/AST_vm_update.pl
### updater for conference validator
* * * * * /home/cron/AST_conf_update.pl
### flush queue DB table every hour for entries older than 1 hour
11 * * * * /home/cron/AST_flush_DBqueue.pl -q
### fix the vicidial_agent_log once every hour
33 * * * * /home/cron/AST_cleanup_agent_log.pl
### updater for VICIDIAL hopper
* * * * * /home/cron/AST_VDhopper.pl -q
### adjust the GMT offset for the leads in the vicidial_list table
1 1 * * * /home/cron/ADMIN_adjust_GMTnow_on_leads.pl --debug
### reset several temporary-info tables in the database
2 1 * * * /home/cron/AST_reset_mysql_vars.pl
### optimize the database tables within the asterisk database
3 1 * * * /home/cron/AST_DB_optimize.pl
## adjust time on the server with ntp
30 * * * * /usr/local/bin/ntpdate -u 18.145.0.30 2>/dev/null 1>&2
### VICIDIAL agent time log weekly summary report generation
2 0 * * 0 /home/cron/AST_agent_week.pl
Please advice,
Dev Singhal.