From 12b723850e1c9a5519d1d8ca933a3e283a3f0eae Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 26 Jul 2004 19:15:10 +0000 Subject: Enable two wire synthesis with honor mode (bug #2141) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@442 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wcfxs.c | 2 +- wctdm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfxs.c b/wcfxs.c index 1d28058..2b771c4 100755 --- a/wcfxs.c +++ b/wcfxs.c @@ -1284,7 +1284,7 @@ static int wcfxs_init_proslic(struct wcfxs *wc, int card, int fast, int manual, wcfxs_setreg(wc, card, 73, 0x04); if (fxshonormode) { fxsmode = acim2tiss[fxo_modes[_opermode].acim]; - wcfxs_setreg(wc, card, 10, fxsmode); + wcfxs_setreg(wc, card, 10, 0x08 | fxsmode); } if (lowpower) wcfxs_setreg(wc, card, 72, 0x10); diff --git a/wctdm.c b/wctdm.c index 1d28058..2b771c4 100755 --- a/wctdm.c +++ b/wctdm.c @@ -1284,7 +1284,7 @@ static int wcfxs_init_proslic(struct wcfxs *wc, int card, int fast, int manual, wcfxs_setreg(wc, card, 73, 0x04); if (fxshonormode) { fxsmode = acim2tiss[fxo_modes[_opermode].acim]; - wcfxs_setreg(wc, card, 10, fxsmode); + wcfxs_setreg(wc, card, 10, 0x08 | fxsmode); } if (lowpower) wcfxs_setreg(wc, card, 72, 0x10); -- cgit v1.2.3