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

........
  r255066 | lmadsen | 2010-03-26 14:27:56 -0500 (Fri, 26 Mar 2010) | 6 lines

  Replace some documentation from 1.6.x back into trunk.

  This documentation associated wth tlsbindaddr is still useful so lets
  synchronize it between trunk and 1.6.x branches.

  (issue #17054)
........

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

configs/sip.conf.sample

index 74bbace06c59e56dcf3a350827857ac3748e460e..3d3c6555e251ccc0f04c7f93ba33213d43d80349 100644 (file)
@@ -114,6 +114,8 @@ tcpbindaddr=0.0.0.0             ; IP address for TCP server to bind to (0.0.0.0
 ;tlsenable=no                   ; Enable server for incoming TLS (secure) connections (default is no)
 ;tlsbindaddr=0.0.0.0            ; IP address for TLS server to bind to (0.0.0.0) binds to all interfaces)
                                 ; 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