[svn-commits] mnicholson: branch 10 r332029 - in /branches/10: CHANGES UPGRADE.txt
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Aug 16 10:17:20 CDT 2011
Author: mnicholson
Date: Tue Aug 16 10:17:16 2011
New Revision: 332029
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=332029
Log:
Moved notes about 'storesipcause' to UPGRADE.txt from CHANGES
Modified:
branches/10/CHANGES
branches/10/UPGRADE.txt
Modified: branches/10/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/10/CHANGES?view=diff&rev=332029&r1=332028&r2=332029
==============================================================================
--- branches/10/CHANGES (original)
+++ branches/10/CHANGES Tue Aug 16 10:17:16 2011
@@ -179,9 +179,6 @@
SIP Changes
-----------
* Add T38 support for REJECTED state where T.38 Negotiation is explicitly rejected.
- * Setting of HASH(SIP_CAUSE,<slave-channel-name>) on channels is now disabled
- by default. It can be enabled using the 'storesipcause' option. This feature
- has a significant performance penalty.
Queue changes
-------------
Modified: branches/10/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/10/UPGRADE.txt?view=diff&rev=332029&r1=332028&r2=332029
==============================================================================
--- branches/10/UPGRADE.txt (original)
+++ branches/10/UPGRADE.txt Tue Aug 16 10:17:16 2011
@@ -83,5 +83,10 @@
Deprecated modules are now marked to not build by default and must be explicitly
enabled in menuselect.
+chan_sip:
+ - Setting of HASH(SIP_CAUSE,<slave-channel-name>) on channels is now disabled
+ by default. It can be enabled using the 'storesipcause' option. This feature
+ has a significant performance penalty.
+
===========================================================
===========================================================
More information about the svn-commits
mailing list