From 22066c804938ce5389e5784ea40ef5e7d5dd9f80 Mon Sep 17 00:00:00 2001 From: mattf Date: Sun, 19 Apr 2015 02:08:16 +0000 Subject: [PATCH] Fixed issue with manual dial with hotkeys in RATIO method, issue #836 git-svn-id: svn://192.168.202.10@2307 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/agc/vicidial.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/agc_2-X/trunk/www/agc/vicidial.php b/agc_2-X/trunk/www/agc/vicidial.php index 423de286..e51a2abb 100644 --- a/agc_2-X/trunk/www/agc/vicidial.php +++ b/agc_2-X/trunk/www/agc/vicidial.php @@ -483,10 +483,11 @@ # 150302-0950 - Release of 2.11 stable branch and raising trunk to 2.12 # 150309-0315 - Added custom agent login prompt option # 150405-1410 - Fixed issue with API dialing and preview +# 150418-2206 - Fixed issue with manual dial with hotkeys in RATIO method, issue #836 # -$version = '2.12-455c'; -$build = '150405-1410'; +$version = '2.12-456c'; +$build = '150418-2206'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=85; $one_mysql_log=0; @@ -14846,7 +14847,8 @@ function phone_number_format(formatphone) { else { manual_auto_hotkey = 0; - ManualDialNext('','','','','','0'); + if ( (dial_method == "INBOUND_MAN") || (dial_method == "MANUAL") ) + {ManualDialNext('','','','','','0');} } } if (manual_auto_hotkey > 1) {manual_auto_hotkey = (manual_auto_hotkey - 1);}