update of the UPGRADE doc

add deletion of vicidial_hopper reserved records to AST_reset_mysql_vars script

git-svn-id: svn://192.168.202.10@357 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-10-16 21:32:39 +00:00
parent d7f31fbcce
commit 281d70fadd
3 changed files with 16 additions and 5 deletions
+6
View File
@@ -41,6 +41,12 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom
FastAGI_log.pl
If you want to use it, read the comments at the top of the script
8. Fix for unregistered SIP trunks (thanks to Chris Doyle):
look at the bottom of the docs/conf_examples/extensions.conf.sample
file for examples of what to put in your extensions.conf file to get
VICIDIAL auto dialing to work with non-registered SIP trunks. remember
to put sip-silence.gsm in your /var/lib/asterisk/sounds/ directory.
@@ -105,6 +105,11 @@ $dbhA = DBI->connect("DBI:mysql:$VARDB_database:$VARDB_server:$VARDB_port", "$VA
$affected_rows = $dbhA->do($stmtA); # or die "Couldn't execute query: |$stmtA|\n";
print " - vicidial_campaign_server_stats delete\n";
$stmtA = "DELETE from vicidial_hopper where user LIKE \"%_$server_ip\";";
if($DB){print STDERR "\n|$stmtA|\n";}
$affected_rows = $dbhA->do($stmtA); # or die "Couldn't execute query: |$stmtA|\n";
print " - vicidial_hopper delete\n";
$dbhA->disconnect();
+5 -5
View File
@@ -31,10 +31,10 @@ exten => _999XXXXXX1,2,Wait(2)
exten => _999XXXXXX1,3,Playback(beep)
exten => _999XXXXXX1,4,Hangup
exten => _999XXXX[0-1][0-1]2,1,Wait(8)
exten => _999XXXX[0-1][0-1]2,2,Answer
exten => _999XXXX[0-1][0-1]2,3,Playback(conf)
exten => _999XXXX[0-1][0-1]2,4,Hangup
exten => _999XXXX112,1,Wait(8)
exten => _999XXXX112,2,Answer
exten => _999XXXX112,3,Playback(conf)
exten => _999XXXX112,4,Hangup
exten => _999XXXXXX2,1,Wait(8)
exten => _999XXXXXX2,2,Answer
@@ -68,7 +68,7 @@ exten => _999XXXXXX9,2,Answer
exten => _999XXXXXX9,3,Playback(demo-abouttotry)
exten => _999XXXXXX9,4,Hangup
exten => _999XXXXXX0,1,Wait(16)
exten => _999XXXXXX0,1,Wait(5)
exten => _999XXXXXX0,2,Answer
exten => _999XXXXXX0,3,Playback(vm-goodbye)
exten => _999XXXXXX0,4,Hangup