]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 16.19.1
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 22 Jul 2021 21:53:50 +0000 (16:53 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 22 Jul 2021 21:53:50 +0000 (16:53 -0500)
CHANGES
doc/CHANGES-staging/app_dial_announcement.txt [deleted file]
doc/CHANGES-staging/app_reload.txt [deleted file]
doc/CHANGES-staging/app_waitforcond.txt [deleted file]
doc/CHANGES-staging/res_stasis_playback.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 807989ff02a7c16189bfc5899716e81b9b73e9ae..b692eb69135069ac732b5c32e6176e87dc54abce 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 16.19.0 to Asterisk 16.19.1 ----------
+------------------------------------------------------------------------------
+
+New Reload application
+------------------
+ * Adds an application to reload modules
+
+PlaybackFinished has a new error state
+------------------
+ * The PlaybackFinished event now has a new state "failed"
+   that is used when the sound file was not played due to an error.
+   Before the state on PlaybackFinished was always "done".
+
+   In case of multiple sound files to be played,
+   the PlaybackFinished is sent only once in the end of the list,
+   even in case of error.
+
+WaitForCondition application
+------------------
+ * This application provides a way to halt
+   dialplan execution until a provided
+   condition evaluates to true.
+
+app_dial announcement option
+------------------
+ * The A option for Dial now supports
+   playing audio to the caller as well
+   as the called party.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 16.18.0 to Asterisk 16.19.0 ----------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/app_dial_announcement.txt b/doc/CHANGES-staging/app_dial_announcement.txt
deleted file mode 100644 (file)
index 3947b0e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: app_dial announcement option
-
-The A option for Dial now supports
-playing audio to the caller as well
-as the called party.
-
diff --git a/doc/CHANGES-staging/app_reload.txt b/doc/CHANGES-staging/app_reload.txt
deleted file mode 100644 (file)
index 308db15..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: New Reload application
-
-Adds an application to reload modules
-
diff --git a/doc/CHANGES-staging/app_waitforcond.txt b/doc/CHANGES-staging/app_waitforcond.txt
deleted file mode 100644 (file)
index a7ab600..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: WaitForCondition application
-
-This application provides a way to halt
-dialplan execution until a provided
-condition evaluates to true.
diff --git a/doc/CHANGES-staging/res_stasis_playback.txt b/doc/CHANGES-staging/res_stasis_playback.txt
deleted file mode 100644 (file)
index cd5fa11..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Subject: PlaybackFinished has a new error state
-
-The PlaybackFinished event now has a new state "failed"
-that is used when the sound file was not played due to an error.
-Before the state on PlaybackFinished was always "done".
-
-In case of multiple sound files to be played,
-the PlaybackFinished is sent only once in the end of the list,
-even in case of error.