aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorbbryant <bbryant@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-01 21:19:59 +0000
committerbbryant <bbryant@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-01 21:19:59 +0000
commit201ab40c25950022b62a5def88f28e08a4089808 (patch)
tree0ea2131943a2eb181307afaf91eadd06e94aa05f /configs
parent313e1c1737b71ada31011ced35d33c1f76b0d836 (diff)
Merged revisions 127154 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r127154 | bbryant | 2008-07-01 16:03:52 -0500 (Tue, 01 Jul 2008) | 2 lines Add a configuration option so the global outboundproxy can use tcptls without it being defined by each sip user. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@127163 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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 3bca1523e..f5c16612c 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -233,6 +233,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.