From 2d4b4edd1bccb29a4c53a145019d35a84fa7a8b8 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 3 Mar 2009 16:45:28 +0000 Subject: [PATCH] forgot to comment in files for last commit git-svn-id: svn://192.168.202.10@1066 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/agc/manager_send.php | 7 ++++--- www/agc/vicidial.php | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/www/agc/manager_send.php b/www/agc/manager_send.php index 1108c800..5078ca47 100644 --- a/www/agc/manager_send.php +++ b/www/agc/manager_send.php @@ -1,7 +1,7 @@ LICENSE: AGPLv2 +# Copyright (C) 2009 Matt Florell LICENSE: AGPLv2 # # This script is designed purely to insert records into the vicidial_manager table to signal Actions to an asterisk server # This script depends on the server_ip being sent and also needs to have a valid user/pass from the vicidial_users table @@ -78,10 +78,11 @@ # 81011-1404 - Fixed bugs in leave3way when transferring a manual dial call # 81020-1459 - Fixed bugs in queue_log logging # 81104-0203 - Added mysql error logging capability +# 90303-1144 - Fixed manual dial live hangup bug # -$version = '2.0.5-35'; -$build = '81104-0203'; +$version = '2.0.5-36'; +$build = '90303-1144'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=83; $one_mysql_log=0; diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 36b82c23..f9f72594 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -218,10 +218,11 @@ # 90128-0230 - Added vendor_lead_code to API dial and manuald dial with lookup # 90202-0148 - Added option to disable BLENDED checkbox # 90209-0132 - Changed tab images and color scheme +# 90303-1145 - Fixed rare manual dial live hangup bug # -$version = '2.0.5-197'; -$build = '90209-0132'; +$version = '2.0.5-198'; +$build = '90303-1145'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=53; $one_mysql_log=0;