[Asterisk-cvs] zaptel zonedata.c,1.30,1.31

markster at lists.digium.com markster at lists.digium.com
Tue Feb 15 23:32:46 CST 2005


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

Modified Files:
	zonedata.c 
Log Message:
Add tone zone for estonia (bug #3589)


Index: zonedata.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zonedata.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- zonedata.c	12 Feb 2005 01:34:10 -0000	1.30
+++ zonedata.c	16 Feb 2005 05:32:07 -0000	1.31
@@ -377,5 +377,16 @@
 		/* 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" } },
 	},
+    { 26, "ee", "Estonia", { 1000, 4000 },
+    {
+        { ZT_TONE_DIALTONE, "425" }, 
+        { ZT_TONE_BUSY, "425/300,0/300" }, 
+        { ZT_TONE_RINGTONE, "425/1000,0/4000" }, 
+        { ZT_TONE_CONGESTION, "425/200,0/200" },
+        { ZT_TONE_CALLWAIT, "950/650,0/325,950/325,0/30,1400/1300,0/2600" }, 
+        { ZT_TONE_DIALRECALL, "425/650,0/25" },
+        { ZT_TONE_STUTTER, "425/150,0/150,425/150,0/8000" },
+        { ZT_TONE_INFO, "950/650,0/325,950/325,0/30,1400/1300,0/2600" } },
+    },
 	{ -1 }		
 };




More information about the svn-commits mailing list