summaryrefslogtreecommitdiff
path: root/dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'dsp.c')
-rwxr-xr-xdsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dsp.c b/dsp.c
index 9851a0ca2..62e03420f 100755
--- a/dsp.c
+++ b/dsp.c
@@ -519,6 +519,7 @@ static int dtmf_detect (dtmf_detect_state_t *s,
} /* Don't reset fax hits counter */
} else {
if (s->fax_hits > 5) {
+ hit = 'f';
s->mhit = 'f';
s->detected_digits++;
if (s->current_digits < MAX_DTMF_DIGITS)