mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-03 15:26:34 +00:00
working on moh fhs
This commit is contained in:
@@ -46,8 +46,9 @@ require_once "resources/paging.php";
|
||||
|
||||
$sampling_rate_dirs = Array(8000, 16000, 32000, 48000);
|
||||
if (file_exists('/var/lib/fusionpbx/sounds/music')) {
|
||||
$music_on_hold_dir = $_SESSION['switch']['sounds']['dir'].'/music/fusionpbx';
|
||||
else
|
||||
$music_on_hold_dir = $_SESSION['switch']['sounds']['dir'].'/music/fusionpbx';
|
||||
}
|
||||
else {
|
||||
$music_on_hold_dir = $_SESSION['switch']['sounds']['dir'].'/music';
|
||||
}
|
||||
ini_set(max_execution_time,7200);
|
||||
|
||||
Reference in New Issue
Block a user