[svn-commits] lmadsen: branch 1.6.2 r255067 - in /branches/1.6.2: ./ configs/sip.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Mar 26 14:28:30 CDT 2010


Author: lmadsen
Date: Fri Mar 26 14:28:26 2010
New Revision: 255067

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=255067
Log:
Merged revisions 255066 via svnmerge from 
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)
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/configs/sip.conf.sample

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/configs/sip.conf.sample?view=diff&rev=255067&r1=255066&r2=255067
==============================================================================
--- branches/1.6.2/configs/sip.conf.sample (original)
+++ branches/1.6.2/configs/sip.conf.sample Fri Mar 26 14:28:26 2010
@@ -114,6 +114,8 @@
 ;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
 




More information about the svn-commits mailing list