aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
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 /CHANGES
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 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 165bb513b..ba0ede212 100644
--- a/CHANGES
+++ b/CHANGES
@@ -179,8 +179,8 @@ SIP changes
* Added SIP Session Timers support (RFC 4028). This prevents stuck SIP sessions that
were not properly torn down due to network or endpoint failures during an established
SIP session.
- * Added TCP and TLS support for SIP. See doc/siptls.txt and configs/sip.conf.sample for
- more information on how it is used.
+ * Added experimental TCP and TLS support for SIP. See doc/siptls.txt and
+ configs/sip.conf.sample for more information on how it is used.
* Added a new configuration option "authfailureevents" that enables manager events when
a peer can't authenticate properly.
* Added DNS manager support to registrations not referencing a peer entry.