aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-21 15:24:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-21 15:24:43 +0000
commit0c36baca281b60a3c4d8327f19cd751595f38970 (patch)
tree5954a88f7e4da07d70e1d518b0074344d358e8ec /configs
parent7271799a8ec1c5b645f8232019e7dc9c97db58bf (diff)
Note that the TCP and TLS support is currently considered experimental and
is subject to change while we work out the remaining issues. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@110499 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index e9421fcc4..baabc9b6e 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -80,6 +80,12 @@ bindport=5060 ; UDP Port to bind to (SIP standard port is 5060)
; bindport is the local UDP port that Asterisk will listen on
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
+;
+; Note that the TCP and TLS support for chan_sip is currently considered
+; experimental. Since it is new, all of the related configuration options are
+; subject to change in any release. If they are changed, the changes will
+; be reflected in this sample configuration file, as well as in the UPGRADE.txt file.
+;
tcpenable=yes ; Enable server for incoming TCP connections (default is yes)
tcpbindaddr=0.0.0.0 ; IP address for TCP server to bind to (0.0.0.0 binds to all interfaces)
; Optionally add a port number, 192.168.1.1:5062 (default is port 5060)