summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-14 17:16:16 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-14 17:16:16 +0000
commite39609bd500945b4b8117d36212e32994f5d36da (patch)
treec83aeb7fe6afc05d8a9200fbe287bc03449b4bc0 /wctdm.c
parent141a7dd7c136caf95a542f9802e660ae9c91eb4c (diff)
Remove remaining debug code
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@589 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.c')
-rwxr-xr-xwctdm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wctdm.c b/wctdm.c
index 9775e71..32de79b 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -1428,7 +1428,6 @@ static int wctdm_init_voicedaa(struct wctdm *wc, int card, int fast, int manual,
(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 @@ static int wctdm_init_proslic(struct wctdm *wc, int card, int fast, int manual,
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);