mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
res_pjsip_config_wizard: Add 2 new parameters to help with proxy config
Two new parameters have been added to the pjsip config wizard. * Setting 'sends_line_with_registrations' to true will cause the wizard to skip the creation of an identify object to match incoming request to the endpoint and instead add the line and endpoint parameters to the outbound registration object. * Setting 'outbound_proxy' is a shortcut for adding individual endpoint/outbound_proxy, aor/outbound_proxy and registration/outbound_proxy parameters. Change-Id: I678e5f80765734c056620528a6d40d82736ceeb0
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user