提交 d6a9ef7e authored 作者: Anthony Minessale's avatar Anthony Minessale

resolve FSCORE-28

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5205 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b40952a0
......@@ -578,7 +578,7 @@ SWITCH_DECLARE(switch_rtp_t *) switch_rtp_new(const char *rx_host,
SWITCH_DECLARE(void) switch_rtp_set_telephony_event(switch_rtp_t *rtp_session, switch_payload_t te)
{
if (te > 96) {
if (te > 95) {
rtp_session->te = te;
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论