summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-13 03:53:51 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-13 03:53:51 +0000
commitb1211ddf0f4d137ac9b781c7f490985534d79170 (patch)
tree477657105242a47166ffdff7484247363194fc84 /zonedata.c
parent20c1b4ccb4d8c659ddcbda7d89b507512cf09d24 (diff)
Add sweedish indications (bug #1834)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@406 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 02be7c8..6f906cb 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -230,5 +230,22 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_INFO, "!950/333,!1400/333,!1800/333,0" },
{ ZT_TONE_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" } },
},
+ { 16, "se", "Sweden", { 1000, 5000 },
+ {
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/250,0/250" },
+ { ZT_TONE_RINGTONE, "425/1000,0/5000" },
+ { ZT_TONE_CONGESTION, "425/250,0/750" },
+ { ZT_TONE_CALLWAIT, "425/200,0/500,425/200,0/9100" },
+ { ZT_TONE_DIALRECALL, "!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425" },
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_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" },
+ /*{ ZT_TONE_STUTTER, "425/320,0/20" }, Real swedish standard, not used for now */
+ { 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 }
};