summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-03-26 19:27:56 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-03-26 19:27:56 +0000
commit8a3576d16c197610191dc2972fd3152315ca20e2 (patch)
tree2fcca362301221ae406918722e6e439c2c0d98b1
parentaae9d515108a0872c62f2ba216fcea8ddb521210 (diff)
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/trunk@255066 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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 660de5e6c..ce1a8b697 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -157,6 +157,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