From b3a0387fc01dd4019d1462d220c83dbf8ac00d74 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Fri, 7 Feb 2020 15:22:59 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for certified/16.8-cert1 --- CHANGES | 16 ++++++++++++++++ .../hide_messaging_ami_events.txt | 11 ----------- 2 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 doc/CHANGES-staging/hide_messaging_ami_events.txt 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". -- 2.47.2