From fd0496f3f66d991cc8ef09e78b0f8adb5466794d Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Mon, 11 Sep 2006 14:40:13 +0000 Subject: [PATCH] Two grammar issues (bug 7927) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@42697 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/voicemail.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample index fa362c95d4..edfc198e30 100644 --- a/configs/voicemail.conf.sample +++ b/configs/voicemail.conf.sample @@ -4,7 +4,7 @@ ; ; NOTE: Asterisk has to edit this file to change a user's password. This does -; note currently work with the "#include " directive for Asterisk +; not currently work with the "#include " directive for Asterisk ; configuration files. Do not use it with this configuration file. ; @@ -45,7 +45,7 @@ attach=yes skipms=3000 ; How many seconds of silence before we end the recording maxsilence=10 -; Silence threshold (what we consider silence, the lower, the more sensitive) +; Silence threshold (what we consider silence: the lower, the more sensitive) silencethreshold=128 ; Max number of failed login attempts maxlogins=3 -- 2.47.2