From: Anthony Minessale Date: Thu, 7 May 2009 15:07:48 +0000 (+0000) Subject: add rtp-autoflush-during-bridge param X-Git-Tag: v1.0.4~951 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d303b7e537fd4742d064e536a28043933cf6f46a;p=thirdparty%2Ffreeswitch.git add rtp-autoflush-during-bridge param git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13250 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 1d77f8f111..87787af278 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -1062,7 +1062,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi } if (ok) { - rtp_flush_read_buffer(tech_pvt->rtp_session, SWITCH_RTP_FLUSH_STICK); + rtp_flush_read_buffer(tech_pvt->rtp_session, SWITCH_RTP_FLUSH_UNSTICK); } else { rtp_flush_read_buffer(tech_pvt->rtp_session, SWITCH_RTP_FLUSH_ONCE); }