2 ; Static indications configuration files, used by
3 ; the pbx_indications module.
5 ; The "general" category is for certain variables. All other categories
6 ; are interpreted as indication countries
8 ; Please note that there are NOT spaces allowed in lists!
14 ; description = string
15 ; The full name of your country, in English
17 ; List of other countries 2-letter iso codes, which have the same
19 ; ringcadance = num[,num]*
20 ; List of durations the physical bell rings.
22 ; Set of tones to be played when one picks up the hook.
24 ; Set of tones played when the receiving end is busy.
25 ; congestion = tonelist
26 ; Set of tones played when the is some congestion (on the network?)
27 ; callwaiting = tonelist
28 ; Set of tones played when there is a callwaiting in the background.
29 ; dialrecall = tonelist
30 ; Set of tones played when there is somebody ???
32 ; Set of tones played whenver we feel like it ???
34 ; Set of tones played when information is to be tranfered?
35 ; every other variable will be available as a shortcut for the "PlayList" command
36 ; but will not automaticly be used by Asterisk.
38 ; The tonelist itself is defined by a sequence of elements, seperated by ,'s.
39 ; Each element consist of a frequency (f) with a possible frequency attached
40 ; (f1+f2) to it. Behind the frequency there is an optional duration, in
41 ; milliseconds. If the element starts with a !, that element is NOT repeat,
42 ; so only if all elements start with !, the tonelist is time-limited, all
43 ; others will repeat indefinitly.
46 ; tonelist = element[,element]*
47 ; element = [!]freq[+freq2][/duration]
50 description = United States / North America
51 ringcadance = 2000,4000
53 busy = 480+620/500,0/500
54 ring = 440+480/2000,0/4000
55 congestion = 480+620/250,0/250
56 callwaiting = 440/300,0/10000
57 dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
58 record = 1400/500,0/15000
59 info = !950/330,!1400/330,!1800/330,0
62 description = Australia
63 ringcadance = 400,200,400,2000
64 ; XXX Dialtone: Should be modulated, not added XXX
67 ring = 400+17/400,0/200,400+17/400,0/2000
68 ; XXX Congestion: Should reduce by 10 db every other cadence XXX
69 congestion = 400/375,0/375
70 callwaiting = 425/100,0/100,525/100,0/4700
71 dialrecall = !425+25/100!0/100,!425+25/100,!0/100,!425+25/100,!0/100,425+25
72 record = 1400/425,0/14525
77 ringcadance = 1500,3500
78 ; Dialtone can also be 440+330
81 ring = 440/1500,0/3500
82 ; XXX I'm making up the congestion tone XXX
83 congestion = 440/250,0/250
84 ; XXX I'm making up the call wait tone too XXX
85 callwait = 440/300,0/10000
86 ; XXX I'm making up dial recall XXX
87 dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
88 ; XXX I'm making up the record tone XXX
89 record = 1400/500,0/15000
90 info = !950/330,!1400/330,!1800/330
94 description = Netherlands
95 ringcadance = 1000,4000
96 ; Most of these 425's can also be 450's
99 ring = 425/1000,0/4000
100 congestion = 425/250,0/250
101 ; XXX I'm making up the call wait tone XXX
102 callwaiting = 440/300,0/10000
103 ; XXX Assuming this is "Special Dial Tone" XXX
104 dialrecall = 425/500,0/50
105 ; XXX I'm making up the record tone XXX
106 record = 1400/500,0/15000
107 info = 950/330,1400/330,1800/330,0/1000
110 description = United Kingdom
111 ringcadance = 400,200,400,2000
114 ring = 400+450/400,0/200,400+450/400,0/2000
115 congestion = 400/400,0/350,400/225,0/525
116 callwaiting = 440/100,0/4000
118 ; XXX Not sure about the RECORDTONE
119 record = 1400/500,0/10000
120 info = 950/330,1400/330,1800/330