addition of CID filtering for outbound and drop messge

small corrections to comments and documentation

git-svn-id: svn://192.168.202.10@288 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-09-19 15:50:10 +00:00
parent 37e37dfb94
commit a9d30ad8d9
6 changed files with 411 additions and 13 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ $dbhA = DBI->connect("DBI:mysql:$VARDB_database:$VARDB_server:$VARDB_port", "$VA
$stmtA = "delete from vicidial_manager where server_ip='$server_ip' and entry_date < '$SQLdate_NEG_1hour';";
if($DB){print STDERR "\n|$stmtA|\n";}
if (!$T) { $affected_rows = $dbhA->do($stmtA);}
if (!$Q) {print " - vicidial_manager 2 hour flush\n";}
if (!$Q) {print " - vicidial_manager 1 hour flush\n";}
$stmtA = "optimize table vicidial_manager;";
if($DB){print STDERR "\n|$stmtA|\n";}