]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Don't send RTP before DTLS has negotiated. master
authorBen Ford <bford@sangoma.com>
Mon, 4 Aug 2025 17:22:12 +0000 (12:22 -0500)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 14 Aug 2025 15:22:26 +0000 (15:22 +0000)
commitadde97bff373c4ebf3e294ff6f78c1ba3cd9bded
tree2188a4b11455e842544c100c15eff725347640b3
parent57344a80617b7520ff681876c97477a39da5a96c
res_rtp_asterisk: Don't send RTP before DTLS has negotiated.

There was no check in __rtp_sendto that prevented Asterisk from sending
RTP before DTLS had finished negotiating. This patch adds logic to do
so.

Fixes: #1260
res/res_rtp_asterisk.c