[Asterisk-cvs] zaptel wcfxs.c,1.24,1.25

markster at lists.digium.com markster at lists.digium.com
Mon Oct 6 00:41:45 CDT 2003


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

Modified Files:
	wcfxs.c 
Log Message:
Fix timeout to logical value


Index: wcfxs.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcfxs.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- wcfxs.c	5 Oct 2003 19:27:13 -0000	1.24
+++ wcfxs.c	6 Oct 2003 05:42:55 -0000	1.25
@@ -499,7 +499,7 @@
 		if ((x < wc->cards) && (wc->cardflag & (1 << x))) {
 			if (wc->lasttxhook[x] == 0x4) {
 				/* RINGing, prepare for OHT */
-				wc->ohttimer[x] = OHT_TIMER;
+				wc->ohttimer[x] = OHT_TIMER << 3;
 				wc->idletxhookstate[x] = 0x2;	/* OHT mode when idle */
 			} else {
 				if (wc->ohttimer[x]) {




More information about the svn-commits mailing list