Merge another change from team/russell/events ...
[asterisk-bristuff.git] / configs / console.conf.sample
blobff58605a3810bdcee6a60b7a8b0deb19289b17d6
2 ; Configuration for chan_console, a cross-platform console channel driver.
5 [general]
7 ; Set this option to "yes" to enable automatically answering calls on the
8 ; console.  This is very useful if the console is used as an intercom. 
9 ; The default value is "no".
11 ;autoanswer = no
13 ; Set the default context to use for outgoing calls.  This can be overridden by
14 ; dialing some extension@context, unless the overridecontext option is enabled.
15 ; The default is "default".
17 ;context = default
19 ; Set the default extension to use for outgoing calls.  The default is "s".
21 ;extension = s
23 ; Set the default CallerID for created channels.
24
25 ;callerid = MyName Here <(256) 428-6000>
27 ; Set the default language for created channels.
29 ;language = en
31 ; If you set overridecontext to 'yes', then the whole dial string
32 ; will be interpreted as an extension, which is extremely useful
33 ; to dial SIP, IAX and other extensions which use the '@' character.
34 ; The default is "no".
36 ;overridecontext = no    ; if 'no', the last @ will start the context
37                         ; if 'yes' the whole string is an extension.
40 ; Default Music on Hold class to use when this channel is placed on hold in
41 ; the case that the music class is not set on the channel with
42 ; Set(CHANNEL(musicclass)=whatever) in the dialplan and the peer channel
43 ; putting this one on hold did not suggest a class to use.
45 ;mohinterpret=default
47 ;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
48 ; jbenable = yes              ; Enables the use of a jitterbuffer on the receiving side of an
49                               ; Console channel. Defaults to "no". An enabled jitterbuffer will
50                               ; be used only if the sending side can create and the receiving
51                               ; side can not accept jitter. The Console channel can't accept jitter,
52                               ; thus an enabled jitterbuffer on the receive Console side will always
53                               ; be used if the sending side can create jitter.
55 ; jbmaxsize = 200             ; Max length of the jitterbuffer in milliseconds.
57 ; jbresyncthreshold = 1000    ; Jump in the frame timestamps over which the jitterbuffer is
58                               ; resynchronized. Useful to improve the quality of the voice, with
59                               ; big jumps in/broken timestamps, usually sent from exotic devices
60                               ; and programs. Defaults to 1000.
62 ; jbimpl = fixed              ; Jitterbuffer implementation, used on the receiving side of a Console
63                               ; channel. Two implementations are currently available - "fixed"
64                               ; (with size always equals to jbmax-size) and "adaptive" (with
65                               ; variable size, actually the new jb of IAX2). Defaults to fixed.
67 ; jblog = no                  ; Enables jitterbuffer frame logging. Defaults to "no".
68 ;-----------------------------------------------------------------------------------
72 ; Any configuration context defined beyond the [general] section configures
73 ; specific devices for use.
76 [default]
77 input_device = default       ; When configuring an input device and output device,
78 output_device = default      ; use the name that you see when you run the "console
79                              ; list available" CLI command.  If you say "default", the
80                              ; system default input and output devices will be used.
81 autoanswer = no
82 context = default
83 extension = s
84 callerid = MyName Here <(256) 428-6000>
85 language = en
86 overridecontext = no
87 mohinterpret = default
88 active = yes                 ; This option should only be set for one console.
89                              ; It means that it is the active console to be
90                              ; used from the Asterisk CLI.