Update CHANGES and UPGRADE.txt for 16.5.0

This commit is contained in:
Asterisk Development Team
2019-07-18 06:07:20 -05:00
parent 1756029237
commit cb831a18d1
6 changed files with 27 additions and 18 deletions

27
CHANGES
View File

@@ -12,6 +12,33 @@
===
==============================================================================
------------------------------------------------------------------------------
--- 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 ------------
------------------------------------------------------------------------------

View File

@@ -1,3 +0,0 @@
Subject: AttendedTransfer
A new application, this will queue up attended transfer to the given extension.

View File

@@ -1,4 +0,0 @@
Subject: BlindTransfer
A new application, this will redirect all channels currently
bridged to the caller channel to the specified destination.

View File

@@ -1,3 +0,0 @@
Subject: ReadExten
Add 'p' option to stop reading extension if user presses '#' key.

View File

@@ -1,3 +0,0 @@
Subject: pbx_dundi
The DUNDi PBX module now supports IPv4/IPv6 dual binding.

View File

@@ -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.