]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 255021 via svnmerge from
authorLeif Madsen <leif@leifmadsen.com>
Fri, 26 Mar 2010 19:24:19 +0000 (19:24 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Fri, 26 Mar 2010 19:24:19 +0000 (19:24 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r255021 | lmadsen | 2010-03-26 14:07:38 -0500 (Fri, 26 Mar 2010) | 8 lines

  Update confusing documentation for tlsbindaddr.

  Update some confusing documentation for the tlsbindaddr
  option in sip.conf.sample. Point at a link instead which
  has better documentation.

  (closes issue #17054)
  Reported by: klaus3000
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@255054 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/sip.conf.sample

index d832df6e3dc5ec94c0c96fc64c74d2cb1227aa0c..fab707be283e55fd9d9d8554a7045aad1d92dc16 100644 (file)
@@ -115,6 +115,8 @@ tcpbindaddr=0.0.0.0             ; IP address for TCP server to bind to (0.0.0.0
                                 ; Optionally add a port number, 192.168.1.1:5063 (default is port 5061)
                                 ; Remember that the IP address must match the common name (hostname) in the
                                 ; certificate, so you don't want to bind a TLS socket to multiple IP addresses.
+                                ; For details how to construct a certificate for SIP see 
+                                ; http://tools.ietf.org/html/draft-ietf-sip-domain-certs
 
 ;tlscertfile=asterisk.pem       ; Certificate file (*.pem only) to use for TLS connections 
                                 ; default is to look for "asterisk.pem" in current directory