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

Fix fifo orbit timeout when not using a chime tested with and without chime

上级 306b332d
......@@ -537,12 +537,9 @@ static switch_status_t caller_read_frame_callback(switch_core_session_t *session
cd->next = switch_epoch_time_now(NULL) + cd->freq;
cd->index++;
}
} else {
chime_read_frame_callback(session, frame, user_data);
}
}
return SWITCH_STATUS_SUCCESS;
return chime_read_frame_callback(session, frame, user_data);
}
static switch_status_t consumer_read_frame_callback(switch_core_session_t *session, switch_frame_t *frame, void *user_data)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论