summaryrefslogtreecommitdiff
path: root/configs/voicemail.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-05-03 16:09:56 +0000
committerMark Spencer <markster@digium.com>2003-05-03 16:09:56 +0000
commit8b257ef3b66aa43eaf23309e30dd8158f2d5024e (patch)
treeb28d062edc8b7ace13e223d3a02272e9bcd9a990 /configs/voicemail.conf.sample
parentf3b8441cc7768087638417e19dfece8a836538ed (diff)
Add silence detection to voicemail
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/voicemail.conf.sample')
-rwxr-xr-xconfigs/voicemail.conf.sample4
1 files changed, 4 insertions, 0 deletions
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 <mailbox>=<password>,<name>,<email>,<pager_email>