Index: asterisk/configs/indications.conf.sample =================================================================== RCS file: /usr/cvsroot/asterisk/configs/indications.conf.sample,v retrieving revision 1.18 diff -u -r1.18 indications.conf.sample --- asterisk/configs/indications.conf.sample 9 Dec 2004 06:33:40 -0000 1.18 +++ asterisk/configs/indications.conf.sample 10 Dec 2004 13:43:45 -0000 @@ -372,3 +372,20 @@ ; XXX I'm making up the record tone XXX record = 1400/500,0/15000 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 + +[pl] +description = Poland +ringcadence = 1000,4000 +dial = 425 +busy = 425/500,0/500 +ring = 425/1000,0/4000 +congestion = 425/500,0/500 +callwaiting = 425/150,0/150,425/150,0/4000 +; DIALRECALL - not specified +dialrecall = 425/500,0/50 +; RECORDTONE - not specified +record = 1400/500,0/15000 +/* 950/1400/1800 3x0.33 on 1.0 off repeated 3 times */ +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 + + Index: zaptel/zaptel.conf.sample =================================================================== RCS file: /usr/cvsroot/zaptel/zaptel.conf.sample,v retrieving revision 1.16 diff -u -r1.16 zaptel.conf.sample --- zaptel/zaptel.conf.sample 9 Dec 2004 06:35:59 -0000 1.16 +++ zaptel/zaptel.conf.sample 10 Dec 2004 13:43:46 -0000 @@ -141,6 +141,7 @@ #loadzone=no #loadzone=hu #loadzone=lt +#loadzone=pl defaultzone=us # # Section for PCI Radio Interface Index: zaptel/zonedata.c =================================================================== RCS file: /usr/cvsroot/zaptel/zonedata.c,v retrieving revision 1.26 diff -u -r1.26 zonedata.c --- zaptel/zonedata.c 9 Dec 2004 06:35:59 -0000 1.26 +++ zaptel/zonedata.c 10 Dec 2004 13:43:46 -0000 @@ -331,5 +331,21 @@ /* STUTTER not specified */ { ZT_TONE_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" } }, }, + { 23, "pl", "Poland", { 1000, 4000 }, + { + /* Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf */ + { ZT_TONE_DIALTONE, "425" }, + { ZT_TONE_BUSY, "425/500,0/500" }, + { ZT_TONE_RINGTONE, "425/1000,0/4000" }, + { ZT_TONE_CONGESTION, "425/500,0/500" }, + { ZT_TONE_CALLWAIT, "425/150,0/150,425/150,0/4000" }, + /* DIALRECALL - not specified */ + { ZT_TONE_DIALRECALL, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" }, + /* RECORDTONE - not specified */ + { ZT_TONE_RECORDTONE, "1400/500,0/15000" }, + { ZT_TONE_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" }, + /* STUTTER not specified */ + { ZT_TONE_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" } }, + }, { -1 } };