[Asterisk-cvs] zaptel wctdm.c,1.107,1.108

markster at lists.digium.com markster at lists.digium.com
Sat Feb 26 23:46:56 CST 2005


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

Modified Files:
	wctdm.c 
Log Message:
Fix ringer not to catch pulse dial pulses (bug #3676)


Index: wctdm.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wctdm.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- wctdm.c	14 Feb 2005 17:16:16 -0000	1.107
+++ wctdm.c	27 Feb 2005 05:44:42 -0000	1.108
@@ -120,7 +120,7 @@
 	int ring_x;
 } fxo_modes[] =
 {
-	{ "FCC", 0, 0, 0, 0, 0, 0x3, 0, 0, }, 	/* US, Canada */
+	{ "FCC", 0, 0, 0, 1, 0, 0x3, 0, 0, }, 	/* US, Canada */
 	{ "TBR21", 0, 0, 0, 0, 1, 0x3, 0, 0x2, 0x7e6c, 0x023a, },
 										/* Austria, Belgium, Denmark, Finland, France, Germany, 
 										   Greece, Iceland, Ireland, Italy, Luxembourg, Netherlands,




More information about the svn-commits mailing list