]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 13.30.0
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 12 Dec 2019 11:01:37 +0000 (06:01 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 12 Dec 2019 11:01:37 +0000 (06:01 -0500)
CHANGES
UPGRADE.txt
doc/CHANGES-staging/chan_pjsip_moh_passthrough.txt [deleted file]
doc/CHANGES-staging/func_curl_headers.txt [deleted file]
doc/CHANGES-staging/taskprocessor-like-support.txt [deleted file]
doc/CHANGES-staging/taskprocessor-reset-stats.txt [deleted file]
doc/CHANGES-staging/voicemail_lock_cleanup_revert.txt [deleted file]
doc/UPGRADE-staging/AMI-Originate.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 8cca25ead554d7a538bf809ffbbaf4b0847bcfa8..7fd919c6450325aed429a6a8ce835b70ce4cdeb2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 13.29.0 to Asterisk 13.30.0 ----------
+------------------------------------------------------------------------------
+
+app_voicemail
+------------------
+ * A feature was added in Asterisk 13.27.0 and 16.4.0 that removed lock files from
+   the Asterisk voicemail directory on startup. Some users that store their
+   voicemails on network storage devices experienced slow startup times due to the
+   relative expense of traversing the voicemail directory structure looking for
+   orphaned lock files. This feature has now been removed.
+
+   Users who require the lock files to be removed at startup should modify their
+   startup scripts to do so before starting the asterisk process.
+
+chan_pjsip
+------------------
+ * A new dialplan function, PJSIP_MOH_PASSTRHOUGH, has been added to chan_pjsip. This
+   allows the behaviour of the moh_passthrough endpoint option to be read or changed
+   in the dialplan. This allows control on a per-call basis.
+
+func_curl
+------------------
+ * A new parameter, httpheader, has been added to CURLOPT function. This parameter
+   allows to set custom http headers for subsequent calls off CURL function.
+   Any setting of headers will replace the default curl headers
+   (e.g. "Content-type: application/x-www-form-urlencoded")
+
+taskprocessor.c
+------------------
+ * Added two new CLI commands to reset stats for taskprocessors. You can
+   reset stats for a single, specific taskprocessor ('core reset
+   taskprocessor <taskprocessor>'), or you can reset all taskprocessors
+   ('core reset taskprocessors'). These commands will reset the counter for
+   the number of tasks processed as well as the max queue size.
+
+ * Added "like" support for 'core show taskprocessors'. Now you
+   can specify a specific set of taskprocessors (or just one) by
+   adding the keyword "like" to the above command, followed by
+   your search criteria.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 13.28.0 to Asterisk 13.29.0-rc1 ------
 ------------------------------------------------------------------------------
index b3dcf0fb470f3772de6f3627b86f1ecf27c06a16..e0e9e52f676374bb7fdf1df2db2555ad1f82039f 100644 (file)
 ===
 ===========================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 13.29.0 to Asterisk 13.30.0 ----------
+------------------------------------------------------------------------------
+
+AMI
+------------------
+ * The AMI Originate action, which optionally takes a dialplan application as
+   an argument, no longer accepts "Originate" as the application due to
+   security concerns.
+
 From 13.23.1 to 13.24.0:
 
 Core
diff --git a/doc/CHANGES-staging/chan_pjsip_moh_passthrough.txt b/doc/CHANGES-staging/chan_pjsip_moh_passthrough.txt
deleted file mode 100644 (file)
index cb874a5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: chan_pjsip
-
-A new dialplan function, PJSIP_MOH_PASSTRHOUGH, has been added to chan_pjsip. This
-allows the behaviour of the moh_passthrough endpoint option to be read or changed
-in the dialplan. This allows control on a per-call basis.
diff --git a/doc/CHANGES-staging/func_curl_headers.txt b/doc/CHANGES-staging/func_curl_headers.txt
deleted file mode 100644 (file)
index 9d5c8c3..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: func_curl
-
-A new parameter, httpheader, has been added to CURLOPT function. This parameter
-allows to set custom http headers for subsequent calls off CURL function.
-Any setting of headers will replace the default curl headers
-(e.g. "Content-type: application/x-www-form-urlencoded")
diff --git a/doc/CHANGES-staging/taskprocessor-like-support.txt b/doc/CHANGES-staging/taskprocessor-like-support.txt
deleted file mode 100644 (file)
index 8f61d39..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: taskprocessor.c
-
-Added "like" support for 'core show taskprocessors'. Now you
-can specify a specific set of taskprocessors (or just one) by
-adding the keyword "like" to the above command, followed by
-your search criteria.
diff --git a/doc/CHANGES-staging/taskprocessor-reset-stats.txt b/doc/CHANGES-staging/taskprocessor-reset-stats.txt
deleted file mode 100644 (file)
index b5ebb86..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: taskprocessor.c
-
-Added two new CLI commands to reset stats for taskprocessors. You can
-reset stats for a single, specific taskprocessor ('core reset
-taskprocessor <taskprocessor>'), or you can reset all taskprocessors
-('core reset taskprocessors'). These commands will reset the counter for
-the number of tasks processed as well as the max queue size.
diff --git a/doc/CHANGES-staging/voicemail_lock_cleanup_revert.txt b/doc/CHANGES-staging/voicemail_lock_cleanup_revert.txt
deleted file mode 100644 (file)
index 500c9a4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Subject: app_voicemail
-
-A feature was added in Asterisk 13.27.0 and 16.4.0 that removed lock files from
-the Asterisk voicemail directory on startup. Some users that store their
-voicemails on network storage devices experienced slow startup times due to the
-relative expense of traversing the voicemail directory structure looking for
-orphaned lock files. This feature has now been removed.
-
-Users who require the lock files to be removed at startup should modify their
-startup scripts to do so before starting the asterisk process.
diff --git a/doc/UPGRADE-staging/AMI-Originate.txt b/doc/UPGRADE-staging/AMI-Originate.txt
deleted file mode 100644 (file)
index f2d3133..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: AMI
-
-The AMI Originate action, which optionally takes a dialplan application as
-an argument, no longer accepts "Originate" as the application due to
-security concerns.