From: Asterisk Development Team Date: Thu, 21 Nov 2019 21:25:04 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 13.21-cert5 X-Git-Tag: certified/13.21-cert5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=171fa026d12f8f0d7e37b625c3c6a548ceb35de9;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 13.21-cert5 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index c0d1dca76a..00dbc79ed0 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -21,6 +21,16 @@ === UPGRADE-12.txt -- Upgrade info for 11 to 12 =========================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 13.21-cert4 to Asterisk 13.21-cert5--- +------------------------------------------------------------------------------ + +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. + From certified/13.21-cert3 to certified/13.21-cert4: Core 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.