Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv700
Modified Files:
zaptel.c
Log Message:
correct typo
Index: zaptel.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.c,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- zaptel.c 30 Sep 2005 20:41:21 -0000 1.123
+++ zaptel.c 4 Oct 2005 20:34:36 -0000 1.124
@@ -5247,7 +5247,7 @@
} else if (rxsig == ZT_RXSIG_OFFHOOK) {
if (chan->itimer) {
/* did the offhook occur in the window? if not,
ignore both events */
- if (chan->itimer <= ((ZT_FXSFLASHMAXTIME -
ZTFXSFLASHMINTIME) * ZT_CHUNKSIZE))
+ if (chan->itimer <= ((ZT_FXSFLASHMAXTIME -
ZT_FXSFLASHMINTIME) * ZT_CHUNKSIZE))
__qevent(chan, ZT_EVENT_WINKFLASH);
}
chan->itimer = 0;
_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs