]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for certified/16.8-cert1
authorAsterisk Development Team <asteriskteam@digium.com>
Fri, 7 Feb 2020 20:22:59 +0000 (15:22 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 7 Feb 2020 20:22:59 +0000 (15:22 -0500)
CHANGES
doc/CHANGES-staging/hide_messaging_ami_events.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 885c9f8573c45d560d11336379058d102ec1a41c..17cb9f7ac77372f27589ca7c94855b9d7446719c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- 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 (file)
index 0afbeec..0000000
+++ /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".