Commit | Line | Data |
---|---|---|
b2e905a6 TN |
1 | ; indications.conf |
2 | ; Configuration file for location specific tone indications | |
3 | ; used by the pbx_indications module. | |
4 | ; | |
5 | ; NOTE: | |
6 | ; When adding countries to this file, please keep them in alphabetical | |
7 | ; order according to the 2-character country codes! | |
8 | ; | |
9 | ; The [general] category is for certain global variables. | |
10 | ; All other categories are interpreted as location specific indications | |
11 | ; | |
12 | ; | |
13 | [general] | |
14 | country=fr ; default location | |
15 | ||
16 | ||
17 | ; [example] | |
18 | ; description = string | |
19 | ; The full name of your country, in English. | |
20 | ; alias = iso[,iso]* | |
21 | ; List of other countries 2-letter iso codes, which have the same | |
22 | ; tone indications. | |
23 | ; ringcadence = num[,num]* | |
24 | ; List of durations the physical bell rings. | |
25 | ; dial = tonelist | |
26 | ; Set of tones to be played when one picks up the hook. | |
27 | ; busy = tonelist | |
28 | ; Set of tones played when the receiving end is busy. | |
29 | ; congestion = tonelist | |
30 | ; Set of tones played when there is some congestion (on the network?) | |
31 | ; callwaiting = tonelist | |
32 | ; Set of tones played when there is a call waiting in the background. | |
33 | ; dialrecall = tonelist | |
34 | ; Not well defined; many phone systems play a recall dial tone after hook | |
35 | ; flash. | |
36 | ; record = tonelist | |
37 | ; Set of tones played when call recording is in progress. | |
38 | ; info = tonelist | |
39 | ; Set of tones played with special information messages (e.g., "number is | |
40 | ; out of service") | |
41 | ; 'name' = tonelist | |
42 | ; Every other variable will be available as a shortcut for the "PlayList" command | |
43 | ; but will not be used automatically by Asterisk. | |
44 | ; | |
45 | ; | |
46 | ; The tonelist itself is defined by a comma-separated sequence of elements. | |
47 | ; Each element consist of a frequency (f) with an optional duration (in ms) | |
48 | ; attached to it (f/duration). The frequency component may be a mixture of two | |
49 | ; frequencies (f1+f2) or a frequency modulated by another frequency (f1*f2). | |
50 | ; The implicit modulation depth is fixed at 90%, though. | |
51 | ; If the list element starts with a !, that element is NOT repeated, | |
52 | ; therefore, only if all elements start with !, the tonelist is time-limited, | |
53 | ; all others will repeat indefinitely. | |
54 | ; | |
55 | ; concisely: | |
56 | ; element = [!]freq[+|*freq2][/duration] | |
57 | ; tonelist = element[,element]* | |
58 | ; | |
59 | ; Please note that SPACES ARE NOT ALLOWED in tone lists! | |
60 | ; | |
61 | ||
62 | [at] | |
63 | description = Austria | |
64 | ringcadence = 1000,5000 | |
65 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
66 | dial = 420 | |
67 | busy = 420/400,0/400 | |
68 | ring = 420/1000,0/5000 | |
69 | congestion = 420/200,0/200 | |
70 | callwaiting = 420/40,0/1960 | |
71 | dialrecall = 420 | |
72 | ; RECORDTONE - not specified | |
73 | record = 1400/80,0/14920 | |
74 | info = 950/330,1450/330,1850/330,0/1000 | |
75 | stutter = 380+420 | |
76 | ||
77 | [au] | |
78 | description = Australia | |
79 | ; Reference http://www.acif.org.au/__data/page/3303/S002_2001.pdf | |
80 | ; Normal Ring | |
81 | ringcadence = 400,200,400,2000 | |
82 | ; Distinctive Ring 1 - Forwarded Calls | |
83 | ; 400,400,200,200,400,1400 | |
84 | ; Distinctive Ring 2 - Selective Ring 2 + Operator + Recall | |
85 | ; 400,400,200,2000 | |
86 | ; Distinctive Ring 3 - Multiple Subscriber Number 1 | |
87 | ; 200,200,400,2200 | |
88 | ; Distinctive Ring 4 - Selective Ring 1 + Centrex | |
89 | ; 400,2600 | |
90 | ; Distinctive Ring 5 - Selective Ring 3 | |
91 | ; 400,400,200,400,200,1400 | |
92 | ; Distinctive Ring 6 - Multiple Subscriber Number 2 | |
93 | ; 200,400,200,200,400,1600 | |
94 | ; Distinctive Ring 7 - Multiple Subscriber Number 3 + Data Privacy | |
95 | ; 200,400,200,400,200,1600 | |
96 | ; Tones | |
97 | dial = 413+438 | |
98 | busy = 425/375,0/375 | |
99 | ring = 413+438/400,0/200,413+438/400,0/2000 | |
100 | ; XXX Congestion: Should reduce by 10 db every other cadence XXX | |
101 | congestion = 425/375,0/375,420/375,0/375 | |
102 | callwaiting = 425/200,0/200,425/200,0/4400 | |
103 | dialrecall = 413+438 | |
104 | ; Record tone used for Call Intrusion/Recording or Conference | |
105 | record = !425/1000,!0/15000,425/360,0/15000 | |
106 | info = 425/2500,0/500 | |
107 | ; Other Australian Tones | |
108 | ; The STD "pips" indicate the call is not an untimed local call | |
109 | std = !525/100,!0/100,!525/100,!0/100,!525/100,!0/100,!525/100,!0/100,!525/100 | |
110 | ; Facility confirmation tone (eg. Call Forward Activated) | |
111 | facility = 425 | |
112 | ; Message Waiting "stutter" dialtone | |
113 | stutter = 413+438/100,0/40 | |
114 | ; Ringtone for calls to Telstra mobiles | |
115 | ringmobile = 400+450/400,0/200,400+450/400,0/2000 | |
116 | ||
117 | [bg] | |
118 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
119 | description = Bulgaria | |
120 | ringdance = 1000,4000 | |
121 | ; | |
122 | dial = 425 | |
123 | busy = 425/500,0/500 | |
124 | ring = 425/1000,0/4000 | |
125 | congestion = 425/250,0/250 | |
126 | callwaiting = 425/150,0/150,425/150,0/4000 | |
127 | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 | |
128 | record = 1400/425,0/15000 | |
129 | info = 950/330,1400/330,1800/330,0/1000 | |
130 | stutter = 425/1500,0/100 | |
131 | ||
132 | [br] | |
133 | description = Brazil | |
134 | ringcadence = 1000,4000 | |
135 | dial = 425 | |
136 | busy = 425/250,0/250 | |
137 | ring = 425/1000,0/4000 | |
138 | congestion = 425/250,0/250,425/750,0/250 | |
139 | callwaiting = 425/50,0/1000 | |
140 | ; Dialrecall not used in Brazil standard (using UK standard) | |
141 | dialrecall = 350+440 | |
142 | ; Record tone is not used in Brazil, use busy tone | |
143 | record = 425/250,0/250 | |
144 | ; Info not used in Brazil standard (using UK standard) | |
145 | info = 950/330,1400/330,1800/330 | |
146 | stutter = 350+440 | |
147 | ||
148 | [be] | |
149 | description = Belgium | |
150 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
151 | ringcadence = 1000,3000 | |
152 | dial = 425 | |
153 | busy = 425/500,0/500 | |
154 | ring = 425/1000,0/3000 | |
155 | congestion = 425/167,0/167 | |
156 | callwaiting = 1400/175,0/175,1400/175,0/3500 | |
157 | ; DIALRECALL - not specified | |
158 | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" | |
159 | ; RECORDTONE - not specified | |
160 | record = 1400/500,0/15000 | |
161 | info = 900/330,1400/330,1800/330,0/1000 | |
162 | stutter = 425/1000,0/250 | |
163 | ||
164 | [ch] | |
165 | description = Switzerland | |
166 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
167 | ringcadence = 1000,4000 | |
168 | dial = 425 | |
169 | busy = 425/500,0/500 | |
170 | ring = 425/1000,0/4000 | |
171 | congestion = 425/200,0/200 | |
172 | callwaiting = 425/200,0/200,425/200,0/4000 | |
173 | ; DIALRECALL - not specified | |
174 | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 | |
175 | ; RECORDTONE - not specified | |
176 | record = 1400/80,0/15000 | |
177 | info = 950/330,1400/330,1800/330,0/1000 | |
178 | stutter = 425+340/1100,0/1100 | |
179 | ||
180 | [cl] | |
181 | description = Chile | |
182 | ; According to specs from Telefonica CTC Chile | |
183 | ringcadence = 1000,3000 | |
184 | dial = 400 | |
185 | busy = 400/500,0/500 | |
186 | ring = 400/1000,0/3000 | |
187 | congestion = 400/200,0/200 | |
188 | callwaiting = 400/250,0/8750 | |
189 | dialrecall = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400 | |
190 | record = 1400/500,0/15000 | |
191 | info = 950/333,1400/333,1800/333,0/1000 | |
192 | stutter = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400 | |
193 | ||
194 | [cn] | |
195 | description = China | |
196 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
197 | ringcadence = 1000,4000 | |
198 | dial = 450 | |
199 | busy = 450/350,0/350 | |
200 | ring = 450/1000,0/4000 | |
201 | congestion = 450/700,0/700 | |
202 | callwaiting = 450/400,0/4000 | |
203 | dialrecall = 450 | |
204 | record = 950/400,0/10000 | |
205 | info = 450/100,0/100,450/100,0/100,450/100,0/100,450/400,0/400 | |
206 | ; STUTTER - not specified | |
207 | stutter = 450+425 | |
208 | ||
209 | [cz] | |
210 | description = Czech Republic | |
211 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
212 | ringcadence = 1000,4000 | |
213 | dial = 425/330,0/330,425/660,0/660 | |
214 | busy = 425/330,0/330 | |
215 | ring = 425/1000,0/4000 | |
216 | congestion = 425/165,0/165 | |
217 | callwaiting = 425/330,0/9000 | |
218 | ; DIALRECALL - not specified | |
219 | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425/330,0/330,425/660,0/660 | |
220 | ; RECORDTONE - not specified | |
221 | record = 1400/500,0/14000 | |
222 | info = 950/330,0/30,1400/330,0/30,1800/330,0/1000 | |
223 | ; STUTTER - not specified | |
224 | stutter = 425/450,0/50 | |
225 | ||
226 | [de] | |
227 | description = Germany | |
228 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
229 | ringcadence = 1000,4000 | |
230 | dial = 425 | |
231 | busy = 425/480,0/480 | |
232 | ring = 425/1000,0/4000 | |
233 | congestion = 425/240,0/240 | |
234 | callwaiting = !425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,0 | |
235 | ; DIALRECALL - not specified | |
236 | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 | |
237 | ; RECORDTONE - not specified | |
238 | record = 1400/80,0/15000 | |
239 | info = 950/330,1400/330,1800/330,0/1000 | |
240 | stutter = 425+400 | |
241 | ||
242 | [dk] | |
243 | description = Denmark | |
244 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
245 | ringcadence = 1000,4000 | |
246 | dial = 425 | |
247 | busy = 425/500,0/500 | |
248 | ring = 425/1000,0/4000 | |
249 | congestion = 425/200,0/200 | |
250 | callwaiting = !425/200,!0/600,!425/200,!0/3000,!425/200,!0/200,!425/200,0 | |
251 | ; DIALRECALL - not specified | |
252 | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 | |
253 | ; RECORDTONE - not specified | |
254 | record = 1400/80,0/15000 | |
255 | info = 950/330,1400/330,1800/330,0/1000 | |
256 | ; STUTTER - not specified | |
257 | stutter = 425/450,0/50 | |
258 | ||
259 | [ee] | |
260 | description = Estonia | |
261 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
262 | ringcadence = 1000,4000 | |
263 | dial = 425 | |
264 | busy = 425/300,0/300 | |
265 | ring = 425/1000,0/4000 | |
266 | congestion = 425/200,0/200 | |
267 | ; CALLWAIT not in accordance to ITU | |
268 | callwaiting = 950/650,0/325,950/325,0/30,1400/1300,0/2600 | |
269 | ; DIALRECALL - not specified | |
270 | dialrecall = 425/650,0/25 | |
271 | ; RECORDTONE - not specified | |
272 | record = 1400/500,0/15000 | |
273 | ; INFO not in accordance to ITU | |
274 | info = 950/650,0/325,950/325,0/30,1400/1300,0/2600 | |
275 | ; STUTTER not specified | |
276 | stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 | |
277 | ||
278 | [es] | |
279 | description = Spain | |
280 | ringcadence = 1500,3000 | |
281 | dial = 425 | |
282 | busy = 425/200,0/200 | |
283 | ring = 425/1500,0/3000 | |
284 | congestion = 425/200,0/200,425/200,0/200,425/200,0/600 | |
285 | callwaiting = 425/175,0/175,425/175,0/3500 | |
286 | dialrecall = !425/200,!0/200,!425/200,!0/200,!425/200,!0/200,425 | |
287 | record = 1400/500,0/15000 | |
288 | info = 950/330,0/1000 | |
289 | dialout = 500 | |
290 | ||
291 | ||
292 | [fi] | |
293 | description = Finland | |
294 | ringcadence = 1000,4000 | |
295 | dial = 425 | |
296 | busy = 425/300,0/300 | |
297 | ring = 425/1000,0/4000 | |
298 | congestion = 425/200,0/200 | |
299 | callwaiting = 425/150,0/150,425/150,0/8000 | |
300 | dialrecall = 425/650,0/25 | |
301 | record = 1400/500,0/15000 | |
302 | info = 950/650,0/325,950/325,0/30,1400/1300,0/2600 | |
303 | stutter = 425/650,0/25 | |
304 | ||
305 | [fr] | |
306 | description = France | |
307 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
308 | ringcadence = 1500,3500 | |
309 | ; Dialtone can also be 440+330 | |
310 | dial = 440 | |
311 | busy = 440/500,0/500 | |
312 | ring = 440/1500,0/3500 | |
313 | ; CONGESTION - not specified | |
314 | congestion = 440/250,0/250 | |
315 | callwait = 440/300,0/10000 | |
316 | ; DIALRECALL - not specified | |
317 | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 | |
318 | ; RECORDTONE - not specified | |
319 | record = 1400/500,0/15000 | |
320 | info = !950/330,!1400/330,!1800/330 | |
321 | stutter = !440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,440 | |
322 | ||
323 | [gr] | |
324 | description = Greece | |
325 | ringcadence = 1000,4000 | |
326 | dial = 425/200,0/300,425/700,0/800 | |
327 | busy = 425/300,0/300 | |
328 | ring = 425/1000,0/4000 | |
329 | congestion = 425/200,0/200 | |
330 | callwaiting = 425/150,0/150,425/150,0/8000 | |
331 | dialrecall = 425/650,0/25 | |
332 | record = 1400/400,0/15000 | |
333 | info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0 | |
334 | stutter = 425/650,0/25 | |
335 | ||
336 | [hu] | |
337 | description = Hungary | |
338 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
339 | ringcadence = 1250,3750 | |
340 | dial = 425 | |
341 | busy = 425/300,0/300 | |
342 | ring = 425/1250,0/3750 | |
343 | congestion = 425/300,0/300 | |
344 | callwaiting = 425/40,0/1960 | |
345 | dialrecall = 425+450 | |
346 | ; RECORDTONE - not specified | |
347 | record = 1400/400,0/15000 | |
348 | info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0 | |
349 | stutter = 350+375+400 | |
350 | ||
351 | [il] | |
352 | description = Israel | |
353 | ringcadence = 1000,3000 | |
354 | dial = 414 | |
355 | busy = 414/500,0/500 | |
356 | ring = 414/1000,0/3000 | |
357 | congestion = 414/250,0/250 | |
358 | callwaiting = 414/100,0/100,414/100,0/100,414/600,0/3000 | |
359 | dialrecall = !414/100,!0/100,!414/100,!0/100,!414/100,!0/100,414 | |
360 | record = 1400/500,0/15000 | |
361 | info = 1000/330,1400/330,1800/330,0/1000 | |
362 | stutter = !414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,414 | |
363 | ||
364 | ||
365 | [in] | |
366 | description = India | |
367 | ringcadence = 400,200,400,2000 | |
368 | dial = 400*25 | |
369 | busy = 400/750,0/750 | |
370 | ring = 400*25/400,0/200,400*25/400,0/2000 | |
371 | congestion = 400/250,0/250 | |
372 | callwaiting = 400/200,0/100,400/200,0/7500 | |
373 | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 | |
374 | record = 1400/500,0/15000 | |
375 | info = !950/330,!1400/330,!1800/330,0/1000 | |
376 | stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 | |
377 | ||
378 | [it] | |
379 | description = Italy | |
380 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
381 | ringcadence = 1000,4000 | |
382 | dial = 425/200,0/200,425/600,0/1000 | |
383 | busy = 425/500,0/500 | |
384 | ring = 425/1000,0/4000 | |
385 | congestion = 425/200,0/200 | |
386 | callwaiting = 425/400,0/100,425/250,0/100,425/150,0/14000 | |
387 | dialrecall = 470/400,425/400 | |
388 | record = 1400/400,0/15000 | |
389 | info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0 | |
390 | stutter = 470/400,425/400 | |
391 | ||
392 | [lt] | |
393 | description = Lithuania | |
394 | ringcadence = 1000,4000 | |
395 | dial = 425 | |
396 | busy = 425/350,0/350 | |
397 | ring = 425/1000,0/4000 | |
398 | congestion = 425/200,0/200 | |
399 | callwaiting = 425/150,0/150,425/150,0/4000 | |
400 | ; DIALRECALL - not specified | |
401 | dialrecall = 425/500,0/50 | |
402 | ; RECORDTONE - not specified | |
403 | record = 1400/500,0/15000 | |
404 | info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0 | |
405 | ; STUTTER - not specified | |
406 | stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 | |
407 | ||
408 | [jp] | |
409 | description = Japan | |
410 | ringcadence = 1000,2000 | |
411 | dial = 400 | |
412 | busy = 400/500,0/500 | |
413 | ring = 400+15/1000,0/2000 | |
414 | congestion = 400/500,0/500 | |
415 | callwaiting = 400+16/500,0/8000 | |
416 | dialrecall = !400/200,!0/200,!400/200,!0/200,!400/200,!0/200,400 | |
417 | record = 1400/500,0/15000 | |
418 | info = !950/330,!1400/330,!1800/330,0 | |
419 | stutter = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400 | |
420 | ||
421 | [mx] | |
422 | description = Mexico | |
423 | ringcadence = 2000,4000 | |
424 | dial = 425 | |
425 | busy = 425/250,0/250 | |
426 | ring = 425/1000,0/4000 | |
427 | congestion = 425/250,0/250 | |
428 | callwaiting = 425/200,0/600,425/200,0/10000 | |
429 | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 | |
430 | record = 1400/500,0/15000 | |
431 | info = 950/330,0/30,1400/330,0/30,1800/330,0/1000 | |
432 | stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 | |
433 | ||
434 | [my] | |
435 | description = Malaysia | |
436 | ringcadence = 2000,4000 | |
437 | dial = 425 | |
438 | busy = 425/500,0/500 | |
439 | ring = 425/400,0/200 | |
440 | congestion = 425/500,0/500 | |
441 | ||
442 | [nl] | |
443 | description = Netherlands | |
444 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
445 | ringcadence = 1000,4000 | |
446 | ; Most of these 425's can also be 450's | |
447 | dial = 425 | |
448 | busy = 425/500,0/500 | |
449 | ring = 425/1000,0/4000 | |
450 | congestion = 425/250,0/250 | |
451 | callwaiting = 425/500,0/9500 | |
452 | ; DIALRECALL - not specified | |
453 | dialrecall = 425/500,0/50 | |
454 | ; RECORDTONE - not specified | |
455 | record = 1400/500,0/15000 | |
456 | info = 950/330,1400/330,1800/330,0/1000 | |
457 | stutter = 425/500,0/50 | |
458 | ||
459 | [no] | |
460 | description = Norway | |
461 | ringcadence = 1000,4000 | |
462 | dial = 425 | |
463 | busy = 425/500,0/500 | |
464 | ring = 425/1000,0/4000 | |
465 | congestion = 425/200,0/200 | |
466 | callwaiting = 425/200,0/600,425/200,0/10000 | |
467 | dialrecall = 470/400,425/400 | |
468 | record = 1400/400,0/15000 | |
469 | info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0 | |
470 | stutter = 470/400,425/400 | |
471 | ||
472 | [nz] | |
473 | description = New Zealand | |
474 | ;NOTE - the ITU has different tonesets for NZ, but according to some residents there, | |
475 | ; this is, indeed, the correct way to do it. | |
476 | ringcadence = 400,200,400,2000 | |
477 | dial = 400 | |
478 | busy = 400/250,0/250 | |
479 | ring = 400+450/400,0/200,400+450/400,0/2000 | |
480 | congestion = 400/375,0/375 | |
481 | callwaiting = !400/200,!0/3000,!400/200,!0/3000,!400/200,!0/3000,!400/200 | |
482 | dialrecall = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,400 | |
483 | record = 1400/425,0/15000 | |
484 | info = 400/750,0/100,400/750,0/100,400/750,0/100,400/750,0/400 | |
485 | stutter = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,!400/100!0/100,!400/100,!0/100,!400/100,!0/100,400 | |
486 | unobtainable = 400/75,0/100,400/75,0/100,400/75,0/100,400/75,0/400 | |
487 | ||
488 | [ph] | |
489 | ||
490 | ; reference http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
491 | ||
492 | description = Philippines | |
493 | ringcadence = 1000,4000 | |
494 | dial = 425 | |
495 | busy = 480+620/500,0/500 | |
496 | ring = 425+480/1000,0/4000 | |
497 | congestion = 480+620/250,0/250 | |
498 | callwaiting = 440/300,0/10000 | |
499 | ; DIALRECALL - not specified | |
500 | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 | |
501 | ; RECORDTONE - not specified | |
502 | record = 1400/500,0/15000 | |
503 | ; INFO - not specified | |
504 | info = !950/330,!1400/330,!1800/330,0 | |
505 | ; STUTTER - not specified | |
506 | stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 | |
507 | ||
508 | ||
509 | [pl] | |
510 | description = Poland | |
511 | ringcadence = 1000,4000 | |
512 | dial = 425 | |
513 | busy = 425/500,0/500 | |
514 | ring = 425/1000,0/4000 | |
515 | congestion = 425/500,0/500 | |
516 | callwaiting = 425/150,0/150,425/150,0/4000 | |
517 | ; DIALRECALL - not specified | |
518 | dialrecall = 425/500,0/50 | |
519 | ; RECORDTONE - not specified | |
520 | record = 1400/500,0/15000 | |
521 | ; 950/1400/1800 3x0.33 on 1.0 off repeated 3 times | |
522 | info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000 | |
523 | ; STUTTER - not specified | |
524 | stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 | |
525 | ||
526 | [pt] | |
527 | description = Portugal | |
528 | ringcadence = 1000,5000 | |
529 | dial = 425 | |
530 | busy = 425/500,0/500 | |
531 | ring = 425/1000,0/5000 | |
532 | congestion = 425/200,0/200 | |
533 | callwaiting = 440/300,0/10000 | |
534 | dialrecall = 425/1000,0/200 | |
535 | record = 1400/500,0/15000 | |
536 | info = 950/330,1400/330,1800/330,0/1000 | |
537 | stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 | |
538 | ||
539 | [ru] | |
540 | ; References: | |
541 | ; http://www.minsvyaz.ru/site.shtml?id=1806 | |
542 | ; http://www.aboutphone.info/lib/gost/45-223-2001.html | |
543 | description = Russian Federation / ex Soviet Union | |
544 | ringcadence = 1000,4000 | |
545 | dial = 425 | |
546 | busy = 425/350,0/350 | |
547 | ring = 425/1000,0/4000 | |
548 | congestion = 425/175,0/175 | |
549 | callwaiting = 425/200,0/5000 | |
550 | record = 1400/400,0/15000 | |
551 | info = 950/330,1400/330,1800/330,0/1000 | |
552 | dialrecall = 425/400,0/40 | |
553 | stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 | |
554 | ||
555 | [se] | |
556 | description = Sweden | |
557 | ringcadence = 1000,5000 | |
558 | dial = 425 | |
559 | busy = 425/250,0/250 | |
560 | ring = 425/1000,0/5000 | |
561 | congestion = 425/250,0/750 | |
562 | callwaiting = 425/200,0/500,425/200,0/9100 | |
563 | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 | |
564 | record = 1400/500,0/15000 | |
565 | info = !950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,0 | |
566 | stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 | |
567 | ; stutter = 425/320,0/20 ; Real swedish standard, not used for now | |
568 | ||
569 | [sg] | |
570 | description = Singapore | |
571 | ; Singapore | |
572 | ; Reference: http://www.ida.gov.sg/idaweb/doc/download/I397/ida_ts_pstn1_i4r2.pdf | |
573 | ; Frequency specs are: 425 Hz +/- 20Hz; 24 Hz +/- 2Hz; modulation depth 100%; SIT +/- 50Hz | |
574 | ringcadence = 400,200,400,2000 | |
575 | dial = 425 | |
576 | ring = 425*24/400,0/200,425*24/400,0/2000 ; modulation should be 100%, not 90% | |
577 | busy = 425/750,0/750 | |
578 | congestion = 425/250,0/250 | |
579 | callwaiting = 425*24/300,0/200,425*24/300,0/3200 | |
580 | stutter = !425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,425 | |
581 | info = 950/330,1400/330,1800/330,0/1000 ; not currently in use acc. to reference | |
582 | dialrecall = 425*24/500,0/500,425/500,0/2500 ; unspecified in IDA reference, use repeating Holding Tone A,B | |
583 | record = 1400/500,0/15000 ; unspecified in IDA reference, use 0.5s tone every 15s | |
584 | ; additionally defined in reference | |
585 | nutone = 425/2500,0/500 | |
586 | intrusion = 425/250,0/2000 | |
587 | warning = 425/624,0/4376 ; end of period tone, warning | |
588 | acceptance = 425/125,0/125 | |
589 | holdinga = !425*24/500,!0/500 ; followed by holdingb | |
590 | holdingb = !425/500,!0/2500 | |
591 | ||
a20adc95 TN |
592 | [sn] |
593 | description = Senegal | |
594 | ringcadence = 1700,3300 | |
595 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
596 | dial = 440 | |
597 | busy = 440/500,0/500 | |
598 | ring = 440/1700,0/3300 | |
599 | ; CONGESTION - not specified | |
600 | congestion = 440/250,0/250 | |
601 | callwait = 440/300,0/10000 | |
602 | ; DIALRECALL - not specified | |
603 | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 | |
604 | ; RECORDTONE - not specified | |
605 | record = 1400/500,0/15000 | |
606 | info = !950/330,!1400/330,!1800/330 | |
607 | stutter = !440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,440 | |
608 | ||
b2e905a6 TN |
609 | [th] |
610 | description = Thailand | |
611 | ringcadence = 1000,4000 | |
612 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
613 | dial = 400*50 | |
614 | busy = 400/500,0/500 | |
615 | ring = 420/1000,0/5000 | |
616 | congestion = 400/300,0/300 | |
617 | callwaiting = 1000/400,10000/400,1000/400 | |
618 | ; DIALRECALL - not specified - use special dial tone instead. | |
619 | dialrecall = 400*50/400,0/100,400*50/400,0/100 | |
620 | ; RECORDTONE - not specified | |
621 | record = 1400/500,0/15000 | |
622 | ; INFO - specified as an announcement - use special information tones instead | |
623 | info = 950/330,1400/330,1800/330 | |
624 | ; STUTTER - not specified | |
625 | stutter = !400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,400 | |
626 | ||
627 | [uk] | |
628 | description = United Kingdom | |
629 | ringcadence = 400,200,400,2000 | |
630 | ; These are the official tones taken from BT SIN350. The actual tones | |
631 | ; used by BT include some volume differences so sound slightly different | |
632 | ; from Asterisk-generated ones. | |
633 | dial = 350+440 | |
634 | ; Special dial is the intermittent dial tone heard when, for example, | |
635 | ; you have a divert active on the line | |
636 | specialdial = 350+440/750,440/750 | |
637 | ; Busy is also called "Engaged" | |
638 | busy = 400/375,0/375 | |
639 | ; "Congestion" is the Beep-bip engaged tone | |
640 | congestion = 400/400,0/350,400/225,0/525 | |
641 | ; "Special Congestion" is not used by BT very often if at all | |
642 | specialcongestion = 400/200,1004/300 | |
643 | unobtainable = 400 | |
644 | ring = 400+450/400,0/200,400+450/400,0/2000 | |
645 | callwaiting = 400/100,0/4000 | |
646 | ; BT seem to use "Special Call Waiting" rather than just "Call Waiting" tones | |
647 | specialcallwaiting = 400/250,0/250,400/250,0/250,400/250,0/5000 | |
648 | ; "Pips" used by BT on payphones. (Sounds wrong, but this is what BT claim it | |
649 | ; is and I've not used a payphone for years) | |
650 | creditexpired = 400/125,0/125 | |
651 | ; These two are used to confirm/reject service requests on exchanges that | |
652 | ; don't do voice announcements. | |
653 | confirm = 1400 | |
654 | switching = 400/200,0/400,400/2000,0/400 | |
655 | ; This is the three rising tones Doo-dah-dee "Special Information Tone", | |
656 | ; usually followed by the BT woman saying an appropriate message. | |
657 | info = 950/330,0/15,1400/330,0/15,1800/330,0/1000 | |
658 | ; Not listed in SIN350 | |
659 | record = 1400/500,0/60000 | |
660 | stutter = 350+440/750,440/750 | |
661 | ||
662 | [us] | |
663 | description = United States / North America | |
664 | ringcadence = 2000,4000 | |
665 | dial = 350+440 | |
666 | busy = 480+620/500,0/500 | |
667 | ring = 440+480/2000,0/4000 | |
668 | congestion = 480+620/250,0/250 | |
669 | callwaiting = 440/300,0/10000 | |
670 | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 | |
671 | record = 1400/500,0/15000 | |
672 | info = !950/330,!1400/330,!1800/330,0 | |
673 | stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 | |
674 | ||
675 | [us-old] | |
676 | description = United States Circa 1950/ North America | |
677 | ringcadence = 2000,4000 | |
678 | dial = 600*120 | |
679 | busy = 500*100/500,0/500 | |
680 | ring = 420*40/2000,0/4000 | |
681 | congestion = 500*100/250,0/250 | |
682 | callwaiting = 440/300,0/10000 | |
683 | dialrecall = !600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,600*120 | |
684 | record = 1400/500,0/15000 | |
685 | info = !950/330,!1400/330,!1800/330,0 | |
686 | stutter = !600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,600*120 | |
687 | ||
688 | [tw] | |
689 | description = Taiwan | |
690 | ; http://nemesis.lonestar.org/reference/telecom/signaling/dialtone.html | |
691 | ; http://nemesis.lonestar.org/reference/telecom/signaling/busy.html | |
692 | ; http://www.iproducts.com.tw/ee/kylink/06ky-1000a.htm | |
693 | ; http://www.pbx-manufacturer.com/ky120dx.htm | |
694 | ; http://www.nettwerked.net/tones.txt | |
695 | ; http://www.cisco.com/univercd/cc/td/doc/product/tel_pswt/vco_prod/taiw_sup/taiw2.htm | |
696 | ; | |
697 | ; busy tone 480+620Hz 0.5 sec. on ,0.5 sec. off | |
698 | ; reorder tone 480+620Hz 0.25 sec. on,0.25 sec. off | |
699 | ; ringing tone 440+480Hz 1 sec. on ,2 sec. off | |
700 | ; | |
701 | ringcadence = 1000,4000 | |
702 | dial = 350+440 | |
703 | busy = 480+620/500,0/500 | |
704 | ring = 440+480/1000,0/2000 | |
705 | congestion = 480+620/250,0/250 | |
706 | callwaiting = 350+440/250,0/250,350+440/250,0/3250 | |
707 | dialrecall = 300/1500,0/500 | |
708 | record = 1400/500,0/15000 | |
709 | info = !950/330,!1400/330,!1800/330,0 | |
710 | stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 | |
711 | ||
712 | [ve] | |
713 | ; Tone definition source for ve found on | |
714 | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf | |
715 | description = Venezuela / South America | |
716 | ringcadence = 1000,4000 | |
717 | dial = 425 | |
718 | busy = 425/500,0/500 | |
719 | ring = 425/1000,0/4000 | |
720 | congestion = 425/250,0/250 | |
721 | callwaiting = 400+450/300,0/6000 | |
722 | dialrecall = 425 | |
723 | record = 1400/500,0/15000 | |
724 | info = !950/330,!1440/330,!1800/330,0/1000 | |
725 | ||
726 | ||
727 | [za] | |
728 | description = South Africa | |
729 | ; http://www.cisco.com/univercd/cc/td/doc/product/tel_pswt/vco_prod/safr_sup/saf02.htm | |
730 | ; (definitions for other countries can also be found there) | |
731 | ; Note, though, that South Africa uses two switch types in their network -- | |
732 | ; Alcatel switches -- mainly in the Western Cape, and Siemens elsewhere. | |
733 | ; The former use 383+417 in dial, ringback etc. The latter use 400*33 | |
734 | ; I've provided both, uncomment the ones you prefer | |
735 | ringcadence = 400,200,400,2000 | |
736 | ; dial/ring/callwaiting for the Siemens switches: | |
737 | dial = 400*33 | |
738 | ring = 400*33/400,0/200,400*33/400,0/2000 | |
739 | callwaiting = 400*33/250,0/250,400*33/250,0/250,400*33/250,0/250,400*33/250,0/250 | |
740 | ; dial/ring/callwaiting for the Alcatel switches: | |
741 | ; dial = 383+417 | |
742 | ; ring = 383+417/400,0/200,383+417/400,0/2000 | |
743 | ; callwaiting = 383+417/250,0/250,383+417/250,0/250,383+417/250,0/250,383+417/250,0/250 | |
744 | congestion = 400/250,0/250 | |
745 | busy = 400/500,0/500 | |
746 | dialrecall = 350+440 | |
747 | ; XXX Not sure about the RECORDTONE | |
748 | record = 1400/500,0/10000 | |
749 | info = 950/330,1400/330,1800/330,0/330 | |
750 | stutter = !400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,400*33 |