From 18c7cd83f80c763f9afa61b606afba2049c42e12 Mon Sep 17 00:00:00 2001 From: mattf Date: Sat, 12 Nov 2022 21:57:23 +0000 Subject: [PATCH] Fix for dispo timer issue #1387 in vicidial.php git-svn-id: svn://192.168.202.10@3655 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/agc/vicidial.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 33f47c17..86f390b3 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -704,10 +704,11 @@ # 221012-1723 - Fix for webform URLs updates with correct recording variables # 221020-1651 - Added login_kickall system setting # 221021-1022 - Added webphone_settings phones option +# 221112-1638 - Fix for dispo timer issue #1387 # -$version = '2.14-672c'; -$build = '221021-1022'; +$version = '2.14-673c'; +$build = '221112-1638'; $php_script = 'vicidial.php'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=98; @@ -15058,7 +15059,8 @@ function set_length(SLnumber,SLlength_goal,SLdirection) } HidEGenDerPulldown(); - AgentDispoing = 1; + if ((taskDSstage == 'ReSET') && (DSCclick!='YES')) + {AgentDispoing = 1;} var CBflag = ''; var MINMAXbegin=''; var MINMAXend='';