summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-03-07 20:28:18 -0500
committerSean Bright <sean.bright@gmail.com>2017-03-17 09:35:21 -0400
commit8721d0bf1b20ccd02dfe4e0388e3a33ee7e7f6e8 (patch)
tree33be68f42d3c0203a83a181a5a592c6436f0e110 /UPGRADE.txt
parent9b756662a8eadc3d489f427908126801dda786e5 (diff)
chan_sip: Add rtcp-mux support
ASTERISK-26846 #close Change-Id: I541a1602ff55ab73684e9f8002edb9e0e745d639
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt7
1 files changed, 4 insertions, 3 deletions
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: