summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-11 04:30:25 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-11 04:30:25 +0000
commita5148e8f03b1762ce7a67b9ef808a0a1624acdf6 (patch)
treed4b117a38ef144e2de72c4e22b756f2a75333e07 /zonedata.c
parent162245bff8c9c3cfef053489f503e6f4a9df89da (diff)
Add polish tone zone (bug #3016)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@509 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 74a519f..3177418 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -331,5 +331,21 @@ struct tone_zone builtin_zones[] =
/* 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 }
};