summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-23 16:42:45 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-23 16:42:45 +0000
commite437fabe6982221fa2f339c823fa9927bb0f2832 (patch)
tree6cc30da71c7461dcd0939d9e69b2287f7b09a9a6 /wctdm.c
parent88db0431977f2e7ca8aec8462f51014005bb0ac0 (diff)
Merged revisions 2940 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2940 | mattf | 2007-08-23 11:41:36 -0500 (Thu, 23 Aug 2007) | 1 line Increase CWCID reliability on analog modules significantly. (although if you have problems with pulse dialing on high REN loads, see the comment to revert the value back to its previous value). Thanks Kinsey and Rick. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2941 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.c')
-rw-r--r--wctdm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wctdm.c b/wctdm.c
index efee949..4e16229 100644
--- a/wctdm.c
+++ b/wctdm.c
@@ -1594,7 +1594,8 @@ static int wctdm_init_proslic(struct wctdm *wc, int card, int fast, int manual,
/* Disable automatic VBat switching for safety to prevent
Q7 from accidently turning on and burning out. */
- wctdm_setreg(wc, card, 67, 0x17);
+ wctdm_setreg(wc, card, 67, 0x07); /* Note, if pulse dialing has problems at high REN loads
+ change this to 0x17 */
/* Turn off Q7 */
wctdm_setreg(wc, card, 66, 1);