mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update switch_music_on_hold.php
Sometimes we don't want to set music on hold on the extension level.
This commit is contained in:
@@ -61,6 +61,7 @@ include "root.php";
|
||||
//music on hold
|
||||
$music_list = $this->get();
|
||||
if (count($music_list) > 0) {
|
||||
$select .= " <optgroup value=''>\n";
|
||||
$select .= " <optgroup label='".$text['label-music_on_hold']."'>\n";
|
||||
$previous_name = '';
|
||||
foreach($music_list as $row) {
|
||||
|
||||
Reference in New Issue
Block a user