aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-08 21:31:51 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-08 21:31:51 +0000
commit98280c0d92b66f059171d3e70495b33384ee0906 (patch)
tree7004c5ab82d357a99cad3a85b628a2d6d67bd3e9 /doc
parent61d8122de7a5b1b518a2459522c41724a428047a (diff)
Update documentation to have the correct option name
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@129208 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/imapstorage.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/imapstorage.txt b/doc/imapstorage.txt
index 315e905a1..0dd663371 100644
--- a/doc/imapstorage.txt
+++ b/doc/imapstorage.txt
@@ -105,10 +105,10 @@ imapflags=<IMAP flags, "novalidate-cert" for example>
expungeonhangup=<yes or no>
authuser=<username>
authpassword=<password>
-opentimeout=<TCP open timeout in seconds>
-closetimeout=<TCP close timeout in seconds>
-readtimeout=<TCP read timeout in seconds>
-writetimeout=<TCP write timeout in seconds>
+imapopentimeout=<TCP open timeout in seconds>
+imapclosetimeout=<TCP close timeout in seconds>
+imapreadtimeout=<TCP read timeout in seconds>
+imapwritetimeout=<TCP write timeout in seconds>
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.