summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-11-22 00:29:11 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-11-22 00:29:11 +0000
commita78725a6eca07236d060311624242ec87b9d05f7 (patch)
tree8ea99d251544a8c65692f12ea0d45196c62cb360 /wct4xxp
parent260c1d0070decc8d89eac32243fa7ada2acffb1f (diff)
Make sure that's disabled until I retest that
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3245 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index 3afcbbd..f2e6fa2 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -3292,7 +3292,7 @@ static void t4_vpm400_init(struct t4 *wc)
}
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;