aboutsummaryrefslogtreecommitdiffstats
path: root/configs/voicemail.conf.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-31 04:54:20 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-31 04:54:20 +0000
commit3ad2a81a5dbc3ecf16066f488111b172bbf4ab1a (patch)
treef3fab8b13d2a68d83e67cca4fa1efc5c851db110 /configs/voicemail.conf.sample
parent1258c29dbe7d774ab4cc6057868ec45706e3dee3 (diff)
1. Rename 'maxmessage' to 'maxsecs' to differentiate from 'maxmsg'.
2. Rename 'minmessage' to 'minsecs' for parity. 3. Make 'maxsecs' a per-user option, in addition to global. (Issue # 8624) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49075 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/voicemail.conf.sample')
-rw-r--r--configs/voicemail.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index f6e59dd67..c00d08095 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -35,10 +35,10 @@ attach=yes
; (100) is used. Maximum value for this option is 9999.
;maxmsg=100
; Maximum length of a voicemail message in seconds
-;maxmessage=180
+;maxsecs=180
; Minimum length of a voicemail message in seconds for the message to be kept
; The default is no minimum.
-;minmessage=3
+;minsecs=3
; Maximum length of greetings in seconds
;maxgreet=60
; How many milliseconds to skip forward/back when rew/ff in message playback