aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-02 21:11:09 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-02 21:11:09 +0000
commit66e19b891cf33f45684023b53f3e4b011f9ad1a9 (patch)
tree627971a3da94e8d88366f0dcd58b110147f53f66
parent91337548a3b7dbd48fe76e38028cbfcbe00974ea (diff)
Merged revisions 250051 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r250051 | lmadsen | 2010-03-02 16:09:27 -0500 (Tue, 02 Mar 2010) | 8 lines Update IMAP documentation. Update the IMAP documentation to make it clear that storing voicemails in the same folder as a large number of emails could potentially cause significant slow downs when writing or retrieving voicemails. (issue #16704) Reported by: TimeHider Tested by: lmadsen, TimeHider ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@250053 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--doc/tex/imapstorage.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tex/imapstorage.tex b/doc/tex/imapstorage.tex
index 8314f9e08..3d6c80559 100644
--- a/doc/tex/imapstorage.tex
+++ b/doc/tex/imapstorage.tex
@@ -152,6 +152,12 @@ IMAP folders at the same level of hierarchy as the INBOX. These will be
used as alternate folders for storing voicemail messages to mimic the
behavior of the current (file-based) voicemail system.
+Please note that it is not recommended to store your voicemails in the top
+level folder where your users will keep their emails, especially if there
+are a large number of emails. A large number of emails in the same folder(s)
+that you're storing your voicemails could cause a large delay as Asterisk must
+parse through all the emails. For example a mailbox with 100 emails in it could
+take up to 60 seconds to receive a response.
\subsection{Separate vs. Shared Email Accounts}