[zaptel-commits] mattf: branch 1.4 r3984 - /branches/1.4/kernel/wct4xxp/base.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Fri Mar 14 11:09:15 CDT 2008


Author: mattf
Date: Fri Mar 14 11:09:15 2008
New Revision: 3984

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3984
Log:
When doing the ISR rewrite, forgot to include the vpmdtmfcheck when doing DTMF polling causing it to check for DTMF events even when it was told not to

Modified:
    branches/1.4/kernel/wct4xxp/base.c

Modified: branches/1.4/kernel/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel/wct4xxp/base.c?view=diff&rev=3984&r1=3983&r2=3984
==============================================================================
--- branches/1.4/kernel/wct4xxp/base.c (original)
+++ branches/1.4/kernel/wct4xxp/base.c Fri Mar 14 11:09:15 2008
@@ -2957,7 +2957,7 @@
 			t4_framer_interrupt(wc, 3);
 	}
 
-	if (wc->vpm) {
+	if (wc->vpm && vpmdtmfsupport) {
 		if (wc->vpm450m) {
 			/* How stupid is it that the octasic can't generate an
 			   interrupt when there's a tone, in spite of what their




More information about the zaptel-commits mailing list