From: Asterisk Development Team Date: Wed, 28 Sep 2022 12:37:02 +0000 (-0500) Subject: Update CHANGES and UPGRADE.txt for 16.29.0 X-Git-Tag: 16.30.0-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61dbbc4268624e21e257c96cebea525de7385f2f;p=thirdparty%2Fasterisk.git Update CHANGES and UPGRADE.txt for 16.29.0 --- diff --git a/CHANGES b/CHANGES index 55c2a0c71b..e07fde105d 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,46 @@ --- Functionality changes from Asterisk 16.28.0 to Asterisk 16.29.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 16.28.0 to Asterisk 16.29.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.