Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
This commit is contained in:
@@ -125,6 +125,10 @@ include "root.php";
|
|||||||
}
|
}
|
||||||
$moh_list[$moh_value] = str_replace('_', ' ', $moh_name);
|
$moh_list[$moh_value] = str_replace('_', ' ', $moh_name);
|
||||||
}
|
}
|
||||||
|
//detect source installed moh
|
||||||
|
if(is_dir($music_on_hold_dir."/8000")) {
|
||||||
|
$moh_list["local_stream://default"] = $text['opt-default'];
|
||||||
|
}
|
||||||
return $moh_list;
|
return $moh_list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user