aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-26 19:29:42 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-26 19:29:42 +0000
commitab48055b09bd2a99cd0791d442b1e77aecb2c9ae (patch)
tree3849a1baa38435ccd88298905c47042ca2098713 /configs
parent60285feb4f3eeea2446a975e7cdf2e7dcab3ae6c (diff)
Finish syncing documentation for tlsbindaddr.
(issue #17054) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@255068 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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 3d5e995ca..d80ff81cd 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -116,6 +116,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