From: Mark Spencer Date: Tue, 19 Feb 2002 16:56:30 +0000 (+0000) Subject: Version 0.1.11 from FTP X-Git-Tag: 0.1.11~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=493945c2247ae746ca4dafd0cd3a1a171027cfca;p=thirdparty%2Fasterisk.git Version 0.1.11 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@415 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/alsa.conf.sample b/configs/alsa.conf.sample new file mode 100755 index 0000000000..98819250b9 --- /dev/null +++ b/configs/alsa.conf.sample @@ -0,0 +1,31 @@ +; +; 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 +; +; Default language +; +;language=en +; +; 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 +; +; To set which ALSA device to use, change this parameter +;input_device=hw:0,0 +;output_device=default