1 | ; |
---|
2 | ; Static indications configuration files, used by |
---|
3 | ; the pbx_indications module. |
---|
4 | ; |
---|
5 | ; The "general" category is for certain variables. All other categories |
---|
6 | ; are interpreted as indication countries |
---|
7 | ; |
---|
8 | ; Please note that there are NOT spaces allowed in lists! |
---|
9 | ; |
---|
10 | [general] |
---|
11 | country=nl |
---|
12 | |
---|
13 | ; [example] |
---|
14 | ; description = string |
---|
15 | ; The full name of your country, in English |
---|
16 | ; alias = iso[,iso]* |
---|
17 | ; List of other countries 2-letter iso codes, which have the same |
---|
18 | ; tone indications. |
---|
19 | ; ringcadance = num[,num]* |
---|
20 | ; List of durations the physical bell rings. |
---|
21 | ; dial = tonelist |
---|
22 | ; Set of tones to be played when one picks up the hook. |
---|
23 | ; busy = tonelist |
---|
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 ??? |
---|
31 | ; record = tonelist |
---|
32 | ; Set of tones played whenver we feel like it ??? |
---|
33 | ; info = tonelist |
---|
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. |
---|
37 | ; |
---|
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. |
---|
44 | ; |
---|
45 | ; In tech-talk: |
---|
46 | ; tonelist = element[,element]* |
---|
47 | ; element = [!]freq[+freq2][/duration] |
---|
48 | |
---|
49 | [us] |
---|
50 | description = United States / North America |
---|
51 | ringcadance = 2000,4000 |
---|
52 | dial = 350+440 |
---|
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 |
---|
60 | |
---|
61 | [au] |
---|
62 | description = Australia |
---|
63 | ringcadance = 400,200,400,2000 |
---|
64 | dial = 425*25 |
---|
65 | busy = 400/375,0/375 |
---|
66 | ring = 425*25/400,0/200,425*25/400,0/2000 |
---|
67 | ; XXX Congestion: Should reduce by 10 db every other cadence XXX |
---|
68 | congestion = 400/375,0/375 |
---|
69 | callwaiting = 425/100,0/100,525/100,0/4700 |
---|
70 | dialrecall = !425*25/100!0/100,!425*25/100,!0/100,!425*25/100,!0/100,425*25 |
---|
71 | record = 1400/425,0/14525 |
---|
72 | info = 400/2500,0/500 |
---|
73 | |
---|
74 | [fr] |
---|
75 | description = France |
---|
76 | ringcadance = 1500,3500 |
---|
77 | ; Dialtone can also be 440+330 |
---|
78 | dial = 440 |
---|
79 | busy = 440/500,0/500 |
---|
80 | ring = 440/1500,0/3500 |
---|
81 | ; XXX I'm making up the congestion tone XXX |
---|
82 | congestion = 440/250,0/250 |
---|
83 | ; XXX I'm making up the call wait tone too XXX |
---|
84 | callwait = 440/300,0/10000 |
---|
85 | ; XXX I'm making up dial recall XXX |
---|
86 | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 |
---|
87 | ; XXX I'm making up the record tone XXX |
---|
88 | record = 1400/500,0/15000 |
---|
89 | info = !950/330,!1400/330,!1800/330 |
---|
90 | |
---|
91 | [nl] |
---|
92 | alias = de |
---|
93 | description = Netherlands |
---|
94 | ringcadance = 1000,4000 |
---|
95 | ; Most of these 425's can also be 450's |
---|
96 | dial = 425 |
---|
97 | busy = 425/500,0/500 |
---|
98 | ring = 425/1000,0/4000 |
---|
99 | congestion = 425/250,0/250 |
---|
100 | ; XXX I'm making up the call wait tone XXX |
---|
101 | callwaiting = 440/300,0/10000 |
---|
102 | ; XXX Assuming this is "Special Dial Tone" XXX |
---|
103 | dialrecall = 425/500,0/50 |
---|
104 | ; XXX I'm making up the record tone XXX |
---|
105 | record = 1400/500,0/15000 |
---|
106 | info = 950/330,1400/330,1800/330,0/1000 |
---|
107 | |
---|
108 | [uk] |
---|
109 | description = United Kingdom |
---|
110 | ringcadance = 400,200,400,2000 |
---|
111 | dial = 350+440 |
---|
112 | busy = 400/375,0/375 |
---|
113 | ring = 400+450/400,0/200,400+450/400,0/2000 |
---|
114 | congestion = 400/400,0/350,400/225,0/525 |
---|
115 | callwaiting = 440/100,0/4000 |
---|
116 | dialrecall = 350+440 |
---|
117 | ; XXX Not sure about the RECORDTONE |
---|
118 | record = 1400/500,0/10000 |
---|
119 | info = 950/330,1400/330,1800/330 |
---|
120 | |
---|
121 | [fi] |
---|
122 | description = Finland |
---|
123 | ringcadance = 1000,4000 |
---|
124 | dial = 425 |
---|
125 | busy = 425/300,0/300 |
---|
126 | ring = 425/1000,0/4000 |
---|
127 | congestion = 425/200,0/200 |
---|
128 | callwaiting = 425/150,0/150,425/150,0/8000 |
---|
129 | dialrecall = 425/650,0/25 |
---|
130 | record = 1400/500,0/15000 |
---|
131 | info = 950/650,0/325,950/325,0/30,1400/1300,0/2600 |
---|
132 | |
---|
133 | [no] |
---|
134 | description = Norway |
---|
135 | ringcadence = 1000,4000 |
---|
136 | dial = 425 |
---|
137 | busy = 425/500,0/500 |
---|
138 | ring = 425/1000,0/4000 |
---|
139 | congestion = 425/200,0/200 |
---|
140 | callwaiting = 425/200,0/600,425/200,0/10000 |
---|
141 | dialrecall = 470/400,425/400 |
---|
142 | record = 1400/400,0/15000 |
---|
143 | 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 |
---|
144 | |
---|
145 | [br] |
---|
146 | description = Brazil |
---|
147 | ringcadance = 1000,4000 |
---|
148 | dial = 425 |
---|
149 | busy = 425/250,0/250 |
---|
150 | ring = 425/1000,0/4000 |
---|
151 | congestion = 425/250,0/250,425/750,0/250 |
---|
152 | callwaiting = 425/50,0/1000 |
---|
153 | ; Dialrecall not used in Brazil standard (using UK standard) |
---|
154 | dialrecall = 350+440 |
---|
155 | ; Record tone is not used in Brazil, use busy tone |
---|
156 | record = 425/250,0/250 |
---|
157 | ; Info not used in Brazil standard (using UK standard) |
---|
158 | info = 950/330,1400/330,1800/330 |
---|
159 | |
---|
160 | ; Steve Davies |
---|
161 | ; Tone definition source for za was |
---|
162 | ; http://www.cisco.com/univercd/cc/td/doc/product/tel_pswt/vco_prod/safr_sup/saf02.htm |
---|
163 | ; (definitions for other countries can also be found there) |
---|
164 | ; Note, though, that South Africa uses two switch types in their network - Alcatel |
---|
165 | ; switches - mainly in the Western Cape, and Siemens elsewhere. |
---|
166 | ; The former use 383+417 in dial, ringback etc. The latter use 400*33 |
---|
167 | ; I've provided both, uncomment the ones you prefer |
---|
168 | [za] |
---|
169 | description = South Africa |
---|
170 | ringcadance = 400,200,400,2000 |
---|
171 | ; dial/ring/callwaiting for the Siemens switches: |
---|
172 | dial = 400*33 |
---|
173 | ring = 400*33/400,0/200,400*33/400,0/2000 |
---|
174 | callwaiting = 400*33/250,0/250,400*33/250,0/250,400*33/250,0/250,400*33/250,0/250 |
---|
175 | ; dial/ring/callwaiting for the Alcatel switches: |
---|
176 | ; dial = 383+417 |
---|
177 | ; ring = 383+417/400,0/200,383+417/400,0/2000 |
---|
178 | ; callwaiting = 383+417/250,0/250,383+417/250,0/250,383+417/250,0/250,383+417/250,0/250 |
---|
179 | congestion = 400/250,0/250 |
---|
180 | busy = 400/500,0/500 |
---|
181 | dialrecall = 350+440 |
---|
182 | ; XXX Not sure about the RECORDTONE |
---|
183 | record = 1400/500,0/10000 |
---|
184 | info = 950/330,1400/330,1800/330,0/330 |
---|
185 | |
---|
186 | [it] |
---|
187 | description = Italy |
---|
188 | ringcadence = 1000,4000 |
---|
189 | dial = 425/600,0/1000,425/200,0/200 |
---|
190 | busy = 425/500,0/500 |
---|
191 | ring = 425/1000,0/4000 |
---|
192 | congestion = 425/200,0/200 |
---|
193 | callwaiting = 425/200,0/600,425/200,0/10000 |
---|
194 | dialrecall = 470/400,425/400 |
---|
195 | record = 1400/400,0/15000 |
---|
196 | 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 |
---|