aboutsummaryrefslogtreecommitdiffstats
path: root/configs/voicemail.conf.sample
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-18 23:03:33 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-18 23:03:33 +0000
commitd77ee3cf27ab92f07f21276e2a0dfdf23c482d51 (patch)
treef827756841acd7db04ed4e888de053694e4ddc1a /configs/voicemail.conf.sample
parente4d558fd3f9d61eb7c8661caa86997a6c27c1caf (diff)
Clarify in voicemail.conf that certain variables are in seconds
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2460 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/voicemail.conf.sample')
-rwxr-xr-xconfigs/voicemail.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 8e43826d6..a6a2b8d80 100755
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -10,11 +10,11 @@ serveremail=asterisk
;serveremail=asterisk@linux-support.net
; Should the email contain the voicemail as an attachment
attach=yes
-; Maximum length of a voicemail message
+; Maximum length of a voicemail message in seconds
;maxmessage=180
-; Minimum length of a voicemail message
+; Minimum length of a voicemail message in seconds
;minmessage=3
-; Maximum length of greetings
+; Maximum length of greetings in seconds
;maxgreet=60
; How many miliseconds to skip forward/back when rew/ff in message playback
skipms=3000