mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Adding user-configurable TCP timeout settings to IMAP voicemail. This could
go a long way towards preventing unexplainable hangs experienced by people. In the case of MWI hangs, this also will mean that the SIP port isn't blocked anymore. (closes issue #11665, reported by yehavi) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@96934 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -80,6 +80,10 @@ greetingsfolder=<IMAP folder to store greetings in if imapgreetings is enabled>
|
||||
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>
|
||||
\end{verbatim}
|
||||
\end{astlisting}
|
||||
|
||||
|
Reference in New Issue
Block a user