From 29fe4cb025a1a8e098ebd3d853bf37e6268e6b47 Mon Sep 17 00:00:00 2001 From: markster Date: Fri, 6 Sep 2002 00:26:57 +0000 Subject: Version 0.3.0 from FTP git-svn-id: http://svn.digium.com/svn/zaptel/trunk@104 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zonedata.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'zonedata.c') 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 } }; -- cgit v1.2.3