[Asterisk-cvs] zaptel zonedata.c,1.34,1.35
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Thu May 19 12:01:41 CDT 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv13618
Modified Files:
zonedata.c
Log Message:
correct ZT_TONE_INFO for South Africa (za) (bug #4293)
Index: zonedata.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zonedata.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- zonedata.c 15 Apr 2005 06:36:40 -0000 1.34
+++ zonedata.c 19 May 2005 16:06:40 -0000 1.35
@@ -358,7 +358,7 @@
{ ZT_TONE_DIALRECALL, "350+440" },
/* RECORDTONE - not specified */
{ ZT_TONE_RECORDTONE, "1400/500,0/15000" },
- { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000" },
+ { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0" },
/* STUTTER not specified */
{ ZT_TONE_STUTTER, "!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,400*33" } },
},
More information about the svn-commits
mailing list