fixed issue with default-alt-dial option in vicidial.php

git-svn-id: svn://192.168.202.10@913 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2008-07-09 08:44:30 +00:00
parent f818a2aaf0
commit 5d494f2a74
+7 -3
View File
@@ -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';}