summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzonedata.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/zonedata.c b/zonedata.c
index 77981c9..1f1e7f8 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -65,6 +65,21 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_RECORDTONE, "1400/500,0/15000" },
{ ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" } }
},
+ { 2, "nl", "Netherlands", { 1000, 4000 },
+ {
+ /* Most of these 425's can also be 450's */
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/500,0/500" },
+ { ZT_TONE_RINGTONE, "425/1000,0/4000" },
+ { ZT_TONE_CONGESTION, "425/250,0/250" },
+ /* XXX I'm making up the call wait tone XXX */
+ { ZT_TONE_CALLWAIT, "440/300,0/10000" },
+ /* XXX Assuming this is "Special Dial Tone" XXX */
+ { ZT_TONE_DIALRECALL, "425/500,0/50" },
+ /* XXX I'm making up the record tone XXX */
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+ { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" } }
+ },
{ -1 }
};