提交 12d0918c authored 作者: Brian West's avatar Brian West

reset rtp timer on unhold op

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12617 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 c0d1ce24
......@@ -2297,6 +2297,7 @@ void sofia_glue_toggle_hold(private_object_t *tech_pvt, int sendonly)
switch_yield(250000);
if (tech_pvt->max_missed_packets) {
switch_rtp_reset_media_timer(tech_pvt->rtp_session);
switch_rtp_set_max_missed_packets(tech_pvt->rtp_session, tech_pvt->max_missed_packets);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论