summaryrefslogtreecommitdiff
path: root/configs/samples
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2017-02-28 13:32:22 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-02-28 13:32:22 -0600
commit59a00786e87b675ab6320915b297e98ce52754b5 (patch)
tree931a4acadf68b57588ce4364dc121e169c5cf52c /configs/samples
parentbf3cb76452d968a73414748c62c96645c0115abb (diff)
parentd49af061bc689c1b9d9539c05619fa02380c060d (diff)
Merge "config: Improve documentation and behavior of outbound_proxy option." into 13
Diffstat (limited to 'configs/samples')
-rw-r--r--configs/samples/pjsip.conf.sample10
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index 23c6eef53..f66161329 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -640,7 +640,7 @@
;moh_suggest=default ; Default Music On Hold class (default: "default")
;outbound_auth= ; Authentication object used for outbound requests (default:
; "")
-;outbound_proxy= ; Proxy through which to send requests a full SIP URI
+;outbound_proxy= ; Proxy through which to send requests, a full SIP URI
; must be provided (default: "")
;rewrite_contact=no ; Allow Contact header to be rewritten with the source
; IP address port (default: "no")
@@ -865,8 +865,8 @@
;qualify_timeout=3.0 ; Qualify timeout in fractional seconds (default: "3.0")
;authenticate_qualify=no ; Authenticates a qualify request if needed
; (default: "no")
-;outbound_proxy= ; Outbound proxy used when sending OPTIONS request
- ; (default: "")
+;outbound_proxy= ; Proxy through which to send OPTIONS requests, a full SIP URI
+ ; must be provided (default: "")
;==========================SYSTEM SECTION OPTIONS=========================
@@ -1032,8 +1032,8 @@
;max_retries=10 ; Maximum number of registration attempts (default: "10")
;outbound_auth= ; Authentication object to be used for outbound registrations
; (default: "")
-;outbound_proxy= ; Outbound Proxy used to send registrations (default:
- ; "")
+;outbound_proxy= ; Proxy through which to send registrations, a full SIP URI
+ ; must be provided (default: "")
;retry_interval=60 ; Interval in seconds between retries if outbound
; registration is unsuccessful (default: "60")
;forbidden_retry_interval=0 ; Interval used when receiving a 403 Forbidden