From 5525846c14b619c422b4b1373a2b600438de9c96 Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 28 Aug 2007 16:28:26 +0000 Subject: (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: http://svn.digium.com/svn/asterisk/trunk@81233 f38db490-d61c-443f-a65b-d21fe96a405b --- doc/tex/asterisk-conf.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/tex') diff --git a/doc/tex/asterisk-conf.tex b/doc/tex/asterisk-conf.tex index eef727960..e25bc996f 100644 --- a/doc/tex/asterisk-conf.tex +++ b/doc/tex/asterisk-conf.tex @@ -118,6 +118,12 @@ systemname = ; (only affects relative paths for sound files) languageprefix = yes | no +; Locking mode for voicemail +; - lockfile: default, for normal use +; - flock: for where the lockfile locking method doesn't work +; eh. on SMB/CIFS mounts +lockmode = lockfile | flock + [files] ; Changing the following lines may compromise your security @@ -132,4 +138,4 @@ languageprefix = yes | no ;astctl = asterisk.ctl \end{verbatim} -\end{astlisting} \ No newline at end of file +\end{astlisting} -- cgit v1.2.3