[zaptel-commits] mattf: branch 1.2 r2940 - in /branches/1.2: wctdm.c wctdm24xxp/base.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Aug 23 11:41:37 CDT 2007


Author: mattf
Date: Thu Aug 23 11:41:36 2007
New Revision: 2940

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2940
Log:
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.

Modified:
    branches/1.2/wctdm.c
    branches/1.2/wctdm24xxp/base.c

Modified: branches/1.2/wctdm.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wctdm.c?view=diff&rev=2940&r1=2939&r2=2940
==============================================================================
--- branches/1.2/wctdm.c (original)
+++ branches/1.2/wctdm.c Thu Aug 23 11:41:36 2007
@@ -1549,7 +1549,8 @@
 
 	/* 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);

Modified: branches/1.2/wctdm24xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wctdm24xxp/base.c?view=diff&rev=2940&r1=2939&r2=2940
==============================================================================
--- branches/1.2/wctdm24xxp/base.c (original)
+++ branches/1.2/wctdm24xxp/base.c Thu Aug 23 11:41:36 2007
@@ -1971,7 +1971,8 @@
 
 	/* 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);




More information about the zaptel-commits mailing list