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