[svn-commits] mattf: branch 1.4 r3245 - /branches/1.4/wct4xxp/base.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Nov 21 18:29:11 CST 2007
Author: mattf
Date: Wed Nov 21 18:29:11 2007
New Revision: 3245
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3245
Log:
Make sure that's disabled until I retest that
Modified:
branches/1.4/wct4xxp/base.c
Modified: branches/1.4/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wct4xxp/base.c?view=diff&rev=3245&r1=3244&r2=3245
==============================================================================
--- branches/1.4/wct4xxp/base.c (original)
+++ branches/1.4/wct4xxp/base.c Wed Nov 21 18:29:11 2007
@@ -3292,7 +3292,7 @@
}
if (vpmdtmfsupport == -1) {
printk("VPM400: hardware DTMF enabled.\n");
- vpmdtmfsupport = 1;
+ vpmdtmfsupport = 0;
}
printk("VPM400%s: Present and operational servicing %d span(s)\n", (gen2vpm ? " (2nd Gen)" : ""), wc->numspans);
wc->vpm = T4_VPM_PRESENT;
More information about the svn-commits
mailing list