]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 18.5.1
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 22 Jul 2021 21:56:34 +0000 (16:56 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 22 Jul 2021 21:56:34 +0000 (16:56 -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 9be64d749fe37feffb0dd1ea2069195c6ef62722..65f314045bc4c67418c4e1c06db73bfe8b11427f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 18.5.0 to Asterisk 18.5.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 18.4.0 to Asterisk 18.5.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.