]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 20 Mar 2025 18:34:08 +0000 (18:34 +0000)
commit99ef285fffdf34ee9ae1b2ac929c270c8e3ff3d1
tree4ac36da3a15115a11c9b00f8937f287fec232f72
parentf5e87a6da313518704a1b7f2ee306173358b9cfd
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.
(cherry picked from commit 44ca269adbcfc328f65ba9073374e1cec011440f)
res/res_rtp_asterisk.c