aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex')
-rw-r--r--doc/tex/asterisk-conf.tex8
1 files changed, 7 insertions, 1 deletions
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 = <a_string>
; (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}