]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk.c: Set Mark on rtp when timestamp skew is too big
authorViktor Litvinov <viktor.litvinov@net2phone.com>
Tue, 1 Oct 2024 23:57:12 +0000 (01:57 +0200)
committerViktor Litvinov <viktor.litvinov@net2phone.com>
Mon, 2 Dec 2024 12:58:52 +0000 (12:58 +0000)
commit607de362307714338ab11a48a2d62e30497ca410
tree78db2994f30d260c9ea9b42e58566040a283d21e
parent9060a267e0adf901f0e94dc31c03adf2e0795600
res_rtp_asterisk.c: Set Mark on rtp when timestamp skew is too big

Set Mark bit in rtp stream when timestamp skew is bigger than MAX_TIMESTAMP_SKEW.

Fixes: #927
res/res_rtp_asterisk.c