]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 18.15.0
authorAsterisk Development Team <asteriskteam@digium.com>
Wed, 28 Sep 2022 12:40:09 +0000 (07:40 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 28 Sep 2022 12:40:09 +0000 (07:40 -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 d27b63551406f74e0f8cf04476a1e5d5770a2464..158e9824c14e8f46c13134712ad0185a42a74085 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 --- Functionality changes from Asterisk 18.14.0 to Asterisk 18.15.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 18.14.0 to Asterisk 18.15.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.