summaryrefslogtreecommitdiff
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
parent027f4624abbc016a17dcec9fb24cea92018fa3e0 (diff)
Add Norway tone zones
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@227 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xzaptel.conf.sample5
-rwxr-xr-xzonedata.c12
2 files changed, 16 insertions, 1 deletions
diff --git a/zaptel.conf.sample b/zaptel.conf.sample
index deb76b3..f91ca3b 100755
--- a/zaptel.conf.sample
+++ b/zaptel.conf.sample
@@ -119,7 +119,10 @@
#
loadzone = us
#loadzone=fr
-#loadzone=fr
#loadzone=de
#loadzone=uk
+#loadzone=fi
+#loadzone=jp
+#loadzone=sp
+#loadzone=no
defaultzone=us
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 }
};