]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 19.7.0
authorAsterisk Development Team <asteriskteam@digium.com>
Wed, 14 Sep 2022 14:14:10 +0000 (09:14 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 14 Sep 2022 14:14:10 +0000 (09:14 -0500)
CHANGES
UPGRADE.txt
doc/CHANGES-staging/app_confbridge_marked_any.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 b6999f1c3e597a0b7a5fd3d394ba91dca0386436..1b26a924edbaf28a154272cb45c83defd7ef9c01 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 19.6.0 to Asterisk 19.7.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).
+
+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 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.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 19.5.0 to Asterisk 19.6.0 ------------
 ------------------------------------------------------------------------------
index bfa9f9eb684f8ce9c82d4ee4faa7fa17e1e0f7f0..e383624fb07d698df13e5bf79b337d6800b4914b 100644 (file)
 ===
 ===========================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 19.6.0 to Asterisk 19.7.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.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 19.4.0 to Asterisk 19.5.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/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 e8a9952..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Subject: res_geolocation
-
-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.