summaryrefslogtreecommitdiff
path: root/wcfxs.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcfxs.c')
-rwxr-xr-xwcfxs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/wcfxs.c b/wcfxs.c
index a6fea02..8805792 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -926,8 +926,10 @@ static int wcfxs_init_proslic(struct wcfxs *wc, int card, int fast, int manual,
#endif
#ifdef BOOST_RINGER
+ wcfxs_setreg(wc, card, 74, 0x3f);
+
/* Beef up Ringing voltage to 89V */
- if (wcfxs_setreg_indirect(wc, card, 23, 0x1d1))
+ if (wcfxs_setreg_indirect(wc, card, 21, 0x1d1))
return -1;
#endif
return 0;