]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 16.5.0
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 18 Jul 2019 11:07:20 +0000 (06:07 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 18 Jul 2019 11:07:20 +0000 (06:07 -0500)
CHANGES
doc/CHANGES-staging/app_attended_transfer.txt [deleted file]
doc/CHANGES-staging/app_blind_transfer.txt [deleted file]
doc/CHANGES-staging/app_readexten_pound.txt [deleted file]
doc/CHANGES-staging/pbx_dundi_ipv6.txt [deleted file]
doc/CHANGES-staging/res_rtp_asterisk_dtls_fragmentation.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 22cbe676211352e41df27098d71531b3b3cbe1f3..057136530c81172a3e63876c5fdfb935535eb6e5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 ===
 ==============================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 16.4.0 to Asterisk 16.5.0 ------------
+------------------------------------------------------------------------------
+
+AttendedTransfer
+------------------
+ * A new application, this will queue up attended transfer to the given extension.
+
+BlindTransfer
+------------------
+ * A new application, this will redirect all channels currently
+   bridged to the caller channel to the specified destination.
+
+ReadExten
+------------------
+ * Add 'p' option to stop reading extension if user presses '#' key.
+
+pbx_dundi
+------------------
+ * The DUNDi PBX module now supports IPv4/IPv6 dual binding.
+
+res_rtp_asterisk
+------------------
+ * DTLS packets will now be fragmented according to the MTU as set in rtp.conf. This
+   allows larger certificates to be used for the DTLS negotiation. By default this value
+   is 1200.
+
 ------------------------------------------------------------------------------
 --- Functionality changes from Asterisk 16.3.0 to Asterisk 16.4.0 ------------
 ------------------------------------------------------------------------------
diff --git a/doc/CHANGES-staging/app_attended_transfer.txt b/doc/CHANGES-staging/app_attended_transfer.txt
deleted file mode 100644 (file)
index 97929e4..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Subject: AttendedTransfer
-
-A new application, this will queue up attended transfer to the given extension.
diff --git a/doc/CHANGES-staging/app_blind_transfer.txt b/doc/CHANGES-staging/app_blind_transfer.txt
deleted file mode 100644 (file)
index dc86df0..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Subject: BlindTransfer
-
-A new application, this will redirect all channels currently
-bridged to the caller channel to the specified destination.
diff --git a/doc/CHANGES-staging/app_readexten_pound.txt b/doc/CHANGES-staging/app_readexten_pound.txt
deleted file mode 100644 (file)
index 551f751..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Subject: ReadExten
-
-Add 'p' option to stop reading extension if user presses '#' key.
diff --git a/doc/CHANGES-staging/pbx_dundi_ipv6.txt b/doc/CHANGES-staging/pbx_dundi_ipv6.txt
deleted file mode 100644 (file)
index c15ae44..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Subject: pbx_dundi
-
-The DUNDi PBX module now supports IPv4/IPv6 dual binding.
diff --git a/doc/CHANGES-staging/res_rtp_asterisk_dtls_fragmentation.txt b/doc/CHANGES-staging/res_rtp_asterisk_dtls_fragmentation.txt
deleted file mode 100644 (file)
index dfc5984..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Subject: res_rtp_asterisk
-
-DTLS packets will now be fragmented according to the MTU as set in rtp.conf. This
-allows larger certificates to be used for the DTLS negotiation. By default this value
-is 1200.