[svn-commits] trunk r1002 - /trunk/zonedata.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 15 15:48:58 MST 2006


Author: russell
Date: Sat Apr 15 17:48:56 2006
New Revision: 1002

URL: http://svn.digium.com/view/zaptel?rev=1002&view=rev
Log:
add zonedata for Thailand (issue #6971)

Modified:
    trunk/zonedata.c

Modified: trunk/zonedata.c
URL: http://svn.digium.com/view/zaptel/trunk/zonedata.c?rev=1002&r1=1001&r2=1002&view=diff
==============================================================================
--- trunk/zonedata.c (original)
+++ trunk/zonedata.c Sat Apr 15 17:48:56 2006
@@ -560,5 +560,23 @@
 		{ ZT_TONE_STUTTER, "450+425" },
 	  },
 	},
+	{ 36, "th", "Thailand", { 1000, 4000 },
+          {
+		/* Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf */
+		{ ZT_TONE_DIALTONE,   "400*50" },
+		{ ZT_TONE_BUSY,       "400/500,0/500" },
+		{ ZT_TONE_RINGTONE,   "400/1000,0/4000" },
+		{ ZT_TONE_CONGESTION, "400/300,0/300" },
+		{ ZT_TONE_CALLWAIT,   "1000/400,10000/400,1000/400" },
+		/* DIALRECALL - not specified - use special dial tone instead. */
+		{ ZT_TONE_DIALRECALL, "400*50/400,0/100,400*50/400,0/100" },
+		/* RECORDTONE - not specified */
+		{ ZT_TONE_RECORDTONE, "1400/500,0/15000" },
+		/* INFO - specified as an announcement - use tones instead. */
+		{ ZT_TONE_INFO,       "950/330,1400/330,1800/330" },
+		/* STUTTER - not specified */
+		{ ZT_TONE_STUTTER,    "!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,400" },
+	  },
+	},
 	{ -1 }		
 };



More information about the svn-commits mailing list