mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-26 22:30:28 +00:00
Update CHANGES and UPGRADE.txt for 18.2.0
This commit is contained in:
18
CHANGES
18
CHANGES
@@ -12,6 +12,24 @@
|
|||||||
===
|
===
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
--- Functionality changes from Asterisk 18.1.0 to Asterisk 18.2.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 18.0.0 to Asterisk 18.1.0 ------------
|
--- Functionality changes from Asterisk 18.0.0 to Asterisk 18.1.0 ------------
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -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.
|
|
||||||
@@ -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.
|
|
||||||
Reference in New Issue
Block a user