[Asterisk-cvs] zaptel zonedata.c,1.17,1.18

markster at lists.digium.com markster at lists.digium.com
Sun May 16 11:19:37 CDT 2004


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

Modified Files:
	zonedata.c 
Log Message:
Add tonezone data for Chile (bug #1656)


Index: zonedata.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zonedata.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- zonedata.c	13 May 2004 20:01:07 -0000	1.17
+++ zonedata.c	16 May 2004 15:31:14 -0000	1.18
@@ -218,6 +218,17 @@
                 { ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0" },
                 { ZT_TONE_STUTTER, "!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440" } },
         },
+        { 15, "cl", "Chile", { 1000, 3000 }, 
+	{
+		{ ZT_TONE_DIALTONE, "400" },
+		{ ZT_TONE_BUSY, "400/500,0/500" },
+		{ ZT_TONE_RINGTONE, "400/1000,0/3000" },
+		{ ZT_TONE_CONGESTION, "400/200,0/200" },
+		{ ZT_TONE_CALLWAIT, "400/250,0/8750" },
+		{ ZT_TONE_DIALRECALL, "!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400" },
+		{ ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+		{ ZT_TONE_INFO, "!950/333,!1400/333,!1800/333,0" },
+		{ ZT_TONE_STUTTER, "!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400" } },
+	},
 	{ -1 }		
 };
-




More information about the svn-commits mailing list