depricated the old agi-VDAD_closer scripts, moved them to extras/old_agi/ directory
git-svn-id: svn://192.168.202.10@719 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -53,6 +53,7 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom
|
||||
even if you only have one server, and you must have lines with the 7
|
||||
prefix for silent insertion into the meetme conference:
|
||||
exten => _010*010*010*015*78600XXX,...
|
||||
exten => _010*010*010*015*78600XXX*.,...
|
||||
See LOAD_BALANCING.txt and extensions.conf.sample for more information
|
||||
|
||||
12. Inbound, Blended and Closer-type campaigns are no longer required to have
|
||||
@@ -63,6 +64,14 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom
|
||||
|
||||
14. Added ability to copy the settings campaigns, users and in-groups to new records
|
||||
|
||||
15. REQUIRED CHANGE! Old inbound and Closer AGI scripts have all been consolidated
|
||||
into a single script: agi-VDAD_inbound.agi
|
||||
Please look at the script header or the SCRATCH_INSTALL doc for more
|
||||
info on how to alter your extenions.conf to use the new script.
|
||||
The old agi-VDAD_closer... scripts have all been depricated and moved
|
||||
to the extras/old_agi/ directory.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -358,7 +358,6 @@ $affected_rows = $dbhA->do($stmtA);
|
||||
### if set, say the current date ###
|
||||
if ($say_date =~ /Y/)
|
||||
{
|
||||
sleep(1);
|
||||
if ($AGILOG) {$agi_string = "SAYING DATETIME $now_date_epoch"; &agi_output;}
|
||||
if (length($say_date_prompt)>0) {$AGI->stream_file("$say_date_prompt");}
|
||||
sleep(1);
|
||||
@@ -401,7 +400,6 @@ while($prompts_count >= $i)
|
||||
|
||||
##### Play the last prompt and say the IVR number #####
|
||||
$AGI->stream_file("$last_prompt");
|
||||
sleep(1);
|
||||
$AGI->say_digits("$ivr_id");
|
||||
|
||||
&get_time_now;
|
||||
|
||||
@@ -554,6 +554,12 @@ PERL5LIB="/usr/share/astguiclient/libs"; export PERL5LIB
|
||||
### start up the MySQL server
|
||||
/usr/local/mysql/bin/mysqld_safe --user=mysql --skip-name-resolve --skip-host-cache &
|
||||
|
||||
### roll the Asterisk logs upon reboot
|
||||
/usr/share/astguiclient/ADMIN_restart_roll_logs.pl
|
||||
|
||||
### clear the server-related records from the database
|
||||
/usr/share/astguiclient/AST_reset_mysql_vars.pl
|
||||
|
||||
### start up the apache web server
|
||||
/usr/local/apache2/bin/apachectl start
|
||||
|
||||
|
||||
@@ -497,7 +497,7 @@ to be loaded to use that option.
|
||||
2. Go to http://lame.sourceforge.net/ and download the lame package
|
||||
- to install this directly on the command line type:
|
||||
- cd /usr/local
|
||||
-wget http://umn.dl.sourceforge.net/sourceforge/lame/lame-3.96.1.tar.gz
|
||||
-wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.96.1.tar.gz
|
||||
-gunzip lame-3.96.1.tar.gz
|
||||
-tar xvf lame-3.96.1.tar
|
||||
-cd lame-3.96.1
|
||||
@@ -2798,6 +2798,12 @@ PERL5LIB="/usr/share/astguiclient/libs"; export PERL5LIB
|
||||
### start up the apache web server
|
||||
/usr/local/apache2/bin/apachectl start
|
||||
|
||||
### roll the Asterisk logs upon reboot
|
||||
/usr/share/astguiclient/ADMIN_restart_roll_logs.pl
|
||||
|
||||
### clear the server-related records from the database
|
||||
/usr/share/astguiclient/AST_reset_mysql_vars.pl
|
||||
|
||||
### load digium tormenta 4xT1 drivers into system
|
||||
modprobe zaptel
|
||||
modprobe wct1xxp
|
||||
|
||||
Reference in New Issue
Block a user