提交 9cad51b7 authored 作者: Anthony Minessale's avatar Anthony Minessale

flip not

上级 abbe8d5a
......@@ -1152,7 +1152,7 @@ SWITCH_STANDARD_APP(answer_function)
}
if (!zstr(arg)) {
if (!switch_stristr("is_conference", arg)) {
if (switch_stristr("is_conference", arg)) {
switch_channel_set_flag(channel, CF_CONFERENCE);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论