aboutsummaryrefslogtreecommitdiffstats
path: root/dsp.c
diff options
context:
space:
mode:
authormatteo <matteo@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-09 06:00:18 +0000
committermatteo <matteo@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-09 06:00:18 +0000
commita5b75bca3546f01dbcf717e036fb85da8a8a8a88 (patch)
tree55b729e56a44996fffed585a06617bfd8b0602ac /dsp.c
parentfe1433baf16899179f3c88d94b825af48b000880 (diff)
Sun Mar 9 07:00:01 CET 2003
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@636 f38db490-d61c-443f-a65b-d21fe96a405b
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)