From 3839f2d33715f6be65e67295aac3261b2b66c2f3 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 7 Aug 2015 14:38:33 -0500 Subject: [PATCH] Comment out the sounds in ivr menu edit use the phrases or recordings instead. --- app/ivr_menus/ivr_menu_edit.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/ivr_menus/ivr_menu_edit.php b/app/ivr_menus/ivr_menu_edit.php index 83db6d79fa..eb85e04752 100644 --- a/app/ivr_menus/ivr_menu_edit.php +++ b/app/ivr_menus/ivr_menu_edit.php @@ -474,6 +474,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; } //sounds + /* $dir_path = $_SESSION['switch']['sounds']['dir']; recur_sounds_dir($_SESSION['switch']['sounds']['dir']); if (count($dir_array) > 0) { @@ -494,6 +495,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { } echo "\n"; } + */ //select if (if_group("superadmin")) { if (!$tmp_selected) { @@ -571,6 +573,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { unset ($prep_statement); //sounds + /* $dir_path = $_SESSION['switch']['sounds']['dir']; recur_sounds_dir($_SESSION['switch']['sounds']['dir']); if (count($dir_array) > 0) { @@ -591,6 +594,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { } echo "\n"; } + */ //select if (if_group("superadmin")) { if (!$tmp_selected && strlen($ivr_menu_greet_short) > 0) {