summaryrefslogtreecommitdiff
path: root/res/res_pjsip.c
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-07-13 14:40:11 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-07-13 14:40:11 -0500
commit0f45c979a3de00b320e05ba93309cf412e9e2702 (patch)
tree1852402245ee52adb65acc5d47b1ab13857aaea0 /res/res_pjsip.c
parente83b9d141a416ab8c0b1fcfcd29d73abf2ca04c9 (diff)
parent065c3005ad920f5fe2cedcf062e38b8e28eeb015 (diff)
Merge "res_rtp_asterisk / res_pjsip: Add support for BUNDLE."
Diffstat (limited to 'res/res_pjsip.c')
-rw-r--r--res/res_pjsip.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index 6e389d5f3..ee5c5fe5e 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -1002,6 +1002,14 @@
streams allowed for the endpoint.
</para></description>
</configOption>
+ <configOption name="bundle" default="no">
+ <synopsis>Enable RTP bundling</synopsis>
+ <description><para>
+ With this option enabled, Asterisk will attempt to negotiate the use of bundle.
+ If negotiated this will result in multiple RTP streams being carried over the same
+ underlying transport. Note that enabling bundle will also enable the rtcp_mux option.
+ </para></description>
+ </configOption>
</configObject>
<configObject name="auth">
<synopsis>Authentication type</synopsis>