aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 00:04:30 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 00:04:30 +0000
commit66129a4c7ad51ede00529f052867f90f24ec550a (patch)
tree66bff8952eb49dcc6bdfd84cebaa259986528707 /doc
parentf855ea037af6057fe5dd037a97af869c01936b03 (diff)
Adding documentation regarding imapfolder, imapgreetings, and greetingsfolder options
in voicemail.conf (closes issue #11133, reported by selsky, patched by blitzrage) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89075 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/tex/imapstorage.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tex/imapstorage.tex b/doc/tex/imapstorage.tex
index f3f4e626d..b4b217ff7 100644
--- a/doc/tex/imapstorage.tex
+++ b/doc/tex/imapstorage.tex
@@ -74,12 +74,26 @@ The following directives have been added to voicemail.conf:
imapserver=<name or IP address of IMAP mail server>
imapport=<IMAP port, defaults to 143>
imapflags=<IMAP flags, "novalidate-cert" for example>
+imapfolder=<IMAP folder to store messages to>
+imapgreetings=<yes or no>
+greetingsfolder=<IMAP folder to store greetings in if imapgreetings is enabled>
expungeonhangup=<yes or no>
authuser=<username>
authpassword=<password>
\end{verbatim}
\end{astlisting}
+The "imapfolder" can be used to specify an alternative folder on your IMAP server
+to store voicemails in. If not specified, the default folder 'INBOX' will be used.
+
+The "imapgreetings" parameter can be enabled in order to store voicemail greetings
+on the IMAP server. If disabled, then they will be stored on the local file system
+as normal.
+
+The "greetingsfolder" can be set to store greetings on the IMAP server when
+"imapgreetings" is enabled in an alternative folder than that set by "imapfolder"
+or the default folder for voicemails.
+
The "expungeonhangup" flag is used to determine if the voicemail system should
expunge all messages marked for deletion when the user hangs up the phone.