提交 7755f638 authored 作者: Georgiewskiy Yuriy's avatar Georgiewskiy Yuriy

remove SWITCH_RTP_FLAG_AUTOADJ because its not work correctly and not do…

remove SWITCH_RTP_FLAG_AUTOADJ because its not work correctly and not do anything reliable in our cases.


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15374 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 287db73e
remove SWITCH_RTP_FLAG_AUTOADJ because its not work correctly and not do anything reliable in our cases.
fix faststart in progress handling fix faststart in progress handling
fixxxxes fixxxxes
remove trys to implement non standard codecs. remove trys to implement non standard codecs.
......
...@@ -1279,7 +1279,7 @@ PBoolean FSH323_ExternalRTPChannel::Start(){ ...@@ -1279,7 +1279,7 @@ PBoolean FSH323_ExternalRTPChannel::Start(){
PTRACE(4, "mod_h323\t------------------->actual_samples_per_second = "<<m_switchCodec->implementation->actual_samples_per_second); PTRACE(4, "mod_h323\t------------------->actual_samples_per_second = "<<m_switchCodec->implementation->actual_samples_per_second);
if (!m_conn->m_startRTP) { if (!m_conn->m_startRTP) {
flags = (switch_rtp_flag_t) (SWITCH_RTP_FLAG_DATAWAIT|SWITCH_RTP_FLAG_AUTO_CNG|SWITCH_RTP_FLAG_RAW_WRITE|SWITCH_RTP_FLAG_AUTOADJ); flags = (switch_rtp_flag_t) (SWITCH_RTP_FLAG_DATAWAIT|SWITCH_RTP_FLAG_AUTO_CNG|SWITCH_RTP_FLAG_RAW_WRITE);
if ((var = switch_channel_get_variable(m_fsChannel, "timer_name"))) { if ((var = switch_channel_get_variable(m_fsChannel, "timer_name"))) {
timer_name = (char *) var; timer_name = (char *) var;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论