summaryrefslogtreecommitdiff
path: root/zonedata.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-23 01:57:00 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-23 01:57:00 +0000
commit0c56205a9a0d74562271fbaeddcabe91470f5f72 (patch)
tree292650e537c95dc2348d0129c6be216ee3e058df /zonedata.c
parent4acedbc838fbec225a19e6880f38d397339b18fb (diff)
Fix Congestion tone for Australia. (issue #8891 reported by JT)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1912 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 06c30a7..dbfef0d 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" },