Update CHANGES and UPGRADE.txt for 20.0.0

This commit is contained in:
Asterisk Development Team 2022-09-28 07:44:57 -05:00
parent 62881c668b
commit 7f80830ced
7 changed files with 40 additions and 30 deletions

40
CHANGES
View File

@ -16,6 +16,46 @@
--- Functionality changes from Asterisk 19.0.0 to Asterisk 20.0.0 ------------
------------------------------------------------------------------------------
New EXPORT function
------------------
* A new function, EXPORT, allows writing variables
and functions on other channels, the complement
of the IMPORT function.
app_amd
------------------
* An audio file to play during AMD processing can
now be specified to the AMD application or configured
in the amd.conf configuration file.
app_bridgewait
------------------
* Adds the n option to not answer the channel when
the BridgeWait application is called.
features
------------------
* The Bridge application now has the n "no answer" option
that can be used to prevent the channel from being
automatically answered prior to bridging.
func_strings
------------------
* Three new functions, TRIM, LTRIM, and RTRIM, are
now available for trimming leading and trailing
whitespace.
res_pjsip
------------------
* A new option named "peer_supported" has been added to the endpoint option
100rel. When set to this option, Asterisk sends provisional responses
reliably if the peer supports it. If the peer does not support reliable
provisional responses, Asterisk sends them normally.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 19.0.0 to Asterisk 20.0.0 ------------
------------------------------------------------------------------------------
Transfer feature
------------------
* The following capabilities have been added to the

View File

@ -1,5 +0,0 @@
Subject: app_amd
An audio file to play during AMD processing can
now be specified to the AMD application or configured
in the amd.conf configuration file.

View File

@ -1,4 +0,0 @@
Subject: app_bridgewait
Adds the n option to not answer the channel when
the BridgeWait application is called.

View File

@ -1,5 +0,0 @@
Subject: features
The Bridge application now has the n "no answer" option
that can be used to prevent the channel from being
automatically answered prior to bridging.

View File

@ -1,5 +0,0 @@
Subject: New EXPORT function
A new function, EXPORT, allows writing variables
and functions on other channels, the complement
of the IMPORT function.

View File

@ -1,5 +0,0 @@
Subject: func_strings
Three new functions, TRIM, LTRIM, and RTRIM, are
now available for trimming leading and trailing
whitespace.

View File

@ -1,6 +0,0 @@
Subject: res_pjsip
A new option named "peer_supported" has been added to the endpoint option
100rel. When set to this option, Asterisk sends provisional responses
reliably if the peer supports it. If the peer does not support reliable
provisional responses, Asterisk sends them normally.