提交 7c0da5cc authored 作者: Brian West's avatar Brian West

FS-6957 fix regression

上级 250234da
...@@ -10331,6 +10331,8 @@ static conference_obj_t *conference_new(char *name, conf_xml_cfg_t cfg, switch_c ...@@ -10331,6 +10331,8 @@ static conference_obj_t *conference_new(char *name, conf_xml_cfg_t cfg, switch_c
conference->perpetual_sound = switch_core_strdup(conference->pool, perpetual_sound); conference->perpetual_sound = switch_core_strdup(conference->pool, perpetual_sound);
} }
conference->mflags = MFLAG_CAN_SPEAK | MFLAG_CAN_HEAR;
if (!zstr(moh_sound) && switch_is_moh(moh_sound)) { if (!zstr(moh_sound) && switch_is_moh(moh_sound)) {
conference->moh_sound = switch_core_strdup(conference->pool, moh_sound); conference->moh_sound = switch_core_strdup(conference->pool, moh_sound);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论