[Asterisk-cvs] zaptel wctdm.c,1.106,1.107
markster at lists.digium.com
markster at lists.digium.com
Mon Feb 14 11:16:45 CST 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv6709
Modified Files:
wctdm.c
Log Message:
Remove remaining debug code
Index: wctdm.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wctdm.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- wctdm.c 14 Feb 2005 17:07:45 -0000 1.106
+++ wctdm.c 14 Feb 2005 17:16:16 -0000 1.107
@@ -1428,7 +1428,6 @@
(wctdm_getreg(wc, card, 13) >> 2) & 0xf);
/* Enable on-hook line monitor */
wctdm_setreg(wc, card, 5, 0x08);
- wc->mod.fxo.offhook[card] = 1;
return 0;
}
@@ -1583,7 +1582,6 @@
if (fxo_modes[_opermode].ring_x)
wctdm_proslic_setreg_indirect(wc, card, 21, fxo_modes[_opermode].ring_x);
}
- wctdm_setreg(wc,card,10,0);
if (lowpower)
wctdm_setreg(wc, card, 72, 0x10);
More information about the svn-commits
mailing list