]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 20.0.0
authorAsterisk Development Team <asteriskteam@digium.com>
Wed, 28 Sep 2022 12:44:57 +0000 (07:44 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 28 Sep 2022 12:44:57 +0000 (07:44 -0500)
CHANGES
doc/CHANGES-staging/app_amd.txt [deleted file]
doc/CHANGES-staging/app_bridgewait.txt [deleted file]
doc/CHANGES-staging/features_bridge_noanswer.txt [deleted file]
doc/CHANGES-staging/func_export.txt [deleted file]
doc/CHANGES-staging/func_strings_trim.txt [deleted file]
doc/CHANGES-staging/res_pjsip_100rel_option.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 72a8166168fe1ac0529d8e41a3e29315327b69bc..21ca45f8084be0326278ab0ec3cb4c5567a0b047 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 --- 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 (file)
index ffccd8c..0000000
+++ /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 (file)
index aa2e00b..0000000
+++ /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 (file)
index 7399ad1..0000000
+++ /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 (file)
index d9f95c0..0000000
+++ /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 (file)
index ade7a4b..0000000
+++ /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 (file)
index 81af80a..0000000
+++ /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.