Fix the interactive conference "+Vol" button control (#2564)

This commit is contained in:
Stefan Siegel
2017-05-07 19:35:41 +02:00
committed by FusionPBX
parent de7b63759d
commit dc54439760

View File

@@ -199,7 +199,7 @@ else {
}
//volume
if (permission_exists('conference_interactive_volume')) {
echo " <input type='button' class='btn' onclick=\"send_cmd('conference_exec.php?direction=up&cmd=conference&name=".$conference_name."%&data=volume_in&id=".$id."');\" value='+".$text['label-volume']."'>\n";
echo " <input type='button' class='btn' onclick=\"send_cmd('conference_exec.php?direction=up&cmd=conference&name=".$conference_name."&data=volume_in&id=".$id."');\" value='+".$text['label-volume']."'>\n";
echo " <input type='button' class='btn' onclick=\"send_cmd('conference_exec.php?direction=down&cmd=conference&name=".$conference_name."&data=volume_in&id=".$id."');\" value='-".$text['label-volume']."'>\n";
}
if (permission_exists('conference_interactive_gain')) {