From 786577c05be12cc347be1a9aa4594da42cd2743d Mon Sep 17 00:00:00 2001 From: Asterisk Development Team <asteriskteam@digium.com> Date: Thu, 16 Jun 2022 13:41:32 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for 16.27.0 --- CHANGES | 43 +++++++++++++++++++ .../app_confbridge_channels.txt | 7 --- .../app_voicemail_nodelete.txt | 5 --- .../ari_add_pvt_id_to_channel_resource.txt | 7 --- doc/CHANGES-staging/res_agi.txt | 5 --- doc/CHANGES-staging/res_parking_moh.txt | 4 -- 6 files changed, 43 insertions(+), 28 deletions(-) delete mode 100644 doc/CHANGES-staging/app_confbridge_channels.txt delete mode 100644 doc/CHANGES-staging/app_voicemail_nodelete.txt delete mode 100644 doc/CHANGES-staging/ari_add_pvt_id_to_channel_resource.txt delete mode 100644 doc/CHANGES-staging/res_agi.txt delete mode 100644 doc/CHANGES-staging/res_parking_moh.txt diff --git a/CHANGES b/CHANGES index 58ceec6fa5..4a188b79c6 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,49 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 16.26.0 to Asterisk 16.27.0 ---------- +------------------------------------------------------------------------------ + +app_confbridge +------------------ + * Adds the CONFBRIDGE_CHANNELS function which can + be used to retrieve a list of channels in a ConfBridge, + optionally filtered by a particular category. This + list can then be used with functions like SHIFT, POP, + UNSHIFT, etc. + +app_voicemail +------------------ + * The r option has been added, which prevents deletion + of messages from VoiceMailMain, which can be + useful for shared mailboxes. + +ari +------------------ + * Expose channel driver's unique id (which is the Call-ID for SIP/PJSIP) + to ARI channel resources as 'protocol_id'. + + ASTERISK-30027 + +res_agi +------------------ + * Agi command 'exec' can now be enabled + to evaluate dialplan functions and variables + by setting the variable AGIEXECFULL to yes. + +res_parking +------------------ + * An m option to Park and ParkAndAnnounce now allows + specifying a music on hold class override. + +stasis_channels +------------------ + * Expose channel driver's unique id (which is the Call-ID for SIP/PJSIP) + to ARI channel resources as 'protocol_id'. + + ASTERISK-30027 + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 16.25.3 to Asterisk 16.26.0 ---------- ------------------------------------------------------------------------------ diff --git a/doc/CHANGES-staging/app_confbridge_channels.txt b/doc/CHANGES-staging/app_confbridge_channels.txt deleted file mode 100644 index 485f664268..0000000000 --- a/doc/CHANGES-staging/app_confbridge_channels.txt +++ /dev/null @@ -1,7 +0,0 @@ -Subject: app_confbridge - -Adds the CONFBRIDGE_CHANNELS function which can -be used to retrieve a list of channels in a ConfBridge, -optionally filtered by a particular category. This -list can then be used with functions like SHIFT, POP, -UNSHIFT, etc. diff --git a/doc/CHANGES-staging/app_voicemail_nodelete.txt b/doc/CHANGES-staging/app_voicemail_nodelete.txt deleted file mode 100644 index ef9589652d..0000000000 --- a/doc/CHANGES-staging/app_voicemail_nodelete.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: app_voicemail - -The r option has been added, which prevents deletion -of messages from VoiceMailMain, which can be -useful for shared mailboxes. diff --git a/doc/CHANGES-staging/ari_add_pvt_id_to_channel_resource.txt b/doc/CHANGES-staging/ari_add_pvt_id_to_channel_resource.txt deleted file mode 100644 index a4f008f967..0000000000 --- a/doc/CHANGES-staging/ari_add_pvt_id_to_channel_resource.txt +++ /dev/null @@ -1,7 +0,0 @@ -Subject: ari -Subject: stasis_channels - -Expose channel driver's unique id (which is the Call-ID for SIP/PJSIP) -to ARI channel resources as 'protocol_id'. - -ASTERISK-30027 diff --git a/doc/CHANGES-staging/res_agi.txt b/doc/CHANGES-staging/res_agi.txt deleted file mode 100644 index eb6132d614..0000000000 --- a/doc/CHANGES-staging/res_agi.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: res_agi - -Agi command 'exec' can now be enabled -to evaluate dialplan functions and variables -by setting the variable AGIEXECFULL to yes. \ No newline at end of file diff --git a/doc/CHANGES-staging/res_parking_moh.txt b/doc/CHANGES-staging/res_parking_moh.txt deleted file mode 100644 index 50f589ca43..0000000000 --- a/doc/CHANGES-staging/res_parking_moh.txt +++ /dev/null @@ -1,4 +0,0 @@ -Subject: res_parking - -An m option to Park and ParkAndAnnounce now allows -specifying a music on hold class override. -- GitLab