let campon_hold_music take precedence over the normal hold_music variable

This commit is contained in:
Anthony Minessale 2012-07-02 12:53:52 -05:00
parent 78addbfe44
commit 412efaaf87

View File

@ -2870,7 +2870,7 @@ SWITCH_STANDARD_APP(audio_bridge_function)
}
if (!zstr(moh) && !strcasecmp(moh, "silence")) {
moh = NULL;
moh = "silence_stream://0";
}
do {