From cb831a18d15a9c1434df757a23d34bd3f488af99 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 18 Jul 2019 06:07:20 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for 16.5.0 --- CHANGES | 27 +++++++++++++++++++ doc/CHANGES-staging/app_attended_transfer.txt | 3 --- doc/CHANGES-staging/app_blind_transfer.txt | 4 --- doc/CHANGES-staging/app_readexten_pound.txt | 3 --- doc/CHANGES-staging/pbx_dundi_ipv6.txt | 3 --- .../res_rtp_asterisk_dtls_fragmentation.txt | 5 ---- 6 files changed, 27 insertions(+), 18 deletions(-) delete mode 100644 doc/CHANGES-staging/app_attended_transfer.txt delete mode 100644 doc/CHANGES-staging/app_blind_transfer.txt delete mode 100644 doc/CHANGES-staging/app_readexten_pound.txt delete mode 100644 doc/CHANGES-staging/pbx_dundi_ipv6.txt delete mode 100644 doc/CHANGES-staging/res_rtp_asterisk_dtls_fragmentation.txt diff --git a/CHANGES b/CHANGES index 22cbe67621..057136530c 100644 --- a/CHANGES +++ b/CHANGES @@ -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 ------------ ------------------------------------------------------------------------------ diff --git a/doc/CHANGES-staging/app_attended_transfer.txt b/doc/CHANGES-staging/app_attended_transfer.txt deleted file mode 100644 index 97929e4b08..0000000000 --- a/doc/CHANGES-staging/app_attended_transfer.txt +++ /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 index dc86df0031..0000000000 --- a/doc/CHANGES-staging/app_blind_transfer.txt +++ /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 index 551f751d10..0000000000 --- a/doc/CHANGES-staging/app_readexten_pound.txt +++ /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 index c15ae44979..0000000000 --- a/doc/CHANGES-staging/pbx_dundi_ipv6.txt +++ /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 index dfc5984d6f..0000000000 --- a/doc/CHANGES-staging/res_rtp_asterisk_dtls_fragmentation.txt +++ /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.