From: Asterisk Development Team Date: Fri, 7 Feb 2020 20:22:59 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for certified/16.8-cert1 X-Git-Tag: certified/16.8-cert1-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3a0387fc01dd4019d1462d220c83dbf8ac00d74;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for certified/16.8-cert1 --- diff --git a/CHANGES b/CHANGES index 885c9f8573..17cb9f7ac7 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,22 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 16.8.0 to Asterisk certified/16.8-cert1 +------------------------------------------------------------------------------ + +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". + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 16.7.0 to Asterisk 16.8.0 ------------ ------------------------------------------------------------------------------ diff --git a/doc/CHANGES-staging/hide_messaging_ami_events.txt b/doc/CHANGES-staging/hide_messaging_ami_events.txt deleted file mode 100644 index 0afbeecdf7..0000000000 --- a/doc/CHANGES-staging/hide_messaging_ami_events.txt +++ /dev/null @@ -1,11 +0,0 @@ -Subject: 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".