summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-01-07 23:13:46 +0000
committermalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-01-07 23:13:46 +0000
commit7d9dcdf5b944e346b583561acd659b0a3b0dc8a4 (patch)
treee165696ecfeeec465a878afd1801b992d52da852 /zonedata.c
parent80f25d9ed6ea4af860f3127bad4cf43bbd258b5c (diff)
Updates to zonedata.c per Bug #482
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@293 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/zonedata.c b/zonedata.c
index 43a7a38..fb50d60 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -158,7 +158,19 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_RECORDTONE, "1400/500,0/15000" },
{ ZT_TONE_INFO, "!950/330,!1450/330,!1850/330,0/1000" },
{ ZT_TONE_STUTTER, "350+430" } },
- },
+ },
+ { 10, "nz", "New Zealand", { 400, 200, 400, 2000 },
+ {
+ { ZT_TONE_DIALTONE, "400" },
+ { ZT_TONE_BUSY, "400/500,0/500" },
+ { ZT_TONE_RINGTONE, "400+450/400,0/200,400+450/400,0/2000" },
+ { ZT_TONE_CONGESTION, "400/250,0/250" },
+ { ZT_TONE_CALLWAIT, "400/250,0/250,400/250,0/3250" },
+ { ZT_TONE_DIALRECALL, "!400/100!0/100,!400/100,!0/100,!400/100,!0/100,400" },
+ { ZT_TONE_RECORDTONE, "1400/425,0/15000" },
+ { ZT_TONE_INFO, "400/750,0/100,400/750,0/100,400/750,0/100,400/750,0/400" },
+ { 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" } },
+ },
{ -1 }
};