| 14 | | country=us ; 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 | | dial = 425 |
|---|
| 122 | | busy = 425/500,0/500 |
|---|
| 123 | | ring = 425/1000,0/4000 |
|---|
| 124 | | congestion = 425/250,0/250 |
|---|
| 125 | | callwaiting = 425/150,0/150,425/150,0/4000 |
|---|
| 126 | | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 |
|---|
| 127 | | record = 1400/425,0/15000 |
|---|
| 128 | | info = 950/330,1400/330,1800/330,0/1000 |
|---|
| 129 | | stutter = 425/1500,0/100 |
|---|
| 130 | | |
|---|
| 131 | | [br] |
|---|
| 132 | | description = Brazil |
|---|
| 133 | | ringcadence = 1000,4000 |
|---|
| 134 | | dial = 425 |
|---|
| 135 | | busy = 425/250,0/250 |
|---|
| 136 | | ring = 425/1000,0/4000 |
|---|
| 137 | | congestion = 425/250,0/250,425/750,0/250 |
|---|
| 138 | | callwaiting = 425/50,0/1000 |
|---|
| 139 | | ; Dialrecall not used in Brazil standard (using UK standard) |
|---|
| 140 | | dialrecall = 350+440 |
|---|
| 141 | | ; Record tone is not used in Brazil, use busy tone |
|---|
| 142 | | record = 425/250,0/250 |
|---|
| 143 | | ; Info not used in Brazil standard (using UK standard) |
|---|
| 144 | | info = 950/330,1400/330,1800/330 |
|---|
| 145 | | stutter = 350+440 |
|---|
| 146 | | |
|---|
| 147 | | [be] |
|---|
| 148 | | description = Belgium |
|---|
| 149 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 150 | | ringcadence = 1000,3000 |
|---|
| 151 | | dial = 425 |
|---|
| 152 | | busy = 425/500,0/500 |
|---|
| 153 | | ring = 425/1000,0/3000 |
|---|
| 154 | | congestion = 425/167,0/167 |
|---|
| 155 | | callwaiting = 1400/175,0/175,1400/175,0/3500 |
|---|
| 156 | | ; DIALRECALL - not specified |
|---|
| 157 | | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" |
|---|
| 158 | | ; RECORDTONE - not specified |
|---|
| 159 | | record = 1400/500,0/15000 |
|---|
| 160 | | info = 900/330,1400/330,1800/330,0/1000 |
|---|
| 161 | | stutter = 425/1000,0/250 |
|---|
| 162 | | |
|---|
| 163 | | [ch] |
|---|
| 164 | | description = Switzerland |
|---|
| 165 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 166 | | ringcadence = 1000,4000 |
|---|
| 167 | | dial = 425 |
|---|
| 168 | | busy = 425/500,0/500 |
|---|
| 169 | | ring = 425/1000,0/4000 |
|---|
| 170 | | congestion = 425/200,0/200 |
|---|
| 171 | | callwaiting = 425/200,0/200,425/200,0/4000 |
|---|
| 172 | | ; DIALRECALL - not specified |
|---|
| 173 | | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 |
|---|
| 174 | | ; RECORDTONE - not specified |
|---|
| 175 | | record = 1400/80,0/15000 |
|---|
| 176 | | info = 950/330,1400/330,1800/330,0/1000 |
|---|
| 177 | | stutter = 425+340/1100,0/1100 |
|---|
| 178 | | |
|---|
| 179 | | [cl] |
|---|
| 180 | | description = Chile |
|---|
| 181 | | ; According to specs from Telefonica CTC Chile |
|---|
| 182 | | ringcadence = 1000,3000 |
|---|
| 183 | | dial = 400 |
|---|
| 184 | | busy = 400/500,0/500 |
|---|
| 185 | | ring = 400/1000,0/3000 |
|---|
| 186 | | congestion = 400/200,0/200 |
|---|
| 187 | | callwaiting = 400/250,0/8750 |
|---|
| 188 | | dialrecall = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400 |
|---|
| 189 | | record = 1400/500,0/15000 |
|---|
| 190 | | info = 950/333,1400/333,1800/333,0/1000 |
|---|
| 191 | | 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 |
|---|
| 192 | | |
|---|
| 193 | | [cn] |
|---|
| 194 | | description = China |
|---|
| 195 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 196 | | ringcadence = 1000,4000 |
|---|
| 197 | | dial = 450 |
|---|
| 198 | | busy = 450/350,0/350 |
|---|
| 199 | | ring = 450/1000,0/4000 |
|---|
| 200 | | congestion = 450/700,0/700 |
|---|
| 201 | | callwaiting = 450/400,0/4000 |
|---|
| 202 | | dialrecall = 450 |
|---|
| 203 | | record = 950/400,0/10000 |
|---|
| 204 | | info = 450/100,0/100,450/100,0/100,450/100,0/100,450/400,0/400 |
|---|
| 205 | | ; STUTTER - not specified |
|---|
| 206 | | stutter = 450+425 |
|---|
| 207 | | |
|---|
| 208 | | [cz] |
|---|
| 209 | | description = Czech Republic |
|---|
| 210 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 211 | | ringcadence = 1000,4000 |
|---|
| 212 | | dial = 425/330,0/330,425/660,0/660 |
|---|
| 213 | | busy = 425/330,0/330 |
|---|
| 214 | | ring = 425/1000,0/4000 |
|---|
| 215 | | congestion = 425/165,0/165 |
|---|
| 216 | | callwaiting = 425/330,0/9000 |
|---|
| 217 | | ; DIALRECALL - not specified |
|---|
| 218 | | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425/330,0/330,425/660,0/660 |
|---|
| 219 | | ; RECORDTONE - not specified |
|---|
| 220 | | record = 1400/500,0/14000 |
|---|
| 221 | | info = 950/330,0/30,1400/330,0/30,1800/330,0/1000 |
|---|
| 222 | | ; STUTTER - not specified |
|---|
| 223 | | stutter = 425/450,0/50 |
|---|
| 224 | | |
|---|
| 225 | | [de] |
|---|
| 226 | | description = Germany |
|---|
| 227 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 228 | | ringcadence = 1000,4000 |
|---|
| 229 | | dial = 425 |
|---|
| 230 | | busy = 425/480,0/480 |
|---|
| 231 | | ring = 425/1000,0/4000 |
|---|
| 232 | | congestion = 425/240,0/240 |
|---|
| 233 | | 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 |
|---|
| 234 | | ; DIALRECALL - not specified |
|---|
| 235 | | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 |
|---|
| 236 | | ; RECORDTONE - not specified |
|---|
| 237 | | record = 1400/80,0/15000 |
|---|
| 238 | | info = 950/330,1400/330,1800/330,0/1000 |
|---|
| 239 | | stutter = 425+400 |
|---|
| 240 | | |
|---|
| 241 | | [dk] |
|---|
| 242 | | description = Denmark |
|---|
| 243 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 244 | | ringcadence = 1000,4000 |
|---|
| 245 | | dial = 425 |
|---|
| 246 | | busy = 425/500,0/500 |
|---|
| 247 | | ring = 425/1000,0/4000 |
|---|
| 248 | | congestion = 425/200,0/200 |
|---|
| 249 | | callwaiting = !425/200,!0/600,!425/200,!0/3000,!425/200,!0/200,!425/200,0 |
|---|
| 250 | | ; DIALRECALL - not specified |
|---|
| 251 | | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 |
|---|
| 252 | | ; RECORDTONE - not specified |
|---|
| 253 | | record = 1400/80,0/15000 |
|---|
| 254 | | info = 950/330,1400/330,1800/330,0/1000 |
|---|
| 255 | | ; STUTTER - not specified |
|---|
| 256 | | stutter = 425/450,0/50 |
|---|
| 257 | | |
|---|
| 258 | | [ee] |
|---|
| 259 | | description = Estonia |
|---|
| 260 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 261 | | ringcadence = 1000,4000 |
|---|
| 262 | | dial = 425 |
|---|
| 263 | | busy = 425/300,0/300 |
|---|
| 264 | | ring = 425/1000,0/4000 |
|---|
| 265 | | congestion = 425/200,0/200 |
|---|
| 266 | | ; CALLWAIT not in accordance to ITU |
|---|
| 267 | | callwaiting = 950/650,0/325,950/325,0/30,1400/1300,0/2600 |
|---|
| 268 | | ; DIALRECALL - not specified |
|---|
| 269 | | dialrecall = 425/650,0/25 |
|---|
| 270 | | ; RECORDTONE - not specified |
|---|
| 271 | | record = 1400/500,0/15000 |
|---|
| 272 | | ; INFO not in accordance to ITU |
|---|
| 273 | | info = 950/650,0/325,950/325,0/30,1400/1300,0/2600 |
|---|
| 274 | | ; STUTTER not specified |
|---|
| 275 | | 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 |
|---|
| 276 | | |
|---|
| 277 | | [es] |
|---|
| 278 | | description = Spain |
|---|
| 279 | | ringcadence = 1500,3000 |
|---|
| 280 | | dial = 425 |
|---|
| 281 | | busy = 425/200,0/200 |
|---|
| 282 | | ring = 425/1500,0/3000 |
|---|
| 283 | | congestion = 425/200,0/200,425/200,0/200,425/200,0/600 |
|---|
| 284 | | callwaiting = 425/175,0/175,425/175,0/3500 |
|---|
| 285 | | dialrecall = !425/200,!0/200,!425/200,!0/200,!425/200,!0/200,425 |
|---|
| 286 | | record = 1400/500,0/15000 |
|---|
| 287 | | info = 950/330,0/1000 |
|---|
| 288 | | dialout = 500 |
|---|
| 289 | | |
|---|
| 290 | | |
|---|
| 291 | | [fi] |
|---|
| 292 | | description = Finland |
|---|
| 293 | | ringcadence = 1000,4000 |
|---|
| 294 | | dial = 425 |
|---|
| 295 | | busy = 425/300,0/300 |
|---|
| 296 | | ring = 425/1000,0/4000 |
|---|
| 297 | | congestion = 425/200,0/200 |
|---|
| 298 | | callwaiting = 425/150,0/150,425/150,0/8000 |
|---|
| 299 | | dialrecall = 425/650,0/25 |
|---|
| 300 | | record = 1400/500,0/15000 |
|---|
| 301 | | info = 950/650,0/325,950/325,0/30,1400/1300,0/2600 |
|---|
| 302 | | stutter = 425/650,0/25 |
|---|
| 303 | | |
|---|
| 304 | | [fr] |
|---|
| 305 | | description = France |
|---|
| 306 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 307 | | ringcadence = 1500,3500 |
|---|
| 308 | | ; Dialtone can also be 440+330 |
|---|
| 309 | | dial = 440 |
|---|
| 310 | | busy = 440/500,0/500 |
|---|
| 311 | | ring = 440/1500,0/3500 |
|---|
| 312 | | ; CONGESTION - not specified |
|---|
| 313 | | congestion = 440/250,0/250 |
|---|
| 314 | | callwait = 440/300,0/10000 |
|---|
| 315 | | ; DIALRECALL - not specified |
|---|
| 316 | | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 |
|---|
| 317 | | ; RECORDTONE - not specified |
|---|
| 318 | | record = 1400/500,0/15000 |
|---|
| 319 | | info = !950/330,!1400/330,!1800/330 |
|---|
| 320 | | 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 |
|---|
| 321 | | |
|---|
| 322 | | [gr] |
|---|
| 323 | | description = Greece |
|---|
| 324 | | ringcadence = 1000,4000 |
|---|
| 325 | | dial = 425/200,0/300,425/700,0/800 |
|---|
| 326 | | busy = 425/300,0/300 |
|---|
| 327 | | ring = 425/1000,0/4000 |
|---|
| 328 | | congestion = 425/200,0/200 |
|---|
| 329 | | callwaiting = 425/150,0/150,425/150,0/8000 |
|---|
| 330 | | dialrecall = 425/650,0/25 |
|---|
| 331 | | record = 1400/400,0/15000 |
|---|
| 332 | | 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 |
|---|
| 333 | | stutter = 425/650,0/25 |
|---|
| 334 | | |
|---|
| 335 | | [hu] |
|---|
| 336 | | description = Hungary |
|---|
| 337 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 338 | | ringcadence = 1250,3750 |
|---|
| 339 | | dial = 425 |
|---|
| 340 | | busy = 425/300,0/300 |
|---|
| 341 | | ring = 425/1250,0/3750 |
|---|
| 342 | | congestion = 425/300,0/300 |
|---|
| 343 | | callwaiting = 425/40,0/1960 |
|---|
| 344 | | dialrecall = 425+450 |
|---|
| 345 | | ; RECORDTONE - not specified |
|---|
| 346 | | record = 1400/400,0/15000 |
|---|
| 347 | | 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 |
|---|
| 348 | | stutter = 350+375+400 |
|---|
| 349 | | |
|---|
| 350 | | [il] |
|---|
| 351 | | description = Israel |
|---|
| 352 | | ringcadence = 1000,3000 |
|---|
| 353 | | dial = 414 |
|---|
| 354 | | busy = 414/500,0/500 |
|---|
| 355 | | ring = 414/1000,0/3000 |
|---|
| 356 | | congestion = 414/250,0/250 |
|---|
| 357 | | callwaiting = 414/100,0/100,414/100,0/100,414/600,0/3000 |
|---|
| 358 | | dialrecall = !414/100,!0/100,!414/100,!0/100,!414/100,!0/100,414 |
|---|
| 359 | | record = 1400/500,0/15000 |
|---|
| 360 | | info = 1000/330,1400/330,1800/330,0/1000 |
|---|
| 361 | | 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 |
|---|
| 362 | | |
|---|
| 363 | | |
|---|
| 364 | | [in] |
|---|
| 365 | | description = India |
|---|
| 366 | | ringcadence = 400,200,400,2000 |
|---|
| 367 | | dial = 400*25 |
|---|
| 368 | | busy = 400/750,0/750 |
|---|
| 369 | | ring = 400*25/400,0/200,400*25/400,0/2000 |
|---|
| 370 | | congestion = 400/250,0/250 |
|---|
| 371 | | callwaiting = 400/200,0/100,400/200,0/7500 |
|---|
| 372 | | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 |
|---|
| 373 | | record = 1400/500,0/15000 |
|---|
| 374 | | info = !950/330,!1400/330,!1800/330,0/1000 |
|---|
| 375 | | 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 |
|---|
| 376 | | |
|---|
| 377 | | [it] |
|---|
| 378 | | description = Italy |
|---|
| 379 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 380 | | ringcadence = 1000,4000 |
|---|
| 381 | | dial = 425/200,0/200,425/600,0/1000 |
|---|
| 382 | | busy = 425/500,0/500 |
|---|
| 383 | | ring = 425/1000,0/4000 |
|---|
| 384 | | congestion = 425/200,0/200 |
|---|
| 385 | | callwaiting = 425/400,0/100,425/250,0/100,425/150,0/14000 |
|---|
| 386 | | dialrecall = 470/400,425/400 |
|---|
| 387 | | record = 1400/400,0/15000 |
|---|
| 388 | | 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 |
|---|
| 389 | | stutter = 470/400,425/400 |
|---|
| 390 | | |
|---|
| 391 | | [lt] |
|---|
| 392 | | description = Lithuania |
|---|
| 393 | | ringcadence = 1000,4000 |
|---|
| 394 | | dial = 425 |
|---|
| 395 | | busy = 425/350,0/350 |
|---|
| 396 | | ring = 425/1000,0/4000 |
|---|
| 397 | | congestion = 425/200,0/200 |
|---|
| 398 | | callwaiting = 425/150,0/150,425/150,0/4000 |
|---|
| 399 | | ; DIALRECALL - not specified |
|---|
| 400 | | dialrecall = 425/500,0/50 |
|---|
| 401 | | ; RECORDTONE - not specified |
|---|
| 402 | | record = 1400/500,0/15000 |
|---|
| 403 | | 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 |
|---|
| 404 | | ; STUTTER - not specified |
|---|
| 405 | | 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 |
|---|
| 406 | | |
|---|
| 407 | | [jp] |
|---|
| 408 | | description = Japan |
|---|
| 409 | | ringcadence = 1000,2000 |
|---|
| 410 | | dial = 400 |
|---|
| 411 | | busy = 400/500,0/500 |
|---|
| 412 | | ring = 400+15/1000,0/2000 |
|---|
| 413 | | congestion = 400/500,0/500 |
|---|
| 414 | | callwaiting = 400+16/500,0/8000 |
|---|
| 415 | | dialrecall = !400/200,!0/200,!400/200,!0/200,!400/200,!0/200,400 |
|---|
| 416 | | record = 1400/500,0/15000 |
|---|
| 417 | | info = !950/330,!1400/330,!1800/330,0 |
|---|
| 418 | | 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 |
|---|
| 419 | | |
|---|
| 420 | | [mx] |
|---|
| 421 | | description = Mexico |
|---|
| 422 | | ringcadence = 2000,4000 |
|---|
| 423 | | dial = 425 |
|---|
| 424 | | busy = 425/250,0/250 |
|---|
| 425 | | ring = 425/1000,0/4000 |
|---|
| 426 | | congestion = 425/250,0/250 |
|---|
| 427 | | callwaiting = 425/200,0/600,425/200,0/10000 |
|---|
| 428 | | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 |
|---|
| 429 | | record = 1400/500,0/15000 |
|---|
| 430 | | info = 950/330,0/30,1400/330,0/30,1800/330,0/1000 |
|---|
| 431 | | 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 |
|---|
| 432 | | |
|---|
| 433 | | [my] |
|---|
| 434 | | description = Malaysia |
|---|
| 435 | | ringcadence = 2000,4000 |
|---|
| 436 | | dial = 425 |
|---|
| 437 | | busy = 425/500,0/500 |
|---|
| 438 | | ring = 425/400,0/200 |
|---|
| 439 | | congestion = 425/500,0/500 |
|---|
| 440 | | |
|---|
| 441 | | [nl] |
|---|
| 442 | | description = Netherlands |
|---|
| 443 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 444 | | ringcadence = 1000,4000 |
|---|
| 445 | | ; Most of these 425's can also be 450's |
|---|
| 446 | | dial = 425 |
|---|
| 447 | | busy = 425/500,0/500 |
|---|
| 448 | | ring = 425/1000,0/4000 |
|---|
| 449 | | congestion = 425/250,0/250 |
|---|
| 450 | | callwaiting = 425/500,0/9500 |
|---|
| 451 | | ; DIALRECALL - not specified |
|---|
| 452 | | dialrecall = 425/500,0/50 |
|---|
| 453 | | ; RECORDTONE - not specified |
|---|
| 454 | | record = 1400/500,0/15000 |
|---|
| 455 | | info = 950/330,1400/330,1800/330,0/1000 |
|---|
| 456 | | stutter = 425/500,0/50 |
|---|
| 457 | | |
|---|
| 458 | | [no] |
|---|
| 459 | | description = Norway |
|---|
| 460 | | ringcadence = 1000,4000 |
|---|
| 461 | | dial = 425 |
|---|
| 462 | | busy = 425/500,0/500 |
|---|
| 463 | | ring = 425/1000,0/4000 |
|---|
| 464 | | congestion = 425/200,0/200 |
|---|
| 465 | | callwaiting = 425/200,0/600,425/200,0/10000 |
|---|
| 466 | | dialrecall = 470/400,425/400 |
|---|
| 467 | | record = 1400/400,0/15000 |
|---|
| 468 | | 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 |
|---|
| 469 | | stutter = 470/400,425/400 |
|---|
| 470 | | |
|---|
| 471 | | [nz] |
|---|
| 472 | | description = New Zealand |
|---|
| 473 | | ;NOTE - the ITU has different tonesets for NZ, but according to some residents there, |
|---|
| 474 | | ; this is, indeed, the correct way to do it. |
|---|
| 475 | | ringcadence = 400,200,400,2000 |
|---|
| 476 | | dial = 400 |
|---|
| 477 | | busy = 400/250,0/250 |
|---|
| 478 | | ring = 400+450/400,0/200,400+450/400,0/2000 |
|---|
| 479 | | congestion = 400/375,0/375 |
|---|
| 480 | | callwaiting = !400/200,!0/3000,!400/200,!0/3000,!400/200,!0/3000,!400/200 |
|---|
| 481 | | dialrecall = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,400 |
|---|
| 482 | | record = 1400/425,0/15000 |
|---|
| 483 | | info = 400/750,0/100,400/750,0/100,400/750,0/100,400/750,0/400 |
|---|
| 484 | | 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 |
|---|
| 485 | | unobtainable = 400/75,0/100,400/75,0/100,400/75,0/100,400/75,0/400 |
|---|
| 486 | | |
|---|
| 487 | | [pl] |
|---|
| 488 | | description = Poland |
|---|
| 489 | | ringcadence = 1000,4000 |
|---|
| 490 | | dial = 425 |
|---|
| 491 | | busy = 425/500,0/500 |
|---|
| 492 | | ring = 425/1000,0/4000 |
|---|
| 493 | | congestion = 425/500,0/500 |
|---|
| 494 | | callwaiting = 425/150,0/150,425/150,0/4000 |
|---|
| 495 | | ; DIALRECALL - not specified |
|---|
| 496 | | dialrecall = 425/500,0/50 |
|---|
| 497 | | ; RECORDTONE - not specified |
|---|
| 498 | | record = 1400/500,0/15000 |
|---|
| 499 | | ; 950/1400/1800 3x0.33 on 1.0 off repeated 3 times |
|---|
| 500 | | 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 |
|---|
| 501 | | ; STUTTER - not specified |
|---|
| 502 | | 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 |
|---|
| 503 | | |
|---|
| 504 | | [pt] |
|---|
| 505 | | description = Portugal |
|---|
| 506 | | ringcadence = 1000,5000 |
|---|
| 507 | | dial = 425 |
|---|
| 508 | | busy = 425/500,0/500 |
|---|
| 509 | | ring = 425/1000,0/5000 |
|---|
| 510 | | congestion = 425/200,0/200 |
|---|
| 511 | | callwaiting = 440/300,0/10000 |
|---|
| 512 | | dialrecall = 425/1000,0/200 |
|---|
| 513 | | record = 1400/500,0/15000 |
|---|
| 514 | | info = 950/330,1400/330,1800/330,0/1000 |
|---|
| 515 | | 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 |
|---|
| 516 | | |
|---|
| 517 | | [ru] |
|---|
| 518 | | description = Russia / ex Soviet Union |
|---|
| 519 | | ringcadence = 800,3200 |
|---|
| 520 | | dial = 425 |
|---|
| 521 | | busy = 425/350,0/350 |
|---|
| 522 | | ring = 425/800,0/3200 |
|---|
| 523 | | congestion = 425/350,0/350 |
|---|
| 524 | | callwaiting = 425/200,0/5000 |
|---|
| 525 | | dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 |
|---|
| 526 | | record = 1400/500,0/15000 |
|---|
| 527 | | info = !950/330,!1400/330,!1800/330,0 |
|---|
| 528 | | |
|---|
| 529 | | [se] |
|---|
| 530 | | description = Sweden |
|---|
| 531 | | ringcadence = 1000,5000 |
|---|
| 532 | | dial = 425 |
|---|
| 533 | | busy = 425/250,0/250 |
|---|
| 534 | | ring = 425/1000,0/5000 |
|---|
| 535 | | congestion = 425/250,0/750 |
|---|
| 536 | | callwaiting = 425/200,0/500,425/200,0/9100 |
|---|
| 537 | | dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 |
|---|
| 538 | | record = 1400/500,0/15000 |
|---|
| 539 | | 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 |
|---|
| 540 | | 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 |
|---|
| 541 | | ; stutter = 425/320,0/20 ; Real swedish standard, not used for now |
|---|
| 542 | | |
|---|
| 543 | | [sg] |
|---|
| 544 | | description = Singapore |
|---|
| 545 | | ; Singapore |
|---|
| 546 | | ; Reference: http://www.ida.gov.sg/idaweb/doc/download/I397/ida_ts_pstn1_i4r2.pdf |
|---|
| 547 | | ; Frequency specs are: 425 Hz +/- 20Hz; 24 Hz +/- 2Hz; modulation depth 100%; SIT +/- 50Hz |
|---|
| 548 | | ringcadence = 400,200,400,2000 |
|---|
| 549 | | dial = 425 |
|---|
| 550 | | ring = 425*24/400,0/200,425*24/400,0/2000 ; modulation should be 100%, not 90% |
|---|
| 551 | | busy = 425/750,0/750 |
|---|
| 552 | | congestion = 425/250,0/250 |
|---|
| 553 | | callwaiting = 425*24/300,0/200,425*24/300,0/3200 |
|---|
| 554 | | 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 |
|---|
| 555 | | info = 950/330,1400/330,1800/330,0/1000 ; not currently in use acc. to reference |
|---|
| 556 | | dialrecall = 425*24/500,0/500,425/500,0/2500 ; unspecified in IDA reference, use repeating Holding Tone A,B |
|---|
| 557 | | record = 1400/500,0/15000 ; unspecified in IDA reference, use 0.5s tone every 15s |
|---|
| 558 | | ; additionally defined in reference |
|---|
| 559 | | nutone = 425/2500,0/500 |
|---|
| 560 | | intrusion = 425/250,0/2000 |
|---|
| 561 | | warning = 425/624,0/4376 ; end of period tone, warning |
|---|
| 562 | | acceptance = 425/125,0/125 |
|---|
| 563 | | holdinga = !425*24/500,!0/500 ; followed by holdingb |
|---|
| 564 | | holdingb = !425/500,!0/2500 |
|---|
| 565 | | |
|---|
| 566 | | [th] |
|---|
| 567 | | description = Thailand |
|---|
| 568 | | ringcadence = 1000,4000 |
|---|
| 569 | | ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf |
|---|
| 570 | | dial = 400*50 |
|---|
| 571 | | busy = 400/500,0/500 |
|---|
| 572 | | ring = 420/1000,0/5000 |
|---|
| 573 | | congestion = 400/300,0/300 |
|---|
| 574 | | callwaiting = 1000/400,10000/400,1000/400 |
|---|
| 575 | | ; DIALRECALL - not specified - use special dial tone instead. |
|---|
| 576 | | dialrecall = 400*50/400,0/100,400*50/400,0/100 |
|---|
| 577 | | ; RECORDTONE - not specified |
|---|
| 578 | | record = 1400/500,0/15000 |
|---|
| 579 | | ; INFO - specified as an announcement - use special information tones instead |
|---|
| 580 | | info = 950/330,1400/330,1800/330 |
|---|
| 581 | | ; STUTTER - not specified |
|---|
| 582 | | 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 |
|---|
| 583 | | |
|---|
| 584 | | [uk] |
|---|
| 585 | | description = United Kingdom |
|---|
| 586 | | ringcadence = 400,200,400,2000 |
|---|
| 587 | | ; These are the official tones taken from BT SIN350. The actual tones |
|---|
| 588 | | ; used by BT include some volume differences so sound slightly different |
|---|
| 589 | | ; from Asterisk-generated ones. |
|---|
| 590 | | dial = 350+440 |
|---|
| 591 | | ; Special dial is the intermittent dial tone heard when, for example, |
|---|
| 592 | | ; you have a divert active on the line |
|---|
| 593 | | specialdial = 350+440/750,440/750 |
|---|
| 594 | | ; Busy is also called "Engaged" |
|---|
| 595 | | busy = 400/375,0/375 |
|---|
| 596 | | ; "Congestion" is the Beep-bip engaged tone |
|---|
| 597 | | congestion = 400/400,0/350,400/225,0/525 |
|---|
| 598 | | ; "Special Congestion" is not used by BT very often if at all |
|---|
| 599 | | specialcongestion = 400/200,1004/300 |
|---|
| 600 | | unobtainable = 400 |
|---|
| 601 | | ring = 400+450/400,0/200,400+450/400,0/2000 |
|---|
| 602 | | callwaiting = 400/100,0/4000 |
|---|
| 603 | | ; BT seem to use "Special Call Waiting" rather than just "Call Waiting" tones |
|---|
| 604 | | specialcallwaiting = 400/250,0/250,400/250,0/250,400/250,0/5000 |
|---|
| 605 | | ; "Pips" used by BT on payphones. (Sounds wrong, but this is what BT claim it |
|---|
| 606 | | ; is and I've not used a payphone for years) |
|---|
| 607 | | creditexpired = 400/125,0/125 |
|---|
| 608 | | ; These two are used to confirm/reject service requests on exchanges that |
|---|
| 609 | | ; don't do voice announcements. |
|---|
| 610 | | confirm = 1400 |
|---|
| 611 | | switching = 400/200,0/400,400/2000,0/400 |
|---|
| 612 | | ; This is the three rising tones Doo-dah-dee "Special Information Tone", |
|---|
| 613 | | ; usually followed by the BT woman saying an appropriate message. |
|---|
| 614 | | info = 950/330,0/15,1400/330,0/15,1800/330,0/1000 |
|---|
| 615 | | ; Not listed in SIN350 |
|---|
| 616 | | record = 1400/500,0/60000 |
|---|
| 617 | | stutter = 350+440/750,440/750 |
|---|
| | 7 | country=us |
|---|