Update documentation to have the correct option name

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@129208 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2008-07-08 21:31:51 +00:00
parent 7b1c12bcb0
commit 1645c410d4

View File

@@ -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.