From 928b27e3c768e9c524e18f833b914d759410b344 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 20 Mar 2007 19:10:32 +0000 Subject: [PATCH] code comments for last commit git-svn-id: svn://192.168.202.10@561 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_VDauto_dial.pl | 1 + www/agc/manager_send.php | 5 +++-- www/agc/vicidial.php | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bin/AST_VDauto_dial.pl b/bin/AST_VDauto_dial.pl index e9a921fa..b1110a15 100644 --- a/bin/AST_VDauto_dial.pl +++ b/bin/AST_VDauto_dial.pl @@ -62,6 +62,7 @@ # 70207-1031 - Fixed Tally-only-available bug with customer hangups # 70215-1123 - Added queue_log ABANDON logging # 70302-1412 - Fixed max_vicidial_trunks update if set to 0 +# 70320-1458 - Fixed several errors in calculating trunk shortage for campaigns # diff --git a/www/agc/manager_send.php b/www/agc/manager_send.php index cf9e9a69..625a8107 100644 --- a/www/agc/manager_send.php +++ b/www/agc/manager_send.php @@ -66,6 +66,7 @@ # 61201-1115 - Added user to MonitorConf for recording_log # 70111-1600 - added ability to use BLEND/INBND/*_C/*_B/*_I as closer campaigns # 70226-1251 - Added Mute/UnMute to conference volume control +# 70320-1502 - Added option to allow retry of leave-3way-call and debug logging # require("dbconnect.php"); @@ -135,8 +136,8 @@ if (!isset($ACTION)) {$ACTION="Originate";} if (!isset($format)) {$format="alert";} if (!isset($ext_priority)) {$ext_priority="1";} -$version = '2.0.28'; -$build = '70226-1251'; +$version = '2.0.29'; +$build = '70320-1502'; $StarTtime = date("U"); $NOW_DATE = date("Y-m-d"); $NOW_TIME = date("Y-m-d H:i:s"); diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 4743762a..84f33161 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -156,10 +156,11 @@ # 70316-1406 - Moved the MUTE button to be accessible during a transfer/conf # 70319-1446 - Added agent-deactive-display and disable customer info update functions # 70319-1626 - Added option to allow agent logins to campaigns with no leads in the hopper +# 70320-1501 - Added option to allow retry of leave-3way-call from dispo screen # -$version = '2.0.127'; -$build = '70319-1626'; +$version = '2.0.128'; +$build = '70320-1501'; require("dbconnect.php");