summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-29 04:09:45 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-29 04:09:45 +0000
commit7daea7dad35a56abeaf39b9935e9bb13d4838cab (patch)
treef36f4f3f4d793cf526f910db7bcbba2905c4789e /zonedata.c
parentb763ba57f9def056491d0d82099bf4bd414e38f2 (diff)
Fix UK tone indications (bug #3430)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@575 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/zonedata.c b/zonedata.c
index 3177418..c6126bb 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -86,16 +86,16 @@ struct tone_zone builtin_zones[] =
},
{ 4, "uk", "United Kingdom", { 400, 200, 400, 2000 },
{
+ /* From British Telecom SIN350 v1.2 */
{ 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_CALLWAIT, "400/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" },
- { ZT_TONE_STUTTER, "350+440" } },
+ { ZT_TONE_RECORDTONE, "1400/500,0/60000" },
+ { ZT_TONE_INFO, "950/330,0/15,1400/330,0/15,1800/330,0/1000" },
+ { ZT_TONE_STUTTER, "350+440/750,440/750" } },
},
{ 5, "fi", "Finland", { 1000, 4000 },
{