[zaptel-commits] mattf: trunk r2942 - in /trunk: ./ wctdm.c wctdm24xxp/base.c

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


Author: mattf
Date: Thu Aug 23 11:44:12 2007
New Revision: 2942

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2942
Log:
Merged revisions 2941 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.4

................
r2941 | mattf | 2007-08-23 11:42:45 -0500 (Thu, 23 Aug 2007) | 9 lines

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.
........

................

Modified:
    trunk/   (props changed)
    trunk/wctdm.c
    trunk/wctdm24xxp/base.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/wctdm.c
URL: http://svn.digium.com/view/zaptel/trunk/wctdm.c?view=diff&rev=2942&r1=2941&r2=2942
==============================================================================
--- trunk/wctdm.c (original)
+++ trunk/wctdm.c Thu Aug 23 11:44:12 2007
@@ -1594,7 +1594,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: trunk/wctdm24xxp/base.c
URL: http://svn.digium.com/view/zaptel/trunk/wctdm24xxp/base.c?view=diff&rev=2942&r1=2941&r2=2942
==============================================================================
--- trunk/wctdm24xxp/base.c (original)
+++ trunk/wctdm24xxp/base.c Thu Aug 23 11:44:12 2007
@@ -2125,7 +2125,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