Let's also include aclocal.m4
[asterisk-bristuff.git] / configs / alsa.conf.sample
blobf550306185ef3f9a30a030ec2a2598b649343159
2 ; Open Sound System Console Driver Configuration File
4 [general]
6 ; Automatically answer incoming calls on the console?  Choose yes if
7 ; for example you want to use this as an intercom.
9 autoanswer=yes
11 ; Default context (is overridden with @context syntax)
13 context=local
15 ; Default extension to call
17 extension=s
19 ; Default language
21 ;language=en
23 ; Default Music on Hold class to use when this channel is placed on hold in
24 ; the case that the music class is not set on the channel with
25 ; Set(CHANNEL(musicclass)=whatever) in the dialplan and the peer channel
26 ; putting this one on hold did not suggest a class to use.
28 ;mohinterpret=default
30 ; Silence suppression can be enabled when sound is over a certain threshold.
31 ; The value for the threshold should probably be between 500 and 2000 or so,
32 ; but your mileage may vary.  Use the echo test to evaluate the best setting.
33 ;silencesuppression = yes
34 ;silencethreshold = 1000
36 ; To set which ALSA device to use, change this parameter
37 ;input_device=hw:0,0
38 ;output_device=hw:0,0
40 ;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
41 ; jbenable = yes              ; Enables the use of a jitterbuffer on the receiving side of an
42                               ; ALSA channel. Defaults to "no". An enabled jitterbuffer will
43                               ; be used only if the sending side can create and the receiving
44                               ; side can not accept jitter. The ALSA channel can't accept jitter,
45                               ; thus an enabled jitterbuffer on the receive ALSA side will always
46                               ; be used if the sending side can create jitter.
48 ; jbmaxsize = 200             ; Max length of the jitterbuffer in milliseconds.
50 ; jbresyncthreshold = 1000    ; Jump in the frame timestamps over which the jitterbuffer is
51                               ; resynchronized. Useful to improve the quality of the voice, with
52                               ; big jumps in/broken timestamps, usually sent from exotic devices
53                               ; and programs. Defaults to 1000.
55 ; jbimpl = fixed              ; Jitterbuffer implementation, used on the receiving side of a SIP
56                               ; channel. Two implementations are currently available - "fixed"
57                               ; (with size always equals to jbmax-size) and "adaptive" (with
58                               ; variable size, actually the new jb of IAX2). Defaults to fixed.
60 ; jblog = no                  ; Enables jitterbuffer frame logging. Defaults to "no".
61 ;-----------------------------------------------------------------------------------