mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
another regression stemming from the series of commits to make stupid sonus happy
This commit is contained in:
parent
5d77e789b5
commit
8e2793b45e
@ -3666,7 +3666,7 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
|
||||
rtp_session->send_msg.header.ts = htonl(rtp_session->ts);
|
||||
|
||||
|
||||
if ((rtp_session->ts > (rtp_session->last_write_ts + (rtp_session->samples_per_interval * 10)))
|
||||
if ((rtp_session->ts != RTP_TS_RESET && rtp_session->ts > (rtp_session->last_write_ts + (rtp_session->samples_per_interval * 10)))
|
||||
|| rtp_session->ts == rtp_session->samples_per_interval) {
|
||||
m++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user