From c8640d548691dda7748ed77602fe88ec25e6af18 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 6 Jan 2000 12:33:15 +0000 Subject: Version 0.1.2 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@196 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/oss.conf.sample | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 configs/oss.conf.sample (limited to 'configs/oss.conf.sample') 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 -- cgit v1.2.3