mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Update CHANGES and UPGRADE.txt for 18.5.1
This commit is contained in:
30
CHANGES
30
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 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
@@ -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.
|
||||
|
@@ -1,4 +0,0 @@
|
||||
Subject: New Reload application
|
||||
|
||||
Adds an application to reload modules
|
||||
|
@@ -1,5 +0,0 @@
|
||||
Subject: WaitForCondition application
|
||||
|
||||
This application provides a way to halt
|
||||
dialplan execution until a provided
|
||||
condition evaluates to true.
|
@@ -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.
|
Reference in New Issue
Block a user