summaryrefslogtreecommitdiff
path: root/configs/samples
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2017-03-30 17:16:47 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-03-30 17:16:47 -0500
commit0667febf3d503abb3c6117b148d1360d9d90e6b7 (patch)
treed95760100072831d413b1a654c56e1532ebaace3 /configs/samples
parentc9648f4690df2e8e23e60ffa70d4e9813246b62b (diff)
parenta827892ff77cd37912b528d9c45b446be091bbc0 (diff)
Merge "res_pjsip_config_wizard: Add 2 new parameters to help with proxy config" into 13
Diffstat (limited to 'configs/samples')
-rw-r--r--configs/samples/pjsip_wizard.conf.sample12
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/samples/pjsip_wizard.conf.sample b/configs/samples/pjsip_wizard.conf.sample
index 0f46083af..8c8572e4d 100644
--- a/configs/samples/pjsip_wizard.conf.sample
+++ b/configs/samples/pjsip_wizard.conf.sample
@@ -79,6 +79,13 @@
; sends_auth must also be specified.
; (default: "no")
+;sends_line_with_registrations= ; Setting this to true will cause the wizard to
+ ; skip the creation of an identify object to match
+ ; incoming requests to the endpoint and instead add the
+ ; line and endpoint parameters to the outbound
+ ; registration object.
+ ; (default: "no")
+
;accepts_registrations= ; Will create an aor with dynamic contacts which will
; accept registrations.
; accepts_auth must also be specified.
@@ -96,6 +103,11 @@
; SRV records are not currently supported.
; (default: "")
+;outbound_proxy= ; Setting this is a shortcut for setting
+ ; endpoint/outbound_proxy
+ ; aor/outbound_proxy
+ ; registration/outbound_proxy
+
;transport= ; The transport to use for the endpoint and registrations
; (default: the pjsip default)