mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
(closes issue #7852)
Reported by: nic_bellamy Patches: 2006-10-03_svn_44249_voicemail_lockmode_v3.patch uploaded by nic_bellamy (license 213) Add support for configurable file locking methods. The default is "lockfile", which is the old behavior. There is an additional option, "flock", which is intended for use in situations where the lockfile method will not work, such as with SMB/CIFS mounts. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81233 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -125,6 +125,11 @@ Voicemail Changes
|
||||
* Added support for storage of greetings using an IMAP server
|
||||
* Added ability to customize forward, reverse, stop, and pause keys for message playback
|
||||
* SMDI is now enabled in voicemail using the smdienable option.
|
||||
* A "lockmode" option has been added to asterisk.conf to configure the file
|
||||
locking method used for voicemail, and potentially other things in the
|
||||
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.
|
||||
|
||||
Queue changes
|
||||
-------------
|
||||
|
Reference in New Issue
Block a user