summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-10-11 20:17:16 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-10-11 20:17:16 +0000
commit1dd3641de3e1d495e461990d71a2888e02053fdd (patch)
tree625fb361e87207080d82f7775a3f0848ede26e07 /zonedata.c
parentc7647739438641c834b5d2737af2d3d976ff62a9 (diff)
Version 0.3.2 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@117 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c15
1 files changed, 14 insertions, 1 deletions
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 <markster@linux-support.net>
*
* 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 }
};