aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-03 16:09:56 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-03 16:09:56 +0000
commit828afe663834abfb2706f97b72b0fdf101659595 (patch)
treeb28d062edc8b7ace13e223d3a02272e9bcd9a990 /configs
parentcd78510af982343f6d0ef475921731c147beca84 (diff)
Add silence detection to voicemail
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@955 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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>