]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add rtp-autoflush-during-bridge param
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 7 May 2009 15:07:48 +0000 (15:07 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 7 May 2009 15:07:48 +0000 (15:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13250 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 1d77f8f1115b03d5faaaa3ea516eb1acceb578e0..87787af278e07b5c9ed9f5e8611381df2e113eb1 100644 (file)
@@ -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);
                        }