summaryrefslogtreecommitdiff
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorBrett Bryant <bbryant@digium.com>2008-07-01 21:03:52 +0000
committerBrett Bryant <bbryant@digium.com>2008-07-01 21:03:52 +0000
commit1b07e8753812451cd85ec84b0eaca3b9c06b5882 (patch)
tree8cfa3de3fcc44eb173cf987f7cbbb0b4ffdd33d5 /configs/sip.conf.sample
parent38519b5f5e023067ebe334e0392b7ea9867fc95c (diff)
Add a configuration option so the global outboundproxy can use tcptls without it being defined by each sip user.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@127154 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 62241337b..a6f294173 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -252,6 +252,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;outboundproxy=proxy.provider.domain ; send outbound signaling to this proxy, not directly to the devices
;outboundproxy=proxy.provider.domain:8080 ; send outbound signaling to this proxy, not directly to the devices
;outboundproxy=proxy.provider.domain,force ; Send ALL outbound signalling to proxy, ignoring route: headers
+;outboundproxy=tls://proxy.provider.domain ; same as '=proxy.provider.domain' except we try to connect with tls
+; ; (could also be tcp,udp) - defining transports on the proxy line only
+; ; applies for the global proxy, otherwise use the transport= option
;matchexterniplocally = yes ; Only substitute the externip or externhost setting if it matches
; your localnet setting. Unless you have some sort of strange network
; setup you will not need to enable this.