summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2017-03-24 16:22:55 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-03-24 16:22:55 -0500
commit90634cc184e3be301e27cb6ff8d081133de73d2d (patch)
tree6fe88002e011cb37a664ee25f92342967a4b5ca6 /configs
parentcd9ca7cf870385f6725efd076f105e826910a0ba (diff)
parent9b103e7bea40c300f89de67cc23c1015fc03db76 (diff)
Merge "rtp_engine: allocate RTP dynamic payloads per session"
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/asterisk.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/samples/asterisk.conf.sample b/configs/samples/asterisk.conf.sample
index e13a944b0..30934e4a9 100644
--- a/configs/samples/asterisk.conf.sample
+++ b/configs/samples/asterisk.conf.sample
@@ -97,6 +97,10 @@ 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_use_dynamic = yes ; When set to "yes" RTP dynamic payload types
+ ; are assigned dynamically per RTP instance vs.
+ ; allowing Asterisk to globally initialize them
+ ; to pre-designated numbers (defaults to "yes").
;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