From 1dd3641de3e1d495e461990d71a2888e02053fdd Mon Sep 17 00:00:00 2001 From: markster Date: Fri, 11 Oct 2002 20:17:16 +0000 Subject: Version 0.3.2 from FTP git-svn-id: http://svn.digium.com/svn/zaptel/trunk@117 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zonedata.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'zonedata.c') diff --git a/zonedata.c b/zonedata.c index 1f1e7f8..49ddf90 100755 --- a/zonedata.c +++ b/zonedata.c @@ -20,6 +20,7 @@ * Primary Author: Mark Spencer * * This information from ITU E.180 Supplement 2. + * UK information from BT SIN 350 Issue 1.1 */ #include "tonezone.h" @@ -65,7 +66,7 @@ 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 }, + { 3, "nl", "Netherlands", { 1000, 4000 }, { /* Most of these 425's can also be 450's */ { ZT_TONE_DIALTONE, "425" }, @@ -80,6 +81,18 @@ struct tone_zone builtin_zones[] = { ZT_TONE_RECORDTONE, "1400/500,0/15000" }, { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" } } }, + { 4, "uk", "United Kingdom", { 400, 200, 400, 2000 }, + { + { ZT_TONE_DIALTONE, "350+440" }, + { ZT_TONE_BUSY, "400/375,0/375" }, + { ZT_TONE_RINGTONE, "400+450/400,0/200,400+450/400,0/2000" }, + { ZT_TONE_CONGESTION, "400/400,0/350,400/225,0/525" }, + { ZT_TONE_CALLWAIT, "440/100,0/4000" }, + { ZT_TONE_DIALRECALL, "350+440" }, + /* Not sure about the RECORDTONE */ + { ZT_TONE_RECORDTONE, "1400/500,0/10000" }, + { ZT_TONE_INFO, "950/330,1400/330,1800/330,0" } } + }, { -1 } }; -- cgit v1.2.3