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

markster at lists.digium.com markster at lists.digium.com
Thu May 13 15:50:17 CDT 2004


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

Modified Files:
	zonedata.c 
Log Message:
Add zone data for taiwan (bug #1600)


Index: zonedata.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zonedata.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- zonedata.c	24 Feb 2004 20:28:39 -0000	1.16
+++ zonedata.c	13 May 2004 20:01:07 -0000	1.17
@@ -206,6 +206,18 @@
 		{ 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" },
 		{ ZT_TONE_STUTTER, "425/650,0/25" } },
 	},
+        { 14, "tw", "Taiwan", { 1000, 4000 },
+        {
+                { ZT_TONE_DIALTONE, "350+440" },
+                { ZT_TONE_BUSY, "480+620/500,0/500" },
+                { ZT_TONE_RINGTONE, "440+480/1000,0/2000" },
+                { ZT_TONE_CONGESTION, "480+620/250,0/250" },
+                { ZT_TONE_CALLWAIT, "350+440/250,0/250,350+440/250,0/3250" },
+                { ZT_TONE_DIALRECALL, "300/1500,0/500" },
+                { ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+                { 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" } },
+        },
 	{ -1 }		
 };
 




More information about the svn-commits mailing list