[Asterisk-cvs] zaptel zonedata.c,1.27,1.28
markster at lists.digium.com
markster at lists.digium.com
Fri Jan 28 22:07:52 CST 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv21238
Modified Files:
zonedata.c
Log Message:
Fix UK tone indications (bug #3430)
Index: zonedata.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zonedata.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- zonedata.c 11 Dec 2004 04:30:25 -0000 1.27
+++ zonedata.c 29 Jan 2005 04:09:45 -0000 1.28
@@ -86,16 +86,16 @@
},
{ 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 },
{
More information about the svn-commits
mailing list