summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-03-05 16:23:44 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-03-05 16:23:44 +0000
commit8a411ccf839654d3c15452c2f25831693e741baf (patch)
treef1786eed45ddc28e1bf43faafd02bcc917747afd /configs
parentc6585e5b5d8679cdb2b258145455606c23e217bb (diff)
Create a centralized configuration option for silencethreshold
(closes issue #11236) Reported by: philipps Patches: 20080218__bug11236.diff.txt uploaded by Corydon76 (license 14) Tested by: philipps git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@106072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/dsp.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/dsp.conf.sample b/configs/dsp.conf.sample
new file mode 100644
index 000000000..788b78cdb
--- /dev/null
+++ b/configs/dsp.conf.sample
@@ -0,0 +1,7 @@
+[default]
+;
+; Length of sound (in milliseconds) before a period of silence is considered
+; to be a change from talking to silence or a period of noise converts silence
+; to talking. [default=256]
+;
+;silencethreshold=256