summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-23 16:41:36 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-23 16:41:36 +0000
commita7492b5cc31150f38a7ffc46034b0f6b26475e16 (patch)
tree2bd3c394ec7f371cfb546205b1c20cdb82d0552a /wctdm24xxp
parentf4c1b037d3e63be42c574ca9753a685dd9e79c60 (diff)
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.2@2940 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp')
-rw-r--r--wctdm24xxp/base.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index e0ad2c2..10217db 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -1971,7 +1971,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); /* If pulse dialing has trouble at high REN
+ loads change this to 0x17 */
/* Turn off Q7 */
wctdm_setreg(wc, card, 66, 1);