[Freeswitch-trunk] [commit] r12617 - freeswitch/trunk/src/mod/endpoints/mod_sofia
FreeSWITCH SVN
brian at freeswitch.org
Sun Mar 15 19:15:12 PDT 2009
Author: brian
Date: Sun Mar 15 21:15:12 2009
New Revision: 12617
Log:
reset rtp timer on unhold op
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c Sun Mar 15 21:15:12 2009
@@ -2297,6 +2297,7 @@
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);
}
More information about the Freeswitch-trunk
mailing list