[Asterisk-cvs] zaptel wcfxs.c,1.72,1.73

markster at lists.digium.com markster at lists.digium.com
Wed Jun 23 14:38:27 CDT 2004


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

Modified Files:
	wcfxs.c 
Log Message:
Fix other half


Index: wcfxs.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcfxs.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- wcfxs.c	23 Jun 2004 17:50:52 -0000	1.72
+++ wcfxs.c	23 Jun 2004 18:24:21 -0000	1.73
@@ -1256,7 +1256,7 @@
 					if (debug)
 						printk("RING on %d/%d!\n", wc->span.spanno, card + 1);
 				}
-				wc->mod.fxo.ringdebounce[card] = ZT_CHUNKSIZE * 32;
+				wc->mod.fxo.ringdebounce[card] = ZT_CHUNKSIZE * 64;
 			}
 		} else {
 			wc->mod.fxo.ringdebounce[card] -= ZT_CHUNKSIZE;




More information about the svn-commits mailing list