Added it-ring definition

This commit is contained in:
Riccardo Granchi
2014-11-03 11:16:10 +00:00
parent 3a25204bd9
commit a86b83be7a
11 changed files with 50 additions and 0 deletions

View File

@@ -745,6 +745,12 @@ for ($c = 0; $c < 1; $c++) {
else {
$select_options .= " <option value='\${rs-ring}'>rs-ring</option>\n";
}
if ($ivr_menu_ringback == "\${it-ring}" || $ivr_menu_ringback == "it-ring") {
$select_options .= " <option value='\${it-ring}' selected='selected'>it-ring</option>\n";
}
else {
$select_options .= " <option value='\${it-ring}'>it-ring</option>\n";
}
if (is_dir($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/app/music_on_hold')) {
require_once "app/music_on_hold/resources/classes/switch_music_on_hold.php";
$moh = new switch_music_on_hold;