From 8721d0bf1b20ccd02dfe4e0388e3a33ee7e7f6e8 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Tue, 7 Mar 2017 20:28:18 -0500 Subject: chan_sip: Add rtcp-mux support ASTERISK-26846 #close Change-Id: I541a1602ff55ab73684e9f8002edb9e0e745d639 --- UPGRADE.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'UPGRADE.txt') diff --git a/UPGRADE.txt b/UPGRADE.txt index 1966ec928..63a1885d5 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -25,9 +25,10 @@ From 13.14.0 to 13.15.0: res_rtp_asterisk: - The RTP layer of Asterisk now has support for RFC 5761: "Multiplexing RTP - Data and Control Packets on a Single Port." So far, the only channel driver - that supports this feature is chan_pjsip. You can set "rtcp_mux = yes" on - a PJSIP endpoint in pjsip.conf to enable the feature. + Data and Control Packets on a Single Port." For the PJSIP channel driver, + chan_pjsip, you can set "rtcp_mux = yes" on a PJSIP endpoint in pjsip.conf + to enable the feature. For chan_sip you can set "rtcp_mux = yes" either + globally or on a per-peer basis in sip.conf. From 13.8.0 to 13.9.0: -- cgit v1.2.3