Fixed stats calculation issue on Real-Time report when inbound=No

Fixed help screen scrolling
Fixed AGI time check database close handle
Changed agent alert to launch from agent server instead of call server

git-svn-id: svn://192.168.202.10@1176 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-07-01 19:55:16 +00:00
parent 17e43e95f1
commit dbb6fca38e
4 changed files with 30 additions and 6 deletions
+1
View File
@@ -447,6 +447,7 @@ $affected_rowsL = $dbhA->do($stmtA);
if ($AGILOG) {$agi_string = "-- LIL : |$affected_rowsL|$uniqueid|$callerid|$extension|"; &agi_output;}
$sthA->finish();
$dbhA->disconnect();
exit;