From 7f80830ced975337a2cfcf384acfbcead72d94a2 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Wed, 28 Sep 2022 07:44:57 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for 20.0.0 --- CHANGES | 40 +++++++++++++++++++ doc/CHANGES-staging/app_amd.txt | 5 --- doc/CHANGES-staging/app_bridgewait.txt | 4 -- .../features_bridge_noanswer.txt | 5 --- doc/CHANGES-staging/func_export.txt | 5 --- doc/CHANGES-staging/func_strings_trim.txt | 5 --- .../res_pjsip_100rel_option.txt | 6 --- 7 files changed, 40 insertions(+), 30 deletions(-) delete mode 100644 doc/CHANGES-staging/app_amd.txt delete mode 100644 doc/CHANGES-staging/app_bridgewait.txt delete mode 100644 doc/CHANGES-staging/features_bridge_noanswer.txt delete mode 100644 doc/CHANGES-staging/func_export.txt delete mode 100644 doc/CHANGES-staging/func_strings_trim.txt delete mode 100644 doc/CHANGES-staging/res_pjsip_100rel_option.txt diff --git a/CHANGES b/CHANGES index 72a8166168..21ca45f808 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/doc/CHANGES-staging/app_amd.txt b/doc/CHANGES-staging/app_amd.txt deleted file mode 100644 index ffccd8cd48..0000000000 --- a/doc/CHANGES-staging/app_amd.txt +++ /dev/null @@ -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. diff --git a/doc/CHANGES-staging/app_bridgewait.txt b/doc/CHANGES-staging/app_bridgewait.txt deleted file mode 100644 index aa2e00be9a..0000000000 --- a/doc/CHANGES-staging/app_bridgewait.txt +++ /dev/null @@ -1,4 +0,0 @@ -Subject: app_bridgewait - -Adds the n option to not answer the channel when -the BridgeWait application is called. diff --git a/doc/CHANGES-staging/features_bridge_noanswer.txt b/doc/CHANGES-staging/features_bridge_noanswer.txt deleted file mode 100644 index 7399ad142b..0000000000 --- a/doc/CHANGES-staging/features_bridge_noanswer.txt +++ /dev/null @@ -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. diff --git a/doc/CHANGES-staging/func_export.txt b/doc/CHANGES-staging/func_export.txt deleted file mode 100644 index d9f95c0123..0000000000 --- a/doc/CHANGES-staging/func_export.txt +++ /dev/null @@ -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. diff --git a/doc/CHANGES-staging/func_strings_trim.txt b/doc/CHANGES-staging/func_strings_trim.txt deleted file mode 100644 index ade7a4b61e..0000000000 --- a/doc/CHANGES-staging/func_strings_trim.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: func_strings - -Three new functions, TRIM, LTRIM, and RTRIM, are -now available for trimming leading and trailing -whitespace. diff --git a/doc/CHANGES-staging/res_pjsip_100rel_option.txt b/doc/CHANGES-staging/res_pjsip_100rel_option.txt deleted file mode 100644 index 81af80ac03..0000000000 --- a/doc/CHANGES-staging/res_pjsip_100rel_option.txt +++ /dev/null @@ -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.