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

don't enable sonus rtp bug by default anymore, they do it right now

上级 786ca1f9
...@@ -2797,7 +2797,7 @@ switch_status_t config_sofia(int reload, char *profile_name) ...@@ -2797,7 +2797,7 @@ switch_status_t config_sofia(int reload, char *profile_name)
profile->trans_timeout = 500; profile->trans_timeout = 500;
profile->auto_rtp_bugs = RTP_BUG_CISCO_SKIP_MARK_BIT_2833 | RTP_BUG_SONUS_SEND_INVALID_TIMESTAMP_2833; profile->auto_rtp_bugs = RTP_BUG_CISCO_SKIP_MARK_BIT_2833;// | RTP_BUG_SONUS_SEND_INVALID_TIMESTAMP_2833;
profile->pool = pool; profile->pool = pool;
profile->user_agent = SOFIA_USER_AGENT; profile->user_agent = SOFIA_USER_AGENT;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论