From: Matthew Nicholson Date: Tue, 16 Aug 2011 15:17:16 +0000 (+0000) Subject: Moved notes about 'storesipcause' to UPGRADE.txt from CHANGES X-Git-Tag: 10.0.0-beta2~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21e2715c6f1d6fef4f0e0d87240c42d9f152429e;p=thirdparty%2Fasterisk.git Moved notes about 'storesipcause' to UPGRADE.txt from CHANGES AST-580 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@332029 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 4b3e1dac75..e7d746f7d3 100644 --- a/CHANGES +++ b/CHANGES @@ -179,9 +179,6 @@ res_fax SIP Changes ----------- * Add T38 support for REJECTED state where T.38 Negotiation is explicitly rejected. - * Setting of HASH(SIP_CAUSE,) on channels is now disabled - by default. It can be enabled using the 'storesipcause' option. This feature - has a significant performance penalty. Queue changes ------------- diff --git a/UPGRADE.txt b/UPGRADE.txt index d746da76ff..4a1975fefc 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -83,5 +83,10 @@ Module Support Level Deprecated modules are now marked to not build by default and must be explicitly enabled in menuselect. +chan_sip: + - Setting of HASH(SIP_CAUSE,) on channels is now disabled + by default. It can be enabled using the 'storesipcause' option. This feature + has a significant performance penalty. + =========================================================== ===========================================================