summaryrefslogtreecommitdiff
path: root/wcfxs.c
diff options
context:
space:
mode:
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 c41a4f7..c04f12d 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -1249,7 +1249,7 @@ static inline void wcfxs_voicedaa_check_hook(struct wcfxs *wc, int card)
res = wcfxs_getreg(wc, card, 5);
if ((res & 0x60) && wc->mod.fxo.battery[card]) {
wc->mod.fxo.ringdebounce[card] += (ZT_CHUNKSIZE * 4);
- if (wc->mod.fxo.ringdebounce[card] >= ZT_CHUNKSIZE * 32) {
+ if (wc->mod.fxo.ringdebounce[card] >= ZT_CHUNKSIZE * 64) {
if (!wc->mod.fxo.wasringing[card]) {
wc->mod.fxo.wasringing[card] = 1;
zt_hooksig(&wc->chans[card], ZT_RXSIG_RING);