summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-01-14 22:19:40 +0000
committerJason Parker <jparker@digium.com>2008-01-14 22:19:40 +0000
commitb875d0df01ea6fc407eb84d6a292e2a2303b43d8 (patch)
treee86d2917cbc3fdbf23f64ccb696b09ebc4797d72 /CHANGES
parente34fc8282c4509e8b8636c3a30be5baef9da5151 (diff)
Add backupdeleted option to app_voicemail
(closes issue #10740) Reported by: ruffle Patches: app_voicemail.diff uploaded by ruffle (license 201) 10740-voicemail.diff uploaded by qwell (license 4) 20080113_bug10740.diff.txt uploaded by mvanbaak (license 7) Tested by: blitzrage, mvanbaak, qwell git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98889 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d22506610..d6c63e2d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -256,6 +256,8 @@ Voicemail Changes
future. The default is the old behavior, lockfile. However, there is a
new method, "flock", that uses a different method for situations where the
lockfile will not work, such as on SMB/CIFS mounts.
+ * Added the ability to backup deleted messages, to ease recovery in the case
+ that a user accidentally deletes a message, and discovers that they need it.
Queue changes
-------------