summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-11-08 00:15:16 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-11-08 00:15:16 +0000
commit3dc0d48292202015cc68f588702ade7f4c03be6d (patch)
tree6d65fa5310b5a90b9818544817e6db07f02a5f30 /zonedata.c
parent6679aa2f08c81d44f17f75cd463e82a22bfb7fef (diff)
Fix singapore (bug #2712)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@494 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rwxr-xr-xzonedata.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/zonedata.c b/zonedata.c
index 1c82922..4c695a2 100755
--- a/zonedata.c
+++ b/zonedata.c
@@ -264,15 +264,16 @@ struct tone_zone builtin_zones[] =
},
{ 18, "sg", "Singapore", { 400, 200, 400, 2000 },
{
- { ZT_TONE_DIALTONE, "425" },
- { ZT_TONE_BUSY, "425/750,0/750" },
- { ZT_TONE_RINGTONE, "400+450/400,0/200,400+450/400,0/2000" },
+ /* Reference: http://www.ida.gov.sg/idaweb/doc/download/I397/ida_ts_pstn1_i4r2.pdf */
+ { ZT_TONE_DIALTONE, "425" },
+ { ZT_TONE_BUSY, "425/750,0/750" },
+ { ZT_TONE_RINGTONE, "425*24/400,0/200,425*24/400,0/2000" },
{ ZT_TONE_CONGESTION, "425/250,0/250" },
- { ZT_TONE_CALLWAIT, "!425/200,!0/600,!425/200,!0/3000,!425/200,!0/600,!425/200" },
- { ZT_TONE_DIALRECALL, "400+450/100,0/500,425/500,0/2500" },
- { ZT_TONE_RECORDTONE, "1400/425,0/15000" },
- { ZT_TONE_INFO, "950/330,1400/330,1800/330,0/1000" },
- { ZT_TONE_STUTTER, "!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200," } },
+ { ZT_TONE_CALLWAIT, "425*24/300,0/200,425*24/300,0/3200" },
+ { ZT_TONE_STUTTER, "!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,425" },
+ { ZT_TONE_INFO, "950/330,1400/330,1800/330,0/1000" }, /* Special Information Tone (not in use) */
+ { ZT_TONE_DIALRECALL, "425*24/500,0/500,425/500,0/2500" }, /* unspecified in IDA reference, use repeating Holding Tone A,B */
+ { ZT_TONE_RECORDTONE, "1400/500,0/15000" } }, /* unspecified in IDA reference, use 0.5s tone every 15s */
},
{ 19, "il", "Israel", { 1000, 3000 },
{