summaryrefslogtreecommitdiff
path: root/configs/samples/asterisk.conf.sample
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 /configs/samples/asterisk.conf.sample
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 'configs/samples/asterisk.conf.sample')
-rw-r--r--configs/samples/asterisk.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/samples/asterisk.conf.sample b/configs/samples/asterisk.conf.sample
index 6d6d2f0bb..e13a944b0 100644
--- a/configs/samples/asterisk.conf.sample
+++ b/configs/samples/asterisk.conf.sample
@@ -97,6 +97,14 @@ documentation_language = en_US ; Set the language you want documentation
; This is currently is used by DUNDi and
; Exchanging Device and Mailbox State
; using protocols: XMPP, Corosync and PJSIP.
+;rtp_pt_dynamic = 35 ; Normally the Dynamic RTP Payload Type numbers
+ ; are 96-127, which allow just 32 formats. The
+ ; starting point 35 enables the range 35-63 and
+ ; allows 29 additional formats. When you use
+ ; more than 32 formats in the dynamic range and
+ ; calls are not accepted by a remote
+ ; implementation, please report this and go
+ ; back to value 96.
; Changing the following lines may compromise your security.
;[files]