summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormartinp <martinp@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-08-13 02:51:58 +0000
committermartinp <martinp@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-08-13 02:51:58 +0000
commitfe3cc94fa198afee573db52578c98d6ab570ecdb (patch)
treece16950e972e2c52b94be0d96bd6bbaabd94a141 /zonedata.c
parent027f4624abbc016a17dcec9fb24cea92018fa3e0 (diff)
Add Norway tone zones
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@227 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 14bea6d..0e5b3a4 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -133,6 +133,18 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,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" } },
},
+ { 8,"no","Norway", { 1000, 4000 },
+ {
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/500,0/500" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "425/200,0/200" },
+ { ZT_TONE_CALLWAIT, "425/200,0/600,425/200,0/10000" },
+ { ZT_TONE_DIALRECALL, "470/400,425/400" },
+ { ZT_TONE_RECORDTONE, "1400/400,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" },
+ { ZT_TONE_STUTTER, "470/400,425/400" } },
+ },
{ -1 }
};