From 5e3816afb9ed5e9d0ade0e9d7d297bea763db6bc Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 6 Sep 2006 21:18:19 +0000 Subject: [PATCH] small changes and user_stats.php small change for bug 20 git-svn-id: svn://192.168.202.10@253 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_manager_listen.pl | 1 + www/agc/vicidial.php | 5 +++-- www/vicidial/user_stats.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/AST_manager_listen.pl b/bin/AST_manager_listen.pl index 73380a0b..a775c151 100644 --- a/bin/AST_manager_listen.pl +++ b/bin/AST_manager_listen.pl @@ -38,6 +38,7 @@ # 60718-0955 - changed to use /etc/astguiclient.conf for configs # 60720-1142 - added keepalive to MySQL connection every 50 seconds # 60814-1733 - added option for no logging to file +# 60906-1714 - added updating for special vicidial conference calls # # constants diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 309a2499..ea17635e 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -125,6 +125,7 @@ # 60822-0512 - Changed phone number fields to be maxlength of 12 # 60829-1531 - Made compatible with WeBRooTWritablE setting in dbconnect.php # 60906-1152 - Added Previous CallBack info display span +# 60906-1715 - Allow for Local phone extension conferences # require("dbconnect.php"); @@ -170,8 +171,8 @@ if (isset($_GET["relogin"])) {$relogin=$_GET["relogin"];} $forever_stop=0; -$version = '2.0.98'; -$build = '60906-1152'; +$version = '2.0.99'; +$build = '60906-1715'; if ($force_logout) { diff --git a/www/vicidial/user_stats.php b/www/vicidial/user_stats.php index bdada227..ba10a76b 100644 --- a/www/vicidial/user_stats.php +++ b/www/vicidial/user_stats.php @@ -258,7 +258,7 @@ echo "LAST 50 CALLS:\n"; echo "\n"; echo "\n"; - $stmt="select * from vicidial_log where user='" . mysql_real_escape_string($user) . "' order by uniqueid desc limit 50;"; + $stmt="select * from vicidial_log where user='" . mysql_real_escape_string($user) . "' order by call_date desc limit 50;"; $rslt=mysql_query($stmt, $link); $logs_to_print = mysql_num_rows($rslt);
DATE/TIME LENGTH STATUS PHONE CAMPAIGN LIST LEAD