summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f4c5148a7..2131fee3c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -49,6 +49,15 @@ cel_radius
* To fix a memory leak the syslog channel is now empty if it has not been set
and used by a syslog channel in the logger.
+RTP
+------------------
+ * New setting "rtp_pt_dynamic = 35" in asterisk.conf:
+ Normally the Dynamic RTP Payload Type numbers are 96-127, which allow just 32
+ formats. To avoid the message "No Dynamic RTP mapping available", the range
+ was changed to 35-63,96-127. This is allowed by RFC 3551 section 3. However,
+ when you use more than 32 formats and calls are not accepted by a remote
+ implementation, please report this and go back to rtp_pt_dynamic = 96.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 14.1.0 to Asterisk 14.2.0 ----------
------------------------------------------------------------------------------