From a5b75bca3546f01dbcf717e036fb85da8a8a8a88 Mon Sep 17 00:00:00 2001 From: matteo Date: Sun, 9 Mar 2003 06:00:18 +0000 Subject: Sun Mar 9 07:00:01 CET 2003 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@636 f38db490-d61c-443f-a65b-d21fe96a405b --- dsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dsp.c') 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) -- cgit v1.2.3