From 993b3ba919ed1bff49c2664411ba16bc277965e0 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 22 Jul 2021 16:56:34 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for 18.5.1 --- CHANGES | 30 +++++++++++++++++++ doc/CHANGES-staging/app_dial_announcement.txt | 6 ---- doc/CHANGES-staging/app_reload.txt | 4 --- doc/CHANGES-staging/app_waitforcond.txt | 5 ---- doc/CHANGES-staging/res_stasis_playback.txt | 9 ------ 5 files changed, 30 insertions(+), 24 deletions(-) delete mode 100644 doc/CHANGES-staging/app_dial_announcement.txt delete mode 100644 doc/CHANGES-staging/app_reload.txt delete mode 100644 doc/CHANGES-staging/app_waitforcond.txt delete mode 100644 doc/CHANGES-staging/res_stasis_playback.txt diff --git a/CHANGES b/CHANGES index 9be64d749f..65f314045b 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,36 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- 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 index 3947b0e4e0..0000000000 --- a/doc/CHANGES-staging/app_dial_announcement.txt +++ /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 index 308db15c7c..0000000000 --- a/doc/CHANGES-staging/app_reload.txt +++ /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 index a7ab60028d..0000000000 --- a/doc/CHANGES-staging/app_waitforcond.txt +++ /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 index cd5fa1102a..0000000000 --- a/doc/CHANGES-staging/res_stasis_playback.txt +++ /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.