summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-23 02:02:57 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-23 02:02:57 +0000
commit32474245aaab39b88fd2ff7b03356bedbb0ad3ac (patch)
tree4b0eacb2deccc1044f8db6fc85a341ac47a4ebd0 /zonedata.c
parent88d22007381081ae2a230f43b5cf5c4ea25086e7 (diff)
Merged revisions 1913 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1913 | file | 2007-01-22 20:58:38 -0500 (Mon, 22 Jan 2007) | 10 lines Merged revisions 1912 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1912 | file | 2007-01-22 20:57:00 -0500 (Mon, 22 Jan 2007) | 2 lines Fix Congestion tone for Australia. (issue #8891 reported by JT) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1914 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zonedata.c')
-rw-r--r--zonedata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zonedata.c b/zonedata.c
index 94d8db2..220c29d 100644
--- a/zonedata.c
+++ b/zonedata.c
@@ -46,7 +46,7 @@ struct tone_zone builtin_zones[] =
{ ZT_TONE_BUSY, "425/375,0/375" },
{ ZT_TONE_RINGTONE, "413+438/400,0/200,413+438/400,0/2000" },
/* XXX Congestion: Should reduce by 10 db every other cadence XXX */
- { ZT_TONE_CONGESTION, "425/375,0/375,420/375,8/375" },
+ { ZT_TONE_CONGESTION, "425/375,0/375,420/375,0/375" },
{ ZT_TONE_CALLWAIT, "425/100,0/200,425/200,0/4400" },
{ ZT_TONE_DIALRECALL, "413+428" },
{ ZT_TONE_RECORDTONE, "!425/1000,!0/15000,425/360,0/15000" },