]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 20.0.0
authorAsterisk Development Team <asteriskteam@digium.com>
Wed, 14 Sep 2022 14:25:44 +0000 (09:25 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 14 Sep 2022 14:25:44 +0000 (09:25 -0500)
CHANGES
UPGRADE.txt
doc/CHANGES-staging/app_confbridge_marked_any.txt [deleted file]
doc/CHANGES-staging/db_prefix.txt [deleted file]
doc/CHANGES-staging/lock_deadlock.txt [deleted file]
doc/CHANGES-staging/res_geolocation.txt [deleted file]
doc/CHANGES-staging/res_musiconhold_answeredonly.txt [deleted file]
doc/CHANGES-staging/res_pjsip_tls_cert_key_reload.txt [deleted file]
doc/CHANGES-staging/res_pjsip_usereqphone.txt [deleted file]
doc/CHANGES-staging/transfer.txt [deleted file]
doc/UPGRADE-staging/res_crypto-regular-file-keys.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index c10b54e61d360b2aca2196cf1cdfacbaf00bdf4a..72a8166168fe1ac0529d8e41a3e29315327b69bc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 --- Functionality changes from Asterisk 19.0.0 to Asterisk 20.0.0 ------------
 ------------------------------------------------------------------------------
 
+Transfer feature
+------------------
+ * The following capabilities have been added to the
+   transfer feature:
+
+   - The transfer initiation announcement prompt can
+   now be customized in features.conf.
+
+   - The TRANSFER_EXTEN variable now can be set on the
+   transferer's channel in order to allow the transfer
+   function to automatically attempt to go to the extension
+   contained in this variable, if it exists. The transfer
+   context behavior is not changed (TRANSFER_CONTEXT is used
+   if it exists; otherwise the default context is used).
+
+app_confbridge
+------------------
+ * Adds the end_marked_any option which can be used
+   to kick users from a conference after any
+   marked user leaves (including marked users).
+
+db
+------------------
+ * The DBPrefixGet AMI action now allows retrieving
+   all of the DB keys beginning with a particular
+   prefix.
+
+locks
+------------------
+ * A new AMI event, DeadlockStart, is now available
+   when Asterisk is compiled with DETECT_DEADLOCKS,
+   and can indicate that a deadlock has occured.
+
+res_geolocation
+------------------
+ * * Added processing for the 'confidence' element.
+   * Added documentation to some APIs.
+   * removed a lot of complex code related to the very-off-nominal
+     case of needing to process multiple location info sources.
+   * Create a new 'ast_geoloc_eprofile_to_pidf' API that just takes
+     one eprofile instead of a datastore of multiples.
+   * Plugged a huge leak in XML processing that arose from
+     insufficient documentation by the libxml/libxslt authors.
+   * Refactored stylesheets to be more efficient.
+   * Renamed 'profile_action' to 'profile_precedence' to better
+     reflect it's purpose.
+   * Added the config option for 'allow_routing_use' which
+     sets the value of the 'Geolocation-Routing' header.
+   * Removed the GeolocProfileCreate and GeolocProfileDelete
+     dialplan apps.
+   * Changed the GEOLOC_PROFILE dialplan function as follows:
+     * Removed the 'profile' argument.
+     * Automatically create a profile if it doesn't exist.
+     * Delete a profile if 'inheritable' is set to no.
+   * Fixed various bugs and leaks
+   * Updated Asterisk WiKi documentation.
+
+   Added 4 built-in profiles:
+     "<prefer_config>"
+     "<discard_config>"
+     "<prefer_incoming>"
+     "<discard_incoming>"
+   The profiles are empty except for having their precedence
+   set.
+
+   Added profile parameter "suppress_empty_ca_elements" that
+   will cause Civic Address elements that are empty to be
+   suppressed from the outgoing PIDF-LO document.
+
+   You can now specify the location object's format, location_info,
+   method, location_source and confidence parameters directly on
+   a profile object for simple scenarios where the location
+   information isn't common with any other profiles.  This is
+   mutually exclusive with setting location_reference on the
+   profile.
+
+   Added an 'a' option to the GEOLOC_PROFILE function to allow
+   variable lists like location_info_refinement to be appended
+   to instead of replacing the entire list.
+
+   Added an 'r' option to the GEOLOC_PROFILE function to resolve all
+   variables before a read operation and after a Set operation.
+
+res_musiconhold_answeredonly
+------------------
+ * This change adds an option, answeredonly, that will prevent music
+   on hold on channels that are not answered.
+
+res_pjsip
+------------------
+ * TLS transports in res_pjsip can now reload their TLS certificate
+   and private key files, provided the filename of them has not
+   changed.
+
 Applications
 ------------------
  * added support for Danish syntax, playing the correct plural sound file
index 9a5d1caeb0252e2662bb6f4aab13a2cb153dc4f4..dd8dbf2f3701d84f004fedaa61ca1b33be114790 100644 (file)
 ===
 ===========================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 19.0.0 to Asterisk 20.0.0 ------------
+------------------------------------------------------------------------------
+
+res_crypto
+------------------
+ * In addition to only paying attention to files ending with .key or .pub
+   in the keys directory, we now also ignore any files which aren't regular
+   files.
+
 ------------------------------------------------------------------------------
 --- New functionality introduced in Asterisk 20.0.0 --------------------------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/app_confbridge_marked_any.txt b/doc/CHANGES-staging/app_confbridge_marked_any.txt
deleted file mode 100644 (file)
index cbc1bbf..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: app_confbridge
-
-Adds the end_marked_any option which can be used
-to kick users from a conference after any
-marked user leaves (including marked users).
diff --git a/doc/CHANGES-staging/db_prefix.txt b/doc/CHANGES-staging/db_prefix.txt
deleted file mode 100644 (file)
index 4126815..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: db
-
-The DBPrefixGet AMI action now allows retrieving
-all of the DB keys beginning with a particular
-prefix.
diff --git a/doc/CHANGES-staging/lock_deadlock.txt b/doc/CHANGES-staging/lock_deadlock.txt
deleted file mode 100644 (file)
index 5fad3ee..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: locks
-
-A new AMI event, DeadlockStart, is now available
-when Asterisk is compiled with DETECT_DEADLOCKS,
-and can indicate that a deadlock has occured.
diff --git a/doc/CHANGES-staging/res_geolocation.txt b/doc/CHANGES-staging/res_geolocation.txt
deleted file mode 100644 (file)
index 4d290ba..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-Subject: res_geolocation
-
-* Added processing for the 'confidence' element.
-* Added documentation to some APIs.
-* removed a lot of complex code related to the very-off-nominal
-  case of needing to process multiple location info sources.
-* Create a new 'ast_geoloc_eprofile_to_pidf' API that just takes
-  one eprofile instead of a datastore of multiples.
-* Plugged a huge leak in XML processing that arose from
-  insufficient documentation by the libxml/libxslt authors.
-* Refactored stylesheets to be more efficient.
-* Renamed 'profile_action' to 'profile_precedence' to better
-  reflect it's purpose.
-* Added the config option for 'allow_routing_use' which
-  sets the value of the 'Geolocation-Routing' header.
-* Removed the GeolocProfileCreate and GeolocProfileDelete
-  dialplan apps.
-* Changed the GEOLOC_PROFILE dialplan function as follows:
-  * Removed the 'profile' argument.
-  * Automatically create a profile if it doesn't exist.
-  * Delete a profile if 'inheritable' is set to no.
-* Fixed various bugs and leaks
-* Updated Asterisk WiKi documentation.
-
-Added 4 built-in profiles:
-  "<prefer_config>"
-  "<discard_config>"
-  "<prefer_incoming>"
-  "<discard_incoming>"
-The profiles are empty except for having their precedence
-set.
-
-Added profile parameter "suppress_empty_ca_elements" that
-will cause Civic Address elements that are empty to be
-suppressed from the outgoing PIDF-LO document.
-
-You can now specify the location object's format, location_info,
-method, location_source and confidence parameters directly on
-a profile object for simple scenarios where the location
-information isn't common with any other profiles.  This is
-mutually exclusive with setting location_reference on the
-profile.
-
-Added an 'a' option to the GEOLOC_PROFILE function to allow
-variable lists like location_info_refinement to be appended
-to instead of replacing the entire list.
-
-Added an 'r' option to the GEOLOC_PROFILE function to resolve all
-variables before a read operation and after a Set operation.
diff --git a/doc/CHANGES-staging/res_musiconhold_answeredonly.txt b/doc/CHANGES-staging/res_musiconhold_answeredonly.txt
deleted file mode 100644 (file)
index c335184..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: res_musiconhold_answeredonly
-
-This change adds an option, answeredonly, that will prevent music
-on hold on channels that are not answered.
diff --git a/doc/CHANGES-staging/res_pjsip_tls_cert_key_reload.txt b/doc/CHANGES-staging/res_pjsip_tls_cert_key_reload.txt
deleted file mode 100644 (file)
index 60c9dcd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: res_pjsip
-
-TLS transports in res_pjsip can now reload their TLS certificate
-and private key files, provided the filename of them has not
-changed.
diff --git a/doc/CHANGES-staging/res_pjsip_usereqphone.txt b/doc/CHANGES-staging/res_pjsip_usereqphone.txt
deleted file mode 100644 (file)
index 01d59a7..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-subject: res_pjsip
-
-user_eq_phone=yes flag on a pjsip endpoint will now set user=phone on
-the From and Prviacy headers in addition to the existing To and RURI
diff --git a/doc/CHANGES-staging/transfer.txt b/doc/CHANGES-staging/transfer.txt
deleted file mode 100644 (file)
index 962272f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Subject: Transfer feature
-
-The following capabilities have been added to the
-transfer feature:
-
-- The transfer initiation announcement prompt can
-now be customized in features.conf.
-
-- The TRANSFER_EXTEN variable now can be set on the
-transferer's channel in order to allow the transfer
-function to automatically attempt to go to the extension
-contained in this variable, if it exists. The transfer
-context behavior is not changed (TRANSFER_CONTEXT is used
-if it exists; otherwise the default context is used).
diff --git a/doc/UPGRADE-staging/res_crypto-regular-file-keys.txt b/doc/UPGRADE-staging/res_crypto-regular-file-keys.txt
deleted file mode 100644 (file)
index a2d8d81..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: res_crypto
-
-In addition to only paying attention to files ending with .key or .pub
-in the keys directory, we now also ignore any files which aren't regular
-files.