summaryrefslogtreecommitdiff
path: root/wcfxs.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-23 18:24:21 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-23 18:24:21 +0000
commit40cd9f834b192258a885685a5dccb5b01a527f9a (patch)
treef96b520f2ea1af7869db31dad395ef8d9b7cfd9c /wcfxs.c
parentf1860bc70b33d1d8038dcf2092ed395d35092cb8 (diff)
Fix other half
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@420 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcfxs.c')
-rwxr-xr-xwcfxs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcfxs.c b/wcfxs.c
index c04f12d..759235b 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -1256,7 +1256,7 @@ static inline void wcfxs_voicedaa_check_hook(struct wcfxs *wc, int card)
if (debug)
printk("RING on %d/%d!\n", wc->span.spanno, card + 1);
}
- wc->mod.fxo.ringdebounce[card] = ZT_CHUNKSIZE * 32;
+ wc->mod.fxo.ringdebounce[card] = ZT_CHUNKSIZE * 64;
}
} else {
wc->mod.fxo.ringdebounce[card] -= ZT_CHUNKSIZE;