]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Revert "res_rtp_asterisk.c: Set Mark on rtp when timestamp skew is too big"
authorMaximilian Fridrich <m.fridrich@commend.com>
Fri, 28 Feb 2025 07:43:44 +0000 (08:43 +0100)
committerMaximilian Fridrich <m.fridrich@commend.com>
Mon, 3 Mar 2025 19:29:47 +0000 (19:29 +0000)
commit44ca269adbcfc328f65ba9073374e1cec011440f
treed8c3a016cb493d9dab75dcf34de7d3478f322308
parent47e2e5923058084ee47220fbecea611df7f62a33
Revert "res_rtp_asterisk.c: Set Mark on rtp when timestamp skew is too big"

This reverts commit f30ad96b3f467739c38ff415e80bffc4afff1da7.

The original change was not RFC compliant and caused issues because it
set the RTP marker bit in cases when it shouldn't be set. See the
linked issue #1135 for a detailed explanation.

Fixes: #1135.
res/res_rtp_asterisk.c