]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 16.22.0
authorAsterisk Development Team <asteriskteam@digium.com>
Wed, 13 Oct 2021 10:19:35 +0000 (05:19 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 13 Oct 2021 10:19:35 +0000 (05:19 -0500)
CHANGES
UPGRADE.txt
doc/CHANGES-staging/func_channel.txt [deleted file]
doc/CHANGES-staging/func_vmcount.txt [deleted file]
doc/CHANGES-staging/logger.txt [deleted file]
doc/CHANGES-staging/manager_message_send.txt [deleted file]
doc/CHANGES-staging/res_pjsip_registrar.txt [deleted file]
doc/CHANGES-staging/res_pjsip_t38_bind_fixes.txt [deleted file]
doc/UPGRADE-staging/chan_iax2_rsa.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 4f8b967261289fe07bb74b14d51ca26cf4f69e12..53ad29eb109d2c348b428be80185b806904a391d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 16.21.0 to Asterisk 16.22.0 ----------
+------------------------------------------------------------------------------
+
+MessageSend
+------------------
+ * The MessageSend AMI action has been updated to allow the Destination
+   and the To addresses to be provided separately. This brings the
+   MessageSend manager command in line with the capabilities of the
+   MessageSend dialplan application.
+
+func_channel
+------------------
+ * Adds the CHANNEL_EXISTS function to check for the existence
+   of a channel by name or unique ID.
+
+func_vmcount
+------------------
+ * Multiple mailboxes may now be specified instead of just one.
+
+logger
+------------------
+ * Added the ability to define custom log levels in logger.conf
+   and use them in the Log dialplan application. Also adds a
+   logger show levels CLI command.
+
+res_pjsip_registrar
+------------------
+ * Adds new PJSIP AOR option remove_unavailable to either
+   remove unavailable contacts when a REGISTER exceeds
+   max_contacts when remove_existing is disabled, or
+   prioritize unavailable contacts over other existing
+   contacts when remove_existing is enabled.
+
+res_pjsip_t38
+------------------
+ * In res_pjsip_sdp_rtp, the bind_rtp_to_media_address option and the
+   fallback use of the transport's bind address solve problems sending
+   media on systems that cannot send ipv4 packets on ipv6 sockets, and
+   certain other situations. This change extends both of these behaviors
+   to UDPTL sessions as well in res_pjsip_t38, to fix fax-specific
+   problems on these systems, introducing a new option
+   endpoint/t38_bind_udptl_to_media_address.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 16.20.0 to Asterisk 16.21.0 ----------
 ------------------------------------------------------------------------------
index a0f8926288bbd50c73209cbde9ee5f88944b54f6..eabe7a65eaecf931acf1204d20134a78ed80a71d 100644 (file)
 ===
 ===========================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 16.21.0 to Asterisk 16.22.0 ----------
+------------------------------------------------------------------------------
+
+chan_iax2
+------------------
+ * Encryption is now supported for RSA authentication.
+
+   Currently, these auth configurations will cause a crash:
+   auth = md5,rsa
+   auth = plaintext,md5,rsa
+
+   With a patched peer, the following will cause a crash:
+   auth = rsa
+   auth = md5,rsa
+   auth = plaintext,md5,rsa
+
+   If both the peer and user are patches, no crash occurs.
+   Existing good configurations should continue to work.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 16.18.0 to Asterisk 16.19.0 ----------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/func_channel.txt b/doc/CHANGES-staging/func_channel.txt
deleted file mode 100644 (file)
index 7f92c3e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: func_channel
-
-Adds the CHANNEL_EXISTS function to check for the existence
-of a channel by name or unique ID.
diff --git a/doc/CHANGES-staging/func_vmcount.txt b/doc/CHANGES-staging/func_vmcount.txt
deleted file mode 100644 (file)
index ba2a0a1..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Subject: func_vmcount
-
-Multiple mailboxes may now be specified instead of just one.
diff --git a/doc/CHANGES-staging/logger.txt b/doc/CHANGES-staging/logger.txt
deleted file mode 100644 (file)
index d09ebcc..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: logger
-
-Added the ability to define custom log levels in logger.conf
-and use them in the Log dialplan application. Also adds a
-logger show levels CLI command.
diff --git a/doc/CHANGES-staging/manager_message_send.txt b/doc/CHANGES-staging/manager_message_send.txt
deleted file mode 100644 (file)
index ab5b58a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Subject: MessageSend
-
-The MessageSend AMI action has been updated to allow the Destination
-and the To addresses to be provided separately. This brings the
-MessageSend manager command in line with the capabilities of the
-MessageSend dialplan application.
diff --git a/doc/CHANGES-staging/res_pjsip_registrar.txt b/doc/CHANGES-staging/res_pjsip_registrar.txt
deleted file mode 100644 (file)
index a80f69f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Subject: res_pjsip_registrar
-
-Adds new PJSIP AOR option remove_unavailable to either
-remove unavailable contacts when a REGISTER exceeds
-max_contacts when remove_existing is disabled, or
-prioritize unavailable contacts over other existing
-contacts when remove_existing is enabled.
diff --git a/doc/CHANGES-staging/res_pjsip_t38_bind_fixes.txt b/doc/CHANGES-staging/res_pjsip_t38_bind_fixes.txt
deleted file mode 100644 (file)
index d7bc8a1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Subject: res_pjsip_t38
-
-In res_pjsip_sdp_rtp, the bind_rtp_to_media_address option and the
-fallback use of the transport's bind address solve problems sending
-media on systems that cannot send ipv4 packets on ipv6 sockets, and
-certain other situations. This change extends both of these behaviors
-to UDPTL sessions as well in res_pjsip_t38, to fix fax-specific
-problems on these systems, introducing a new option
-endpoint/t38_bind_udptl_to_media_address.
diff --git a/doc/UPGRADE-staging/chan_iax2_rsa.txt b/doc/UPGRADE-staging/chan_iax2_rsa.txt
deleted file mode 100644 (file)
index d5a9770..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Subject: chan_iax2
-
-Encryption is now supported for RSA authentication.
-
-Currently, these auth configurations will cause a crash:
-auth = md5,rsa
-auth = plaintext,md5,rsa
-
-With a patched peer, the following will cause a crash:
-auth = rsa
-auth = md5,rsa
-auth = plaintext,md5,rsa
-
-If both the peer and user are patches, no crash occurs.
-Existing good configurations should continue to work.