aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-07 09:49:54 +0000
committertzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-07 09:49:54 +0000
commit94ec994c8bcc62508418cf7947bde61a0b1ec895 (patch)
tree7f7e05450d69894f7932421961264a63f8b7b3f7 /configs
parentc9c5d4aef44ebdac64b8d2e3f8bba1e9b027f4e5 (diff)
Merged revisions 238313 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r238313 | tzafrir | 2010-01-07 11:14:57 +0200 (ה', 07 ינו 2010) | 2 lines Document the usefulness of explicit udp:// in the register string ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@238349 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample8
1 files changed, 7 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index a0a09f32b..9d042c713 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -533,7 +533,13 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;
; Note that in this example, the optional authuser and secret portions have
; been left blank because we have specified a port in the user section
-
+;
+;register => tls://username:xxxxxx@sip-tls-proxy.example.org
+;
+; The 'transport' part defaults to 'udp' but may also be 'tcp' or 'tls'.
+; Using 'udp://' explicitly is also useful in case the username part
+; contains a '/' ('user/name').
+
;registertimeout=20 ; retry registration calls every 20 seconds (default)
;registerattempts=10 ; Number of registration attempts before we give up
; 0 = continue forever, hammering the other server