Directory structure restructuralized.
[feed/telephony.git] / net / asterisk-1.8.x / src-lantiq / configs / lantiq.conf.sample
1 ;
2 ; TAPI Telephony Interface
3 ;
4 ; Configuration file
5
6 [interfaces]
7 ;
8 ; Number of FXS ports (default: 2)
9 channels = 2
10 ;
11 ; Set tapi firmware file path
12 ;firmwarefilename = /lib/firmware/danube_firmware.bin
13 ;
14 ; Set tapi bbd file path
15 ;bbdfilename = /lib/firmware/danube_bbd_fxs.bin
16 ;
17 ; Set vmmc device path
18 ;basepath = /dev/vmmc
19 ;
20 [general]
21 ;
22 ; Gain setting for the receive and transmit path.
23 ; The value is given in dB within the range (-24dB to +12dB), in 1 dB steps.
24 ;
25 ;rxgain = 1
26 ;txgain = 1
27 ;
28 ;
29 ;
30 ; Line echo cancller valid types:
31 ;
32 ; off           LEC and echo suppressor turned off.
33 ; nlec          LEC using fixed window; no echo suppressor.
34 ; wlec          LEC using fixed and moving window; no echo suppressor.
35 ; nees          LEC using fixed window and echo suppressor.
36 ; nfees         LEC using fixed and moving window and echo suppressor.
37 ; es            Echo suppressor
38 ;
39 ;echocancel = off
40 ;
41 ; If nlec or wlec is selected than size of the fixed window in narrowband (8 kHz) sampling mode
42 ; can be defined with:
43 ; A value of 0 defaults to: 16 ms if type is nlec or 8 ms if type is wlec:
44 ;
45 ;echocancelfixedwindowsize = 0
46 ;
47 ; If wlec is selected than size of the moving window in narrowband (8 kHz) sampling mode
48 ; can be defined with:
49 ; A value of 0 defaults to 8 ms.
50 ;
51 ;echocancelnfemovingwindowsize = 0
52 ;
53 ; If wlec is selected than size of the moving window in wideband (16 kHz) sampling mode
54 ; can be defined with:
55 ; A value of 0 defaults to 8 ms.
56 ;
57 ;echocancelwidefixedwindowsize = 0
58 ;
59 ; Activate or deactivate line echo cancller NLP (Non Linear Processor) if the LEC is active,
60 ; valid is on or off:
61 ;
62 ;echocancelnlp = off
63 ;
64 ;
65 ;
66 ; Jitter buffer valid types:
67 ;
68 ; fixed         Fixed jitter buffer.
69 ; adaptive      Adaptive jitter buffer.
70 ;
71 ;jitterbuffertype = fixed
72 ;
73 ; Jitter buffer packet adaptation valid types:
74 ;
75 ; voice         Jitter buffer optimized for voice.
76 ; data          Jitter buffer optimized for data.
77 ; datanorep     Jitter buffer optimized for data but without doing packet repetition.
78 ;
79 ;jitterbufferpackettype = voice
80 ;
81 ;       Following jitter buffer values can only be used with jitter buffer adaptive type:
82 ; Turns on or off jitter buffer adaptation:
83 ;
84 ;jitterbufferadaptation = off
85 ;
86 ; Scaling factor multiplied by 16; in adaptive jitter buffer mode, the target average playout delay is
87 ; equal to the estimated jitter multiplied by the scaling factor. The default value for the scaling factor
88 ; is about 1.4 (scaling=22), meaning that the target average playout delay is equal to the estimated
89 ; jitter. If less packets should be dropped because of jitter, the scaling factor has to be increased. An
90 ; increase in the scaling factor will eventually lead to an increased playout delay.
91 ; The supported range is 1 to 16 (16 up to 256).
92 ;
93 ;jitterbufferscalling = 1
94 ;
95 ; Initial size of the jitter buffer in time stamps of 125 us:
96 ;
97 ;jitterbufferinitialsize = 125
98 ;
99 ; Minimum size of the jitter buffer in time stamps of 125 us
100 ;
101 ;jitterbufferminsize = 125
102 ;
103 ; Maximum size of the jitter buffer in time stamps of 125 us
104 ;
105 ;jitterbuffermaxsize = 125
106 ;
107 ;
108 ;
109 ; Caller id valid standards:
110 ;
111 ; telecordia     Bellcore/Telcordia GR-30-CORE; use Bell202 FSK coding of CID information. (default)
112 ; etsifsk        ETSI 300-659-1/2/3 V1.3.1; use V.23 FSK coding to transmit CID information.
113 ; etsidtmf       ETSI 300-659-1/2/3 V1.3.1; use DTMF transmission of CID information.
114 ; sin            SIN 227 Issue 3.4; use V.23 FSK coding of CID information.
115 ; ntt            NTT standard: TELEPHONE SERVICE INTERFACES, edition 5; use a modified V.23 FSK coding of
116 ;                CID information.
117 ; kpndtmf        KPN; use DTMF transmission of CID information.
118 ; kpndtmffsk     KPN; use DTMF and FSK transmission of CID information.
119 ;
120 ;calleridtype = telecordia
121 ;
122 ;
123 ;
124 ; Voice activity detection:
125 ;
126 ; on            Voice activity detection on; in this case also comfort noise and spectral
127 ;               information (nicer noise) is switched on.
128 ; g711          Voice activity detection on with comfort noise generation,
129 ;               but without spectral information.
130 ; cng           Voice activity detection on with comfort noise generation, but without silence compression
131 ; sc            Voice activity detection on with silence compression,
132 ;               but without comfort noise generation.
133 ;
134 ;voiceactivitydetection = on
135 ;
136 ;
137 ;
138 ;