Update CHANGES and UPGRADE.txt for 16.19.1

This commit is contained in:
Asterisk Development Team 2021-07-22 16:53:50 -05:00
parent 7168aaf0dd
commit b7f0d83698
5 changed files with 30 additions and 24 deletions

30
CHANGES
View File

@ -12,6 +12,36 @@
===
==============================================================================
------------------------------------------------------------------------------
--- 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 ----------
------------------------------------------------------------------------------

View File

@ -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.

View File

@ -1,4 +0,0 @@
Subject: New Reload application
Adds an application to reload modules

View File

@ -1,5 +0,0 @@
Subject: WaitForCondition application
This application provides a way to halt
dialplan execution until a provided
condition evaluates to true.

View File

@ -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.