[Asterisk-cvs] zaptel zaptel.conf.sample, 1.16, 1.17 zonedata.c,
1.26, 1.27
markster at lists.digium.com
markster at lists.digium.com
Fri Dec 10 23:33:04 CST 2004
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv19702
Modified Files:
zaptel.conf.sample zonedata.c
Log Message:
Add polish tone zone (bug #3016)
Index: zaptel.conf.sample
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.conf.sample,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- zaptel.conf.sample 9 Dec 2004 06:35:59 -0000 1.16
+++ zaptel.conf.sample 11 Dec 2004 04:30:25 -0000 1.17
@@ -141,6 +141,7 @@
#loadzone=no
#loadzone=hu
#loadzone=lt
+#loadzone=pl
defaultzone=us
#
# Section for PCI Radio Interface
Index: zonedata.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zonedata.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- zonedata.c 9 Dec 2004 06:35:59 -0000 1.26
+++ zonedata.c 11 Dec 2004 04:30:25 -0000 1.27
@@ -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 }
};
More information about the svn-commits
mailing list