mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Added it-ring definition
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user