]> 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:46 +0000 (19:29 +0000)
commita47fe8f84f89a3e2fdf125002c090034dccb5d59
tree6ce43b3e58f71bcff65e8b368cdb3ce65a117bb0
parent4dc2efc8c32bd15a7eb5d64c75bcedc207bac88b
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