mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
Update CHANGES and UPGRADE.txt for 20.0.0
This commit is contained in:
40
CHANGES
40
CHANGES
@@ -16,6 +16,46 @@
|
|||||||
--- Functionality changes from Asterisk 19.0.0 to Asterisk 20.0.0 ------------
|
--- 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
|
Transfer feature
|
||||||
------------------
|
------------------
|
||||||
* The following capabilities have been added to the
|
* The following capabilities have been added to the
|
||||||
|
@@ -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.
|
|
@@ -1,4 +0,0 @@
|
|||||||
Subject: app_bridgewait
|
|
||||||
|
|
||||||
Adds the n option to not answer the channel when
|
|
||||||
the BridgeWait application is called.
|
|
@@ -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.
|
|
@@ -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.
|
|
@@ -1,5 +0,0 @@
|
|||||||
Subject: func_strings
|
|
||||||
|
|
||||||
Three new functions, TRIM, LTRIM, and RTRIM, are
|
|
||||||
now available for trimming leading and trailing
|
|
||||||
whitespace.
|
|
@@ -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.
|
|
Reference in New Issue
Block a user