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

markster at lists.digium.com markster at lists.digium.com
Fri Apr 15 01:45:09 CDT 2005


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

Modified Files:
	zonedata.c 
Log Message:
Add Indian tonezone (bug #4026)


Index: zonedata.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zonedata.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- zonedata.c	22 Mar 2005 23:58:54 -0000	1.33
+++ zonedata.c	15 Apr 2005 06:36:40 -0000	1.34
@@ -400,5 +400,22 @@
 		{ ZT_TONE_INFO, "950/330,0/30,1400/330,0/30,1800/330,0/1000" },
 		{ 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" } },
 	},
+	{ 28, "in", "India", {  400, 200, 400, 2000 }, 
+	{
+		/* Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf */
+		{ ZT_TONE_DIALTONE, "400*25" },
+		{ ZT_TONE_BUSY, "400/750,0/750" },
+		{ ZT_TONE_RINGTONE, "400*25/400,0/200,400*25/400,0/2000" },
+		{ ZT_TONE_CONGESTION, "400/250,0/250" },
+		{ ZT_TONE_CALLWAIT, "400/200,0/100,400/200,0/7500" },
+		/* DIALRECALL - not specified */
+		{ 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" },
+		/* INFO - not specified */
+		{ ZT_TONE_INFO, "!950/330,!1400/330,!1800/330,0/1000" },
+		/* STUTTER - not specified */
+		{ 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