michael@202: ; indications.conf michael@202: ; Configuration file for location specific tone indications michael@202: ; used by the pbx_indications module. michael@202: ; michael@202: ; NOTE: michael@202: ; When adding countries to this file, please keep them in alphabetical michael@202: ; order according to the 2-character country codes! michael@202: ; michael@202: ; The [general] category is for certain global variables. michael@202: ; All other categories are interpreted as location specific indications michael@202: ; michael@202: ; michael@202: ;[general] michael@202: ;country=us ; default location michael@202: michael@202: michael@202: ; [example] michael@202: ; description = string michael@202: ; The full name of your country, in English. michael@202: ; alias = iso[,iso]* michael@202: ; List of other countries 2-letter iso codes, which have the same michael@202: ; tone indications. michael@202: ; ringcadence = num[,num]* michael@202: ; List of durations the physical bell rings. michael@202: ; dial = tonelist michael@202: ; Set of tones to be played when one picks up the hook. michael@202: ; busy = tonelist michael@202: ; Set of tones played when the receiving end is busy. michael@202: ; congestion = tonelist michael@202: ; Set of tones played when there is some congestion (on the network?) michael@202: ; callwaiting = tonelist michael@202: ; Set of tones played when there is a call waiting in the background. michael@202: ; dialrecall = tonelist michael@202: ; Not well defined; many phone systems play a recall dial tone after hook michael@202: ; flash. michael@202: ; record = tonelist michael@202: ; Set of tones played when call recording is in progress. michael@202: ; info = tonelist michael@202: ; Set of tones played with special information messages (e.g., "number is michael@202: ; out of service") michael@202: ; 'name' = tonelist michael@202: ; Every other variable will be available as a shortcut for the "PlayList" command michael@202: ; but will not be used automatically by Asterisk. michael@202: ; michael@202: ; michael@202: ; The tonelist itself is defined by a comma-separated sequence of elements. michael@202: ; Each element consist of a frequency (f) with an optional duration (in ms) michael@202: ; attached to it (f/duration). The frequency component may be a mixture of two michael@202: ; frequencies (f1+f2) or a frequency modulated by another frequency (f1*f2). michael@202: ; The implicit modulation depth is fixed at 90%, though. michael@202: ; If the list element starts with a !, that element is NOT repeated, michael@202: ; therefore, only if all elements start with !, the tonelist is time-limited, michael@202: ; all others will repeat indefinitely. michael@202: ; michael@202: ; concisely: michael@202: ; element = [!]freq[+|*freq2][/duration] michael@202: ; tonelist = element[,element]* michael@202: ; michael@202: ; Please note that SPACES ARE NOT ALLOWED in tone lists! michael@202: ; michael@202: michael@202: ;[at] michael@202: ;description = Austria michael@202: ;ringcadence = 1000,5000 michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;dial = 420 michael@202: ;busy = 420/400,0/400 michael@202: ;ring = 420/1000,0/5000 michael@202: ;congestion = 420/200,0/200 michael@202: ;callwaiting = 420/40,0/1960 michael@202: ;dialrecall = 420 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/80,0/14920 michael@202: ;info = 950/330,1450/330,1850/330,0/1000 michael@202: ;stutter = 380+420 michael@202: michael@202: ;[au] michael@202: ;description = Australia michael@202: ; Reference http://www.acif.org.au/__data/page/3303/S002_2001.pdf michael@202: ; Normal Ring michael@202: ;ringcadence = 400,200,400,2000 michael@202: ; Distinctive Ring 1 - Forwarded Calls michael@202: ; 400,400,200,200,400,1400 michael@202: ; Distinctive Ring 2 - Selective Ring 2 + Operator + Recall michael@202: ; 400,400,200,2000 michael@202: ; Distinctive Ring 3 - Multiple Subscriber Number 1 michael@202: ; 200,200,400,2200 michael@202: ; Distinctive Ring 4 - Selective Ring 1 + Centrex michael@202: ; 400,2600 michael@202: ; Distinctive Ring 5 - Selective Ring 3 michael@202: ; 400,400,200,400,200,1400 michael@202: ; Distinctive Ring 6 - Multiple Subscriber Number 2 michael@202: ; 200,400,200,200,400,1600 michael@202: ; Distinctive Ring 7 - Multiple Subscriber Number 3 + Data Privacy michael@202: ; 200,400,200,400,200,1600 michael@202: ; Tones michael@202: ;dial = 413+438 michael@202: ;busy = 425/375,0/375 michael@202: ;ring = 413+438/400,0/200,413+438/400,0/2000 michael@202: ; XXX Congestion: Should reduce by 10 db every other cadence XXX michael@202: ;congestion = 425/375,0/375,420/375,0/375 michael@202: ;callwaiting = 425/200,0/200,425/200,0/4400 michael@202: ;dialrecall = 413+438 michael@202: ; Record tone used for Call Intrusion/Recording or Conference michael@202: ;record = !425/1000,!0/15000,425/360,0/15000 michael@202: ;info = 425/2500,0/500 michael@202: ; Other Australian Tones michael@202: ; The STD "pips" indicate the call is not an untimed local call michael@202: ;std = !525/100,!0/100,!525/100,!0/100,!525/100,!0/100,!525/100,!0/100,!525/100 michael@202: ; Facility confirmation tone (eg. Call Forward Activated) michael@202: ;facility = 425 michael@202: ; Message Waiting "stutter" dialtone michael@202: ;stutter = 413+438/100,0/40 michael@202: ; Ringtone for calls to Telstra mobiles michael@202: ;ringmobile = 400+450/400,0/200,400+450/400,0/2000 michael@202: michael@202: ;[bg] michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;description = Bulgaria michael@202: ;ringdance = 1000,4000 michael@202: ; michael@202: ;dial = 425 michael@202: ;busy = 425/500,0/500 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/250,0/250 michael@202: ;callwaiting = 425/150,0/150,425/150,0/4000 michael@202: ;dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 michael@202: ;record = 1400/425,0/15000 michael@202: ;info = 950/330,1400/330,1800/330,0/1000 michael@202: ;stutter = 425/1500,0/100 michael@202: michael@202: ;[br] michael@202: ;description = Brazil michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/250,0/250 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/250,0/250,425/750,0/250 michael@202: ;callwaiting = 425/50,0/1000 michael@202: ; Dialrecall not used in Brazil standard (using UK standard) michael@202: ;dialrecall = 350+440 michael@202: ; Record tone is not used in Brazil, use busy tone michael@202: ;record = 425/250,0/250 michael@202: ; Info not used in Brazil standard (using UK standard) michael@202: ;info = 950/330,1400/330,1800/330 michael@202: ;stutter = 350+440 michael@202: michael@202: ;[be] michael@202: ;description = Belgium michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;ringcadence = 1000,3000 michael@202: ;dial = 425 michael@202: ;busy = 425/500,0/500 michael@202: ;ring = 425/1000,0/3000 michael@202: ;congestion = 425/167,0/167 michael@202: ;callwaiting = 1400/175,0/175,1400/175,0/3500 michael@202: ; DIALRECALL - not specified michael@202: ;dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/500,0/15000 michael@202: ;info = 900/330,1400/330,1800/330,0/1000 michael@202: ;stutter = 425/1000,0/250 michael@202: michael@202: ;[ch] michael@202: ;description = Switzerland michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/500,0/500 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/200,0/200 michael@202: ;callwaiting = 425/200,0/200,425/200,0/4000 michael@202: ; DIALRECALL - not specified michael@202: ;dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/80,0/15000 michael@202: ;info = 950/330,1400/330,1800/330,0/1000 michael@202: ;stutter = 425+340/1100,0/1100 michael@202: michael@202: ;[cl] michael@202: ;description = Chile michael@202: ; According to specs from Telefonica CTC Chile michael@202: ;ringcadence = 1000,3000 michael@202: ;dial = 400 michael@202: ;busy = 400/500,0/500 michael@202: ;ring = 400/1000,0/3000 michael@202: ;congestion = 400/200,0/200 michael@202: ;callwaiting = 400/250,0/8750 michael@202: ;dialrecall = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = 950/333,1400/333,1800/333,0/1000 michael@202: ;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: michael@202: ;[cn] michael@202: ;description = China michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 450 michael@202: ;busy = 450/350,0/350 michael@202: ;ring = 450/1000,0/4000 michael@202: ;congestion = 450/700,0/700 michael@202: ;callwaiting = 450/400,0/4000 michael@202: ;dialrecall = 450 michael@202: ;record = 950/400,0/10000 michael@202: ;info = 450/100,0/100,450/100,0/100,450/100,0/100,450/400,0/400 michael@202: ; STUTTER - not specified michael@202: ;stutter = 450+425 michael@202: michael@202: ;[cz] michael@202: ;description = Czech Republic michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425/330,0/330,425/660,0/660 michael@202: ;busy = 425/330,0/330 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/165,0/165 michael@202: ;callwaiting = 425/330,0/9000 michael@202: ; DIALRECALL - not specified michael@202: ;dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425/330,0/330,425/660,0/660 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/500,0/14000 michael@202: ;info = 950/330,0/30,1400/330,0/30,1800/330,0/1000 michael@202: ; STUTTER - not specified michael@202: ;stutter = 425/450,0/50 michael@202: michael@202: ;[de] michael@202: ;description = Germany michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/480,0/480 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/240,0/240 michael@202: ;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: ; DIALRECALL - not specified michael@202: ;dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/80,0/15000 michael@202: ;info = 950/330,1400/330,1800/330,0/1000 michael@202: ;stutter = 425+400 michael@202: michael@202: ;[dk] michael@202: ;description = Denmark michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/500,0/500 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/200,0/200 michael@202: ;callwaiting = !425/200,!0/600,!425/200,!0/3000,!425/200,!0/200,!425/200,0 michael@202: ; DIALRECALL - not specified michael@202: ;dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/80,0/15000 michael@202: ;info = 950/330,1400/330,1800/330,0/1000 michael@202: ; STUTTER - not specified michael@202: ;stutter = 425/450,0/50 michael@202: michael@202: ;[ee] michael@202: ;description = Estonia michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/300,0/300 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/200,0/200 michael@202: ; CALLWAIT not in accordance to ITU michael@202: ;callwaiting = 950/650,0/325,950/325,0/30,1400/1300,0/2600 michael@202: ; DIALRECALL - not specified michael@202: ;dialrecall = 425/650,0/25 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/500,0/15000 michael@202: ; INFO not in accordance to ITU michael@202: ;info = 950/650,0/325,950/325,0/30,1400/1300,0/2600 michael@202: ; STUTTER not specified michael@202: ;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: michael@202: ;[es] michael@202: ;description = Spain michael@202: ;ringcadence = 1500,3000 michael@202: ;dial = 425 michael@202: ;busy = 425/200,0/200 michael@202: ;ring = 425/1500,0/3000 michael@202: ;congestion = 425/200,0/200,425/200,0/200,425/200,0/600 michael@202: ;callwaiting = 425/175,0/175,425/175,0/3500 michael@202: ;dialrecall = !425/200,!0/200,!425/200,!0/200,!425/200,!0/200,425 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = 950/330,0/1000 michael@202: ;dialout = 500 michael@202: michael@202: michael@202: ;[fi] michael@202: ;description = Finland michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/300,0/300 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/200,0/200 michael@202: ;callwaiting = 425/150,0/150,425/150,0/8000 michael@202: ;dialrecall = 425/650,0/25 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = 950/650,0/325,950/325,0/30,1400/1300,0/2600 michael@202: ;stutter = 425/650,0/25 michael@202: michael@202: ;[fr] michael@202: ;description = France michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;ringcadence = 1500,3500 michael@202: ; Dialtone can also be 440+330 michael@202: ;dial = 440 michael@202: ;busy = 440/500,0/500 michael@202: ;ring = 440/1500,0/3500 michael@202: ; CONGESTION - not specified michael@202: ;congestion = 440/250,0/250 michael@202: ;callwait = 440/300,0/10000 michael@202: ; DIALRECALL - not specified michael@202: ;dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/500,0/15000 michael@202: ;info = !950/330,!1400/330,!1800/330 michael@202: ;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: michael@202: ;[gr] michael@202: ;description = Greece michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425/200,0/300,425/700,0/800 michael@202: ;busy = 425/300,0/300 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/200,0/200 michael@202: ;callwaiting = 425/150,0/150,425/150,0/8000 michael@202: ;dialrecall = 425/650,0/25 michael@202: ;record = 1400/400,0/15000 michael@202: ;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: ;stutter = 425/650,0/25 michael@202: michael@202: ;[hu] michael@202: ;description = Hungary michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;ringcadence = 1250,3750 michael@202: ;dial = 425 michael@202: ;busy = 425/300,0/300 michael@202: ;ring = 425/1250,0/3750 michael@202: ;congestion = 425/300,0/300 michael@202: ;callwaiting = 425/40,0/1960 michael@202: ;dialrecall = 425+450 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/400,0/15000 michael@202: ;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: ;stutter = 350+375+400 michael@202: michael@202: ;[il] michael@202: ;description = Israel michael@202: ;ringcadence = 1000,3000 michael@202: ;dial = 414 michael@202: ;busy = 414/500,0/500 michael@202: ;ring = 414/1000,0/3000 michael@202: ;congestion = 414/250,0/250 michael@202: ;callwaiting = 414/100,0/100,414/100,0/100,414/600,0/3000 michael@202: ;dialrecall = !414/100,!0/100,!414/100,!0/100,!414/100,!0/100,414 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = 1000/330,1400/330,1800/330,0/1000 michael@202: ;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: michael@202: michael@202: ;[in] michael@202: ;description = India michael@202: ;ringcadence = 400,200,400,2000 michael@202: ;dial = 400*25 michael@202: ;busy = 400/750,0/750 michael@202: ;ring = 400*25/400,0/200,400*25/400,0/2000 michael@202: ;congestion = 400/250,0/250 michael@202: ;callwaiting = 400/200,0/100,400/200,0/7500 michael@202: ;dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = !950/330,!1400/330,!1800/330,0/1000 michael@202: ;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: michael@202: ;[it] michael@202: ;description = Italy michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425/200,0/200,425/600,0/1000 michael@202: ;busy = 425/500,0/500 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/200,0/200 michael@202: ;callwaiting = 425/400,0/100,425/250,0/100,425/150,0/14000 michael@202: ;dialrecall = 470/400,425/400 michael@202: ;record = 1400/400,0/15000 michael@202: ;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: ;stutter = 470/400,425/400 michael@202: michael@202: ;[lt] michael@202: ;description = Lithuania michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/350,0/350 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/200,0/200 michael@202: ;callwaiting = 425/150,0/150,425/150,0/4000 michael@202: ; DIALRECALL - not specified michael@202: ;dialrecall = 425/500,0/50 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/500,0/15000 michael@202: ;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: ; STUTTER - not specified michael@202: ;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: michael@202: ;[jp] michael@202: ;description = Japan michael@202: ;ringcadence = 1000,2000 michael@202: ;dial = 400 michael@202: ;busy = 400/500,0/500 michael@202: ;ring = 400+15/1000,0/2000 michael@202: ;congestion = 400/500,0/500 michael@202: ;callwaiting = 400+16/500,0/8000 michael@202: ;dialrecall = !400/200,!0/200,!400/200,!0/200,!400/200,!0/200,400 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = !950/330,!1400/330,!1800/330,0 michael@202: ;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: michael@202: ;[mx] michael@202: ;description = Mexico michael@202: ;ringcadence = 2000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/250,0/250 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/250,0/250 michael@202: ;callwaiting = 425/200,0/600,425/200,0/10000 michael@202: ;dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = 950/330,0/30,1400/330,0/30,1800/330,0/1000 michael@202: ;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: michael@202: ;[my] michael@202: ;description = Malaysia michael@202: ;ringcadence = 2000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/500,0/500 michael@202: ;ring = 425/400,0/200 michael@202: ;congestion = 425/500,0/500 michael@202: michael@202: ;[nl] michael@202: ;description = Netherlands michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;ringcadence = 1000,4000 michael@202: ; Most of these 425's can also be 450's michael@202: ;dial = 425 michael@202: ;busy = 425/500,0/500 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/250,0/250 michael@202: ;callwaiting = 425/500,0/9500 michael@202: ; DIALRECALL - not specified michael@202: ;dialrecall = 425/500,0/50 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/500,0/15000 michael@202: ;info = 950/330,1400/330,1800/330,0/1000 michael@202: ;stutter = 425/500,0/50 michael@202: michael@202: ;[no] michael@202: ;description = Norway michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/500,0/500 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/200,0/200 michael@202: ;callwaiting = 425/200,0/600,425/200,0/10000 michael@202: ;dialrecall = 470/400,425/400 michael@202: ;record = 1400/400,0/15000 michael@202: ;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: ;stutter = 470/400,425/400 michael@202: michael@202: ;[nz] michael@202: ;description = New Zealand michael@202: ;NOTE - the ITU has different tonesets for NZ, but according to some residents there, michael@202: ; this is, indeed, the correct way to do it. michael@202: ;ringcadence = 400,200,400,2000 michael@202: ;dial = 400 michael@202: ;busy = 400/250,0/250 michael@202: ;ring = 400+450/400,0/200,400+450/400,0/2000 michael@202: ;congestion = 400/375,0/375 michael@202: ;callwaiting = !400/200,!0/3000,!400/200,!0/3000,!400/200,!0/3000,!400/200 michael@202: ;dialrecall = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,400 michael@202: ;record = 1400/425,0/15000 michael@202: ;info = 400/750,0/100,400/750,0/100,400/750,0/100,400/750,0/400 michael@202: ;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: ;unobtainable = 400/75,0/100,400/75,0/100,400/75,0/100,400/75,0/400 michael@202: michael@202: ;[ph] michael@202: michael@202: ; reference http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: michael@202: ;description = Philippines michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 480+620/500,0/500 michael@202: ;ring = 425+480/1000,0/4000 michael@202: ;congestion = 480+620/250,0/250 michael@202: ;callwaiting = 440/300,0/10000 michael@202: ; DIALRECALL - not specified michael@202: ;dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/500,0/15000 michael@202: ; INFO - not specified michael@202: ;info = !950/330,!1400/330,!1800/330,0 michael@202: ; STUTTER - not specified michael@202: ;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: michael@202: michael@202: ;[pl] michael@202: ;description = Poland michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/500,0/500 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/500,0/500 michael@202: ;callwaiting = 425/150,0/150,425/150,0/4000 michael@202: ; DIALRECALL - not specified michael@202: ;dialrecall = 425/500,0/50 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/500,0/15000 michael@202: ; 950/1400/1800 3x0.33 on 1.0 off repeated 3 times michael@202: ;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: ; STUTTER - not specified michael@202: ;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: michael@202: ;[pt] michael@202: ;description = Portugal michael@202: ;ringcadence = 1000,5000 michael@202: ;dial = 425 michael@202: ;busy = 425/500,0/500 michael@202: ;ring = 425/1000,0/5000 michael@202: ;congestion = 425/200,0/200 michael@202: ;callwaiting = 440/300,0/10000 michael@202: ;dialrecall = 425/1000,0/200 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = 950/330,1400/330,1800/330,0/1000 michael@202: ;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: michael@202: ;[ru] michael@202: ; References: michael@202: ; http://www.minsvyaz.ru/site.shtml?id=1806 michael@202: ; http://www.aboutphone.info/lib/gost/45-223-2001.html michael@202: ;description = Russian Federation / ex Soviet Union michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/350,0/350 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/175,0/175 michael@202: ;callwaiting = 425/200,0/5000 michael@202: ;record = 1400/400,0/15000 michael@202: ;info = 950/330,1400/330,1800/330,0/1000 michael@202: ;dialrecall = 425/400,0/40 michael@202: ;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: michael@202: ;[se] michael@202: ;description = Sweden michael@202: ;ringcadence = 1000,5000 michael@202: ;dial = 425 michael@202: ;busy = 425/250,0/250 michael@202: ;ring = 425/1000,0/5000 michael@202: ;congestion = 425/250,0/750 michael@202: ;callwaiting = 425/200,0/500,425/200,0/9100 michael@202: ;dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425 michael@202: ;record = 1400/500,0/15000 michael@202: ;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: ;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: ; stutter = 425/320,0/20 ; Real swedish standard, not used for now michael@202: michael@202: ;[sg] michael@202: ;description = Singapore michael@202: ; Singapore michael@202: ; Reference: http://www.ida.gov.sg/idaweb/doc/download/I397/ida_ts_pstn1_i4r2.pdf michael@202: ; Frequency specs are: 425 Hz +/- 20Hz; 24 Hz +/- 2Hz; modulation depth 100%; SIT +/- 50Hz michael@202: ;ringcadence = 400,200,400,2000 michael@202: ;dial = 425 michael@202: ;ring = 425*24/400,0/200,425*24/400,0/2000 ; modulation should be 100%, not 90% michael@202: ;busy = 425/750,0/750 michael@202: ;congestion = 425/250,0/250 michael@202: ;callwaiting = 425*24/300,0/200,425*24/300,0/3200 michael@202: ;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: ;info = 950/330,1400/330,1800/330,0/1000 ; not currently in use acc. to reference michael@202: ;dialrecall = 425*24/500,0/500,425/500,0/2500 ; unspecified in IDA reference, use repeating Holding Tone A,B michael@202: ;record = 1400/500,0/15000 ; unspecified in IDA reference, use 0.5s tone every 15s michael@202: ; additionally defined in reference michael@202: ;nutone = 425/2500,0/500 michael@202: ;intrusion = 425/250,0/2000 michael@202: ;warning = 425/624,0/4376 ; end of period tone, warning michael@202: ;acceptance = 425/125,0/125 michael@202: ;holdinga = !425*24/500,!0/500 ; followed by holdingb michael@202: ;holdingb = !425/500,!0/2500 michael@202: michael@202: ;[th] michael@202: ;description = Thailand michael@202: ;ringcadence = 1000,4000 michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;dial = 400*50 michael@202: ;busy = 400/500,0/500 michael@202: ;ring = 420/1000,0/5000 michael@202: ;congestion = 400/300,0/300 michael@202: ;callwaiting = 1000/400,10000/400,1000/400 michael@202: ; DIALRECALL - not specified - use special dial tone instead. michael@202: ;dialrecall = 400*50/400,0/100,400*50/400,0/100 michael@202: ; RECORDTONE - not specified michael@202: ;record = 1400/500,0/15000 michael@202: ; INFO - specified as an announcement - use special information tones instead michael@202: ;info = 950/330,1400/330,1800/330 michael@202: ; STUTTER - not specified michael@202: ;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: michael@202: ;[uk] michael@202: ;description = United Kingdom michael@202: ;ringcadence = 400,200,400,2000 michael@202: ; These are the official tones taken from BT SIN350. The actual tones michael@202: ; used by BT include some volume differences so sound slightly different michael@202: ; from Asterisk-generated ones. michael@202: ;dial = 350+440 michael@202: ; Special dial is the intermittent dial tone heard when, for example, michael@202: ; you have a divert active on the line michael@202: ;specialdial = 350+440/750,440/750 michael@202: ; Busy is also called "Engaged" michael@202: ;busy = 400/375,0/375 michael@202: ; "Congestion" is the Beep-bip engaged tone michael@202: ;congestion = 400/400,0/350,400/225,0/525 michael@202: ; "Special Congestion" is not used by BT very often if at all michael@202: ;specialcongestion = 400/200,1004/300 michael@202: ;unobtainable = 400 michael@202: ;ring = 400+450/400,0/200,400+450/400,0/2000 michael@202: ;callwaiting = 400/100,0/4000 michael@202: ; BT seem to use "Special Call Waiting" rather than just "Call Waiting" tones michael@202: ;specialcallwaiting = 400/250,0/250,400/250,0/250,400/250,0/5000 michael@202: ; "Pips" used by BT on payphones. (Sounds wrong, but this is what BT claim it michael@202: ; is and I've not used a payphone for years) michael@202: ;creditexpired = 400/125,0/125 michael@202: ; These two are used to confirm/reject service requests on exchanges that michael@202: ; don't do voice announcements. michael@202: ;confirm = 1400 michael@202: ;switching = 400/200,0/400,400/2000,0/400 michael@202: ; This is the three rising tones Doo-dah-dee "Special Information Tone", michael@202: ; usually followed by the BT woman saying an appropriate message. michael@202: ;info = 950/330,0/15,1400/330,0/15,1800/330,0/1000 michael@202: ; Not listed in SIN350 michael@202: ;record = 1400/500,0/60000 michael@202: ;stutter = 350+440/750,440/750 michael@202: michael@202: ;[us] michael@202: ;description = United States / North America michael@202: ;ringcadence = 2000,4000 michael@202: ;dial = 350+440 michael@202: ;busy = 480+620/500,0/500 michael@202: ;ring = 440+480/2000,0/4000 michael@202: ;congestion = 480+620/250,0/250 michael@202: ;callwaiting = 440/300,0/10000 michael@202: ;dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = !950/330,!1400/330,!1800/330,0 michael@202: ;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: michael@202: ;[us-old] michael@202: ;description = United States Circa 1950/ North America michael@202: ;ringcadence = 2000,4000 michael@202: ;dial = 600*120 michael@202: ;busy = 500*100/500,0/500 michael@202: ;ring = 420*40/2000,0/4000 michael@202: ;congestion = 500*100/250,0/250 michael@202: ;callwaiting = 440/300,0/10000 michael@202: ;dialrecall = !600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,600*120 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = !950/330,!1400/330,!1800/330,0 michael@202: ;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: michael@202: ;[tw] michael@202: ;description = Taiwan michael@202: ; http://nemesis.lonestar.org/reference/telecom/signaling/dialtone.html michael@202: ; http://nemesis.lonestar.org/reference/telecom/signaling/busy.html michael@202: ; http://www.iproducts.com.tw/ee/kylink/06ky-1000a.htm michael@202: ; http://www.pbx-manufacturer.com/ky120dx.htm michael@202: ; http://www.nettwerked.net/tones.txt michael@202: ; http://www.cisco.com/univercd/cc/td/doc/product/tel_pswt/vco_prod/taiw_sup/taiw2.htm michael@202: ; michael@202: ; busy tone 480+620Hz 0.5 sec. on ,0.5 sec. off michael@202: ; reorder tone 480+620Hz 0.25 sec. on,0.25 sec. off michael@202: ; ringing tone 440+480Hz 1 sec. on ,2 sec. off michael@202: ; michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 350+440 michael@202: ;busy = 480+620/500,0/500 michael@202: ;ring = 440+480/1000,0/2000 michael@202: ;congestion = 480+620/250,0/250 michael@202: ;callwaiting = 350+440/250,0/250,350+440/250,0/3250 michael@202: ;dialrecall = 300/1500,0/500 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = !950/330,!1400/330,!1800/330,0 michael@202: ;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: michael@202: ;[ve] michael@202: ; Tone definition source for ve found on michael@202: ; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf michael@202: ;description = Venezuela / South America michael@202: ;ringcadence = 1000,4000 michael@202: ;dial = 425 michael@202: ;busy = 425/500,0/500 michael@202: ;ring = 425/1000,0/4000 michael@202: ;congestion = 425/250,0/250 michael@202: ;callwaiting = 400+450/300,0/6000 michael@202: ;dialrecall = 425 michael@202: ;record = 1400/500,0/15000 michael@202: ;info = !950/330,!1440/330,!1800/330,0/1000 michael@202: michael@202: michael@202: ;[za] michael@202: ;description = South Africa michael@202: ; http://www.cisco.com/univercd/cc/td/doc/product/tel_pswt/vco_prod/safr_sup/saf02.htm michael@202: ; (definitions for other countries can also be found there) michael@202: ; Note, though, that South Africa uses two switch types in their network -- michael@202: ; Alcatel switches -- mainly in the Western Cape, and Siemens elsewhere. michael@202: ; The former use 383+417 in dial, ringback etc. The latter use 400*33 michael@202: ; I've provided both, uncomment the ones you prefer michael@202: ;ringcadence = 400,200,400,2000 michael@202: ; dial/ring/callwaiting for the Siemens switches: michael@202: ;dial = 400*33 michael@202: ;ring = 400*33/400,0/200,400*33/400,0/2000 michael@202: ;callwaiting = 400*33/250,0/250,400*33/250,0/250,400*33/250,0/250,400*33/250,0/250 michael@202: ; dial/ring/callwaiting for the Alcatel switches: michael@202: ; dial = 383+417 michael@202: ; ring = 383+417/400,0/200,383+417/400,0/2000 michael@202: ; callwaiting = 383+417/250,0/250,383+417/250,0/250,383+417/250,0/250,383+417/250,0/250 michael@202: ;congestion = 400/250,0/250 michael@202: ;busy = 400/500,0/500 michael@202: ;dialrecall = 350+440 michael@202: ; XXX Not sure about the RECORDTONE michael@202: ;record = 1400/500,0/10000 michael@202: ;info = 950/330,1400/330,1800/330,0/330 michael@202: ;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