[asterisk-commits] dhubbard: branch 1.4 r60568 -
/branches/1.4/UPGRADE.txt
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Apr 6 12:58:33 MST 2007
Author: dhubbard
Date: Fri Apr 6 14:58:33 2007
New Revision: 60568
URL: http://svn.digium.com/view/asterisk?view=rev&rev=60568
Log:
updated UPGRADE.txt with format_wav GAIN change and plan to remove GAIN code from trunk
Modified:
branches/1.4/UPGRADE.txt
Modified: branches/1.4/UPGRADE.txt
URL: http://svn.digium.com/view/asterisk/branches/1.4/UPGRADE.txt?view=diff&rev=60568&r1=60567&r2=60568
==============================================================================
--- branches/1.4/UPGRADE.txt (original)
+++ branches/1.4/UPGRADE.txt Fri Apr 6 14:58:33 2007
@@ -449,3 +449,13 @@
have a module that uses the services provided by res_adsi, res_odbc, or
res_agi, you will need to add ast_ prefixes to the functions that you call
from those modules.
+
+Formats:
+
+* format_wav: The GAIN preprocessor definition has been changed from 2 to 0
+ in Asterisk 1.4. This change was made in response to user complaints of
+ choppiness or the clipping of loud signal peaks. The GAIN preprocessor
+ definition will be retained in Asterisk 1.4, but will be removed in a
+ future release. The use of GAIN for the increasing of voicemail messages
+ should use the 'volgain' option in voicemail.conf
+
More information about the asterisk-commits
mailing list