From 9eb86a8110a220e2e7e05754a87fe3388aee681a Mon Sep 17 00:00:00 2001 From: Asterisk Development Team <asteriskteam@digium.com> Date: Thu, 21 Nov 2019 16:11:21 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for 16.6.2 --- UPGRADE.txt | 10 ++++++++++ doc/UPGRADE-staging/AMI-Originate.txt | 5 ----- 2 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 doc/UPGRADE-staging/AMI-Originate.txt diff --git a/UPGRADE.txt b/UPGRADE.txt index 7160497840..e7a3d5de41 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -18,6 +18,16 @@ === =========================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 16.6.1 to Asterisk 16.6.2 ------------ +------------------------------------------------------------------------------ + +AMI +------------------ + * The AMI Originate action, which optionally takes a dialplan application as + an argument, no longer accepts "Originate" as the application due to + security concerns. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 16.5.0 to Asterisk 16.6.0 ------------ ------------------------------------------------------------------------------ diff --git a/doc/UPGRADE-staging/AMI-Originate.txt b/doc/UPGRADE-staging/AMI-Originate.txt deleted file mode 100644 index f2d3133098..0000000000 --- a/doc/UPGRADE-staging/AMI-Originate.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: AMI - -The AMI Originate action, which optionally takes a dialplan application as -an argument, no longer accepts "Originate" as the application due to -security concerns. -- GitLab