]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Document the usefulness of explicit udp:// in the register string
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Thu, 7 Jan 2010 09:14:57 +0000 (09:14 +0000)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Thu, 7 Jan 2010 09:14:57 +0000 (09:14 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@238313 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/sip.conf.sample

index 12dc5c708603a7cda72b8ca960329c822e33ef43..8a6cd3886729543a642ed7500d2ec44593c9443f 100644 (file)
@@ -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