summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-05-11 18:58:00 +0000
committerMark Spencer <markster@digium.com>2003-05-11 18:58:00 +0000
commitf5fe6c81ee1ec2f70681a3fd639aee6c4ea8942b (patch)
tree5afbc3725927d63b853e867540ae252875b92e6e /configs
parent8ee8f1e05733920df680071da45632107b69f602 (diff)
Allow number of failed login attemps to be set
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@995 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/voicemail.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index c3c0fb525..8aa3f3001 100755
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -20,6 +20,8 @@ skipms=3000
maxsilence=10
; Silence threshold (what we consider silence, the lower, the more sensitive)
silencethreshold=128
+; Max number of failed login attempts
+maxlogins=3
;
; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>,<pager_email>