提交 5375d8b6 authored 作者: Anthony Minessale's avatar Anthony Minessale

add on to last commit

上级 bd4a0d8c
...@@ -3923,9 +3923,12 @@ static void *SWITCH_THREAD_FUNC conference_loop_input(switch_thread_t *thread, v ...@@ -3923,9 +3923,12 @@ static void *SWITCH_THREAD_FUNC conference_loop_input(switch_thread_t *thread, v
member->last_score = member->score; member->last_score = member->score;
} }
loops++;
if (switch_channel_test_flag(member->channel, CF_CONFERENCE_RESET_MEDIA)) { if (switch_channel_test_flag(member->channel, CF_CONFERENCE_RESET_MEDIA)) {
switch_channel_clear_flag(member->channel, CF_CONFERENCE_RESET_MEDIA); switch_channel_clear_flag(member->channel, CF_CONFERENCE_RESET_MEDIA);
if (++loops > 500) {
if (loops > 500) {
member->loop_loop = 1; member->loop_loop = 1;
if (setup_media(member, member->conference)) { if (setup_media(member, member->conference)) {
...@@ -7056,8 +7059,6 @@ static switch_status_t conf_api_sub_file_vol(conference_obj_t *conference, switc ...@@ -7056,8 +7059,6 @@ static switch_status_t conf_api_sub_file_vol(conference_obj_t *conference, switc
} }
} }
printf("WTF %p %p\n", (void *) conference, (void *) fnode);
if (fnode && fnode->type == NODE_TYPE_FILE) { if (fnode && fnode->type == NODE_TYPE_FILE) {
fnode->fh.vol = vol; fnode->fh.vol = vol;
ok = 1; ok = 1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论