Update CHANGES and UPGRADE.txt for 18.5.1

This commit is contained in:
Asterisk Development Team
2021-07-22 16:56:34 -05:00
parent 3025ef4f6e
commit 993b3ba919
5 changed files with 30 additions and 24 deletions

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.