From 8b257ef3b66aa43eaf23309e30dd8158f2d5024e Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 3 May 2003 16:09:56 +0000 Subject: Add silence detection to voicemail git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@955 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/voicemail.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs/voicemail.conf.sample') diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample index f88887ccc..bac8b52ce 100755 --- a/configs/voicemail.conf.sample +++ b/configs/voicemail.conf.sample @@ -16,6 +16,10 @@ attach=yes ;maxgreet=60 ; How many miliseconds to skip forward/back when rew/ff in message playback 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) +silencethreshold=128 ; ; Each mailbox is listed in the form =,,, -- cgit v1.2.3