]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 23 Sep 2025 15:41:51 +0000 (15:41 +0000)
commit32c41efa0442b6e60f8f405548ecf934b7704f4e
tree4d8dff14076995253e47478fc0988d196dd04be8
parenta0f1e460fe90284674e45c6ea692b48fa4e5cc53
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