summaryrefslogtreecommitdiff
path: root/dsp.c
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-09 06:00:18 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-09 06:00:18 +0000
commit32b4c314f95fc51e6ed65e7f646b35affd1a2eb8 (patch)
tree55b729e56a44996fffed585a06617bfd8b0602ac /dsp.c
parentd50ea0e9d465ea8eaf09844660d597f4291cab7c (diff)
Sun Mar 9 07:00:01 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@636 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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)