aboutsummaryrefslogtreecommitdiffstats
path: root/configs/oss.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-01-06 12:33:15 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-01-06 12:33:15 +0000
commita689312fea1873b1ea28dcc06330b3d9405b23fe (patch)
treec9356de68d746268a46c87d004e12c3dd00f536b /configs/oss.conf.sample
parent5c3fb1c5ae75e51986e4debafc2888326807e24f (diff)
Version 0.1.2 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@196 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/oss.conf.sample')
-rwxr-xr-xconfigs/oss.conf.sample23
1 files changed, 23 insertions, 0 deletions
diff --git a/configs/oss.conf.sample b/configs/oss.conf.sample
new file mode 100755
index 000000000..138a7376b
--- /dev/null
+++ b/configs/oss.conf.sample
@@ -0,0 +1,23 @@
+;
+; Open Sound System Console Driver Configuration File
+;
+[general]
+;
+; Automatically answer incoming calls on the console? Choose yes if
+; for example you want to use this as an intercom.
+;
+autoanswer=yes
+;
+; Default context (is overridden with @context syntax)
+;
+;context=local
+;
+; Default extension to call
+;
+extension=s
+;
+; Silence supression can be enabled when sound is over a certain threshold.
+; The value for the threshold should probably be between 500 and 2000 or so,
+; but your mileage may vary. Use the echo test to evaluate the best setting.
+;silencesuppression = yes
+;silencethreshold = 1000