]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Force resync on SSRC change.
authorJoshua C. Colp <jcolp@sangoma.com>
Wed, 17 Mar 2021 15:28:45 +0000 (12:28 -0300)
committerJoshua C. Colp <jcolp@sangoma.com>
Wed, 17 Mar 2021 17:47:59 +0000 (14:47 -0300)
commit871349275857c0d2e14da5c799a43b0d19fe8ad2
tree87f9496e0182a7d4423a0619935038161d9fb8cf
parentd1057ac4276aeea4f0c2129f41699b88e078b458
res_rtp_asterisk: Force resync on SSRC change.

When an SSRC change occurs the timestamps are likely
to change as well. As a result we need to reset the
timestamp mapping done in the calc_rxstamp function
so that they map properly from timestamp to real
time.

This previously occurred but due to packet
retransmission support the explicit setting
of the marker bit was not effective.

ASTERISK-29352

Change-Id: I2d4c8f93ea24abc1030196706de2d70facf05a5a
res/res_rtp_asterisk.c