From 347c8f0e8e611fdf90c241ff683ae0e3ff6e0be4 Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 22 Mar 2021 17:07:32 +0000 Subject: [PATCH] Fixed issue with agent_hidden_sound in vicidial.php git-svn-id: svn://192.168.202.10@3399 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/agc/vicidial.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/agc_2-X/trunk/www/agc/vicidial.php b/agc_2-X/trunk/www/agc/vicidial.php index c93eb3e6..48215d09 100644 --- a/agc_2-X/trunk/www/agc/vicidial.php +++ b/agc_2-X/trunk/www/agc/vicidial.php @@ -660,10 +660,11 @@ # 210318-0236 - Added agent browser visibility logging and Agent Hidden Browser Sounds # 210319-1500 - Small change for agent screen visibility logging on logout # 210320-2348 - Added additional update_fields options: scriptreload,script2reload +# 210322-1301 - Fixed issue with agent_hidden_sound # -$version = '2.14-628c'; -$build = '210320-2348'; +$version = '2.14-629c'; +$build = '210322-1301'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=95; $one_mysql_log=0; @@ -22551,7 +22552,7 @@ if ($agent_display_dialable_leads > 0) 0) +if ( ($SSbrowser_call_alerts > 0) or ($SSagent_hidden_sound_seconds > 0) ) { $bas=0; $bas_embed_output=''; $browser_alert_sounds_listARY = explode(',',$browser_alert_sounds_list);