aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authordhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-06 19:58:33 +0000
committerdhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-06 19:58:33 +0000
commitb5b0b9008196dc03cc47874ff726f4b1f7612202 (patch)
tree35936e96ae960cf7e65f9e4fec17cee8b0d559e6 /UPGRADE.txt
parentc48f3f06164d24d7cd588fbf02b47eecf14da2ca (diff)
updated UPGRADE.txt with format_wav GAIN change and plan to remove GAIN code from trunk
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@60568 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 46bf90d06..319a9fc6e 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -449,3 +449,13 @@ API:
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
+