提交 08e12b23 authored 作者: Brian West's avatar Brian West 提交者: Anthony Minessale

FS-10967: [mod_conference] chan var "conference_enter_sound" not working, only…

FS-10967: [mod_conference] chan var "conference_enter_sound" not working, only work when profile param active and being overridden #resolve
上级 6c750c2e
......@@ -865,7 +865,7 @@ switch_status_t conference_member_add(conference_obj_t *conference, conference_m
conference_file_stop(conference, FILE_STOP_ASYNC);
}
if (!switch_channel_test_app_flag_key("conference_silent", channel, CONF_SILENT_REQ) && !zstr(conference->enter_sound)) {
if (!switch_channel_test_app_flag_key("conference_silent", channel, CONF_SILENT_REQ)) {
const char * enter_sound = switch_channel_get_variable(channel, "conference_enter_sound");
if (conference_utils_test_flag(conference, CFLAG_ENTER_SOUND) && !conference_utils_member_test_flag(member, MFLAG_SILENT)) {
if (!zstr(enter_sound)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论