FSCORE-639 with some additional changes

This commit is contained in:
Anthony Minessale
2010-07-29 17:41:23 -05:00
parent 5c6a1f44ad
commit d6d7773ca4
6 changed files with 144 additions and 66 deletions
+1 -1
View File
@@ -1369,7 +1369,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
} else {
ok = sofia_test_pflag(tech_pvt->profile, PFLAG_RTP_AUTOFLUSH_DURING_BRIDGE);
}
if (ok) {
rtp_flush_read_buffer(tech_pvt->rtp_session, SWITCH_RTP_FLUSH_STICK);
} else {