aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-21 15:25:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-21 15:25:06 +0000
commit229781f514678ab914332503237c0e87c94e8f99 (patch)
treed5d5d142d13caa481af9fd3a763714c570ff83a0 /CHANGES
parent2746b4c4bbe3c6970f6cf9893aef5a2e578e7acf (diff)
Merged revisions 110499 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r110499 | russell | 2008-03-21 10:24:43 -0500 (Fri, 21 Mar 2008) | 3 lines 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/branches/1.6.0@110501 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 9549b4b50..944dee06a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -149,8 +149,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.
IAX2 changes
------------