aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-07 12:09:55 +0000
committertzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-07 12:09:55 +0000
commitb30e5d964ef777bb3acb6aef7fbed6191dbd1be2 (patch)
tree36fe64be34ad97c6703f03759334cd68c8edf138
parentf79f11245fbf21cf5328922a2d5bba8f20112413 (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.1@238351 f38db490-d61c-443f-a65b-d21fe96a405b
-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 4a3aa358b..e24f47d63 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -520,7 +520,13 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; Tip 1: Avoid assigning hostname to a sip.conf section like [provider.com]
; Tip 2: Use separate type=peer and type=user sections for SIP providers
; (instead of type=friend) if you have calls in both directions
-
+;
+;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