diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php
index 1e776a1d..a0b01d4f 100644
--- a/www/agc/vicidial.php
+++ b/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
{