diff --git a/app/ivr_menu/v_ivr_menu_edit.php b/app/ivr_menu/v_ivr_menu_edit.php index d56cfa4f67..d3092a5055 100644 --- a/app/ivr_menu/v_ivr_menu_edit.php +++ b/app/ivr_menu/v_ivr_menu_edit.php @@ -623,39 +623,39 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " Ring Back:\n"; echo "\n"; echo "\n"; - echo " \n"; + require_once "app/music_on_hold/resources/classes/switch_music_on_hold.php"; + $moh = new switch_music_on_hold; + $moh->select_name = "ivr_menu_ringback"; + $moh->select_value = $ivr_menu_ringback; + $moh->select_options = $select_options; + echo $moh->select(); + echo "
\n"; echo "Defines what the caller will hear while the destination is being called. The choices are music (music on hold) ring (ring tone.) default: music \n"; echo "\n";