From 6056818467833d24fbd6491688306f0bb9bc1ba3 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 14 Jan 2021 10:51:50 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for 16.16.0 --- CHANGES | 18 ++++++++++++++++++ doc/CHANGES-staging/media_cache_cachedir.txt | 6 ------ doc/CHANGES-staging/voicemail_early_media.txt | 6 ------ 3 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 doc/CHANGES-staging/media_cache_cachedir.txt delete mode 100644 doc/CHANGES-staging/voicemail_early_media.txt diff --git a/CHANGES b/CHANGES index 494cac4384..90b1e16f9b 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,24 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 16.15.0 to Asterisk 16.16.0 ---------- +------------------------------------------------------------------------------ + +Core +------------------ + * The location where the media cache stores its temporary files + is no longer hardcoded to /tmp but can now be configured separately + via the astcachedir config variable in asterisk.conf. To retain + backwards compatibility, the default location remains /tmp. + +app_voicemail +------------------ + * The VoiceMail application can now be configured to send greetings and + instructions via early media and only answering the channel when it is + time for the caller to record their message. This behavior can be + activated by passing the new 'e' option to VoiceMail. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 16.13.0 to Asterisk 16.14.0 ---------- ------------------------------------------------------------------------------ diff --git a/doc/CHANGES-staging/media_cache_cachedir.txt b/doc/CHANGES-staging/media_cache_cachedir.txt deleted file mode 100644 index a57d1513c0..0000000000 --- a/doc/CHANGES-staging/media_cache_cachedir.txt +++ /dev/null @@ -1,6 +0,0 @@ -Subject: Core - -The location where the media cache stores its temporary files -is no longer hardcoded to /tmp but can now be configured separately -via the astcachedir config variable in asterisk.conf. To retain -backwards compatibility, the default location remains /tmp. diff --git a/doc/CHANGES-staging/voicemail_early_media.txt b/doc/CHANGES-staging/voicemail_early_media.txt deleted file mode 100644 index 6dd79befae..0000000000 --- a/doc/CHANGES-staging/voicemail_early_media.txt +++ /dev/null @@ -1,6 +0,0 @@ -Subject: app_voicemail - -The VoiceMail application can now be configured to send greetings and -instructions via early media and only answering the channel when it is -time for the caller to record their message. This behavior can be -activated by passing the new 'e' option to VoiceMail. -- 2.47.2