aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-26 19:28:26 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-26 19:28:26 +0000
commit6f9680d144564594495eef49795ec0467bb7e799 (patch)
treed004387356a6344afe5cbfa33cf55f907c3de2e8
parent8e08085c66a6945bad556a7d000c75df1a1cb85a (diff)
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@255067 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--configs/sip.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 74bbace06..3d3c6555e 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -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