Version 0.1.9 from FTP
[asterisk/asterisk.git] / configs / oss.conf.sample
1 ;
2 ; Open Sound System Console Driver Configuration File
3 ;
4 [general]
5 ;
6 ; Automatically answer incoming calls on the console?  Choose yes if
7 ; for example you want to use this as an intercom.
8 ;
9 autoanswer=yes
10 ;
11 ; Default context (is overridden with @context syntax)
12 ;
13 ;context=local
14 ;
15 ; Default extension to call
16 ;
17 extension=s
18 ;
19 ; Default language
20 ;
21 ;language=en
22 ;
23 ; Silence supression can be enabled when sound is over a certain threshold.
24 ; The value for the threshold should probably be between 500 and 2000 or so,
25 ; but your mileage may vary.  Use the echo test to evaluate the best setting.
26 ;silencesuppression = yes
27 ;silencethreshold = 1000