提交 3a5af506 authored 作者: Anthony Minessale's avatar Anthony Minessale

remove naughty operation that makes things not work

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2253 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 040dc251
......@@ -2080,7 +2080,6 @@ static switch_status_t conference_outcall(conference_obj_t *conference, switch_c
}
while ((!caller_channel || switch_channel_ready(caller_channel)) &&
switch_channel_ready(peer_channel) &&
!switch_channel_test_flag(peer_channel, CF_ANSWERED) &&
!switch_channel_test_flag(peer_channel, CF_EARLY_MEDIA) &&
((time(NULL) - start) < timelimit)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论