aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-07 09:14:57 +0000
committertzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-07 09:14:57 +0000
commit5148053833f87d4b8fee99026c51fa8fe1780dc0 (patch)
tree04ca9b85badeaef221b7d75300697a2bf598abec /configs
parent954d154fd0361aa9d5ee099a3f867327f563eed1 (diff)
Document the usefulness of explicit udp:// in the register string
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@238313 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 12dc5c708..8a6cd3886 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -617,6 +617,12 @@ 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