[Asterisk-cvs] zaptel zonedata.c,1.32,1.33

markster at lists.digium.com markster at lists.digium.com
Tue Mar 22 18:04:22 CST 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv18542

Modified Files:
	zonedata.c 
Log Message:
Fix polish tone zone (bug #3834)


Index: zonedata.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zonedata.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- zonedata.c	1 Mar 2005 06:43:42 -0000	1.32
+++ zonedata.c	22 Mar 2005 23:58:54 -0000	1.33
@@ -343,7 +343,7 @@
 		{ ZT_TONE_DIALRECALL, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,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" },
 		/* STUTTER not specified */
 		{ ZT_TONE_STUTTER, "!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425" } },
 	},




More information about the svn-commits mailing list