Update CHANGES and UPGRADE.txt for 16.9.0

This commit is contained in:
Asterisk Development Team
2020-03-05 12:23:01 -05:00
parent 44a8615e22
commit 1522c4467c
5 changed files with 81 additions and 45 deletions

25
CHANGES
View File

@@ -12,6 +12,31 @@
===
==============================================================================
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 16.8.0 to Asterisk 16.9.0 ------------
------------------------------------------------------------------------------
Messaging
------------------
* In order to reduce the amount of AMI and ARI events generated,
the global "Message/ast_msg_queue" channel can be set to suppress
it's normal channel housekeeping events such as "Newexten",
"VarSet", etc. This can greatly reduce load on the manager
and ARI applications when the Digium Phone Module for Asterisk
is in use. To enable, set "hide_messaging_ami_events" in
asterisk.conf to "yes" In Asterisk versions <18, the default
is "no" preserving existing behavior. Beginning with
Asterisk 18, the option will default to "yes".
app_mixmonitor
------------------
* If the 'filename' argument to MixMonitor() ended with '.wav49,'
Asterisk would silently convert the extension to '.WAV' when opening
the file for writing. This caused the MIXMONITOR_FILENAME variable to
reference the wrong file. The MIXMONITOR_FILENAME variable will now
reflect the name of the file that Asterisk actually used instead of
the filename that was passed to the application.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 16.7.0 to Asterisk 16.8.0 ------------
------------------------------------------------------------------------------