[asterisk-commits] tilghman: branch 1.2 r42697 - /branches/1.2/configs/voicemail.conf.sample

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Sep 11 07:40:14 MST 2006


Author: tilghman
Date: Mon Sep 11 09:40:13 2006
New Revision: 42697

URL: http://svn.digium.com/view/asterisk?rev=42697&view=rev
Log:
Two grammar issues (bug 7927)

Modified:
    branches/1.2/configs/voicemail.conf.sample

Modified: branches/1.2/configs/voicemail.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.2/configs/voicemail.conf.sample?rev=42697&r1=42696&r2=42697&view=diff
==============================================================================
--- branches/1.2/configs/voicemail.conf.sample (original)
+++ branches/1.2/configs/voicemail.conf.sample Mon Sep 11 09:40:13 2006
@@ -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 <file>" directive for Asterisk
+; not currently work with the "#include <file>" directive for Asterisk
 ; configuration files.  Do not use it with this configuration file.
 ;
 
@@ -45,7 +45,7 @@
 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



More information about the asterisk-commits mailing list