]> 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>
Thu, 25 Sep 2025 13:09:21 +0000 (07:09 -0600)
commit533a8b423df32c183c414cb8058616b9bbbacde7
tree69a187f10edad839d7f8400ee8703c7d7ece54c9
parentf43e7bbb793589b9ce54f6c65dfabdd46dd02921
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