提交 87eeaac6 authored 作者: Anthony Minessale's avatar Anthony Minessale

wrong commit

上级 412efaaf
......@@ -2865,12 +2865,12 @@ SWITCH_STANDARD_APP(audio_bridge_function)
camp_data = (char *) data;
}
if (!(moh = switch_channel_get_hold_music(caller_channel))) {
moh = switch_channel_get_variable(caller_channel, "campon_hold_music");
if (!(moh = switch_channel_get_variable(caller_channel, "campon_hold_music"))) {
moh = switch_channel_get_hold_music(caller_channel);
}
if (!zstr(moh) && !strcasecmp(moh, "silence")) {
moh = "silence_stream://0";
moh = NULL;
}
do {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论