[zaptel-commits] file: branch 1.4 r1913 - in /branches/1.4: ./
zonedata.c
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Mon Jan 22 18:58:39 MST 2007
Author: file
Date: Mon Jan 22 19:58:38 2007
New Revision: 1913
URL: http://svn.digium.com/view/zaptel?view=rev&rev=1913
Log:
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)
........
Modified:
branches/1.4/ (props changed)
branches/1.4/zonedata.c
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/zonedata.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/zonedata.c?view=diff&rev=1913&r1=1912&r2=1913
==============================================================================
--- branches/1.4/zonedata.c (original)
+++ branches/1.4/zonedata.c Mon Jan 22 19:58:38 2007
@@ -46,7 +46,7 @@
{ 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" },
More information about the zaptel-commits
mailing list