From 5d494f2a74fefedebf60a86c07eb63044b5b0b84 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 9 Jul 2008 08:44:30 +0000 Subject: [PATCH] fixed issue with default-alt-dial option in vicidial.php git-svn-id: svn://192.168.202.10@913 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/agc/vicidial.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 8f806934..f4a502d5 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -183,10 +183,11 @@ # 80703-0139 - Added alter customer phone permissions # 80703-1106 - Added API functionality for Hangup and Dispo, added Agent Display Queue Count # 80707-2325 - Added vicidial_id to recording_log for tracking of vicidial or closer log to recording +# 80709-0358 - Added Default alt phone dial hard-code option # -$version = '2.0.5-161'; -$build = '80707-2325'; +$version = '2.0.5-162'; +$build = '80709-0358'; require("dbconnect.php"); @@ -836,7 +837,10 @@ $VDloginDISPLAY=0; if ($alt_number_dialing=='Y') {$alt_phone_dialing='1';} else - {$alt_phone_dialing='0';} + { + $alt_phone_dialing='0'; + $DefaulTAlTDiaL='0'; + } if ($display_queue_count=='N') {$callholdstatus='0';}