Change Log for Release asterisk-23.0.0-rc2

Links:

Summary:

User Notes:

Upgrade Notes:

Developer Notes:

Commit Authors:

Issue and Commit Detail:

Closed Issues:

Commits By Author:

Commit List:

Commit Details:

res_rtp_asterisk.c: Use rtp->dtls in __rtp_sendto when rtcp mux is used.

Author: George Joseph Date: 2025-09-23

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

chan_websocket: Fix codec validation and add passthrough option.

Author: George Joseph Date: 2025-09-17

Resolves: #1462

res_ari: Ensure outbound websocket config has a websocket_client_id.

Author: George Joseph Date: 2025-09-12

Added a check to outbound_websocket_apply() that makes sure an outbound websocket config object in ari.conf has a websocket_client_id parameter.

Resolves: #1457