From 3a48220e87d9615368bf48906b4fcf0464bdf44f Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 17 Nov 2022 03:00:28 +0000 Subject: [PATCH] Fix for recording buttons ALLFORCE issue #1389 in vicidial.php git-svn-id: svn://192.168.202.10@3657 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/agc/vicidial.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/agc_2-X/trunk/www/agc/vicidial.php b/agc_2-X/trunk/www/agc/vicidial.php index 1e776a1d..a0b01d4f 100644 --- a/agc_2-X/trunk/www/agc/vicidial.php +++ b/agc_2-X/trunk/www/agc/vicidial.php @@ -706,10 +706,11 @@ # 221021-1022 - Added webphone_settings phones option # 221112-1638 - Fix for dispo timer issue #1387 # 221116-1059 - Fix for long in-group dialstring extensions +# 221116-2159 - Fix for recording buttons ALLFORCE issue #1389 # -$version = '2.14-674c'; -$build = '221116-1059'; +$version = '2.14-675c'; +$build = '221116-2159'; $php_script = 'vicidial.php'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=98; @@ -7863,7 +7864,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection) if (LIVE_campaign_recording == 'ALLFORCE') { - document.getElementById("RecorDControl").innerHTML = "\" border=\"0\" alt=\"Start Recording\" />"; + document.getElementById("RecorDControl").innerHTML = "\" border=\"0\" alt=\"Stop Recording\" />"; } else { @@ -7943,7 +7944,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection) var conf_rec_mute_html = "\" border=\"0\" alt=\"Mute Recording\" />
"; if (LIVE_campaign_recording == 'ALLFORCE') { - document.getElementById("RecorDControl").innerHTML = "\" border=\"0\" alt=\"Start Recording\" />"; + document.getElementById("RecorDControl").innerHTML = "\" border=\"0\" alt=\"Stop Recording\" />"; } else {