]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk.c: Use rtp->dtls in __rtp_sendto when rtcp mux is used.
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 23 Sep 2025 13:41:04 +0000 (07:41 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Tue, 23 Sep 2025 15:41:44 +0000 (15:41 +0000)
commit201a55324d4e54538d0c0dd9ad75de9f68ef1948
treef83bc9816438db10f502fc7c6ccfd757f7a6dc2a
parent573c8faa09854abfc90f65c8d506ba5fc4984888
res_rtp_asterisk.c: Use rtp->dtls in __rtp_sendto when rtcp mux is used.

In __rtp_sendto(), the check for DTLS negotiation completion for rtcp packets
needs to use the rtp->dtls structure instead of rtp->rtcp->dtls when
AST_RTP_INSTANCE_RTCP_MUX is set.

Resolves: #1474
res/res_rtp_asterisk.c