summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }
};