summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2016-09-13 11:08:34 +0200
committerGeorge Joseph <gjoseph@digium.com>2016-11-02 08:44:26 -0500
commit9ac53877f688c06acaa7c377f15da8770e4ee88b (patch)
tree60e0a79f708266c8828dd5f3d5b7671936ad1100 /CHANGES
parenta380bba1e36cc448ef797b381b9a0ef245e3bded (diff)
rtp_engine: Allow more than 32 dynamic payload types.
Since adding all remaining rates of Signed Linear (ASTERISK-24274), SILK (Gerrit 3136) and Codec 2 (ASTERISK-26217), no RTP Payload Type is left in the dynamic range (96-127). RFC 3551 section 3 allows to reassign other ranges. Consequently, when the dynamic range is exhausted, this change utilizes payload types in the range between 35 and 63 giving room for another 29 payload types. ASTERISK-26311 #close Change-Id: I7bc96ab764bc30098a178b841cbf7146f9d64964
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 ----------
------------------------------------------------------------------------------