summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2010-03-24 18:13:29 +0000
committerJeff Peeler <jpeeler@digium.com>2010-03-24 18:13:29 +0000
commit560d5c60993e105e5a20b8f3a8c971ea1141c4f7 (patch)
treec8cc5e8b14b8ef4fa1d45c87b202c130169fa61b /configs
parent5990fe07b8672a640c7384467d3089b2424e4a1b (diff)
Allow configuration of minsecs and nextaftercmd per mailbox.
Previously only configurable globally. A unit test has also been written to provide protection against parse failures for supported mailbox options. (closes issue #16864) Reported by: kobaz Patches: voicemail2.patch uploaded by kobaz (license 834) Review: https://reviewboard.asterisk.org/r/555/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@254321 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/voicemail.conf.sample1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 231ab1a6d..e522dc3ec 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -270,7 +270,6 @@ sendvoicemail=yes ; Allow the user to compose and send a voicemail while inside
; much gain to add to the message when sending a voicemail.
; NOTE: sox must be installed for this option to work.
; nextaftercmd=yes ; Skips to the next message after hitting 7 or 9 to delete/save current message.
- ; [global option only at this time]
; forcename=yes ; Forces a new user to record their name. A new user is
; determined by the password being the same as
; the mailbox number. The default is "no".