aboutsummaryrefslogtreecommitdiffstats
path: root/configs/voicemail.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-11 18:58:00 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-11 18:58:00 +0000
commit70427a68d2cbf7439b35a55162851435e9f57f8a (patch)
tree5afbc3725927d63b853e867540ae252875b92e6e /configs/voicemail.conf.sample
parentb4f4a3a814cfdd6ae8ddd9cd035b1d86b74178cc (diff)
Allow number of failed login attemps to be set
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@995 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/voicemail.conf.sample')
-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>