Files
asterisk/main
Richard Mudgett 49461f37b7 dsp.c: Fix erroneous fax tone detection.
The Goertzel calculations get less accurate the lower the signal level
being worked with becomes because there is less resolution remaining.
If it is too low we can erroneously detect a tone where none really
exists.  The searched for fax frequencies not only need to be so much
stronger than the background noise they must also be a minimum strength.

* Add needed minimum threshold test to tone_detect().

* Set TONE_THRESHOLD to allow low volume frequency spread detection.

ASTERISK-26237 #close
Reported by: Richard Mudgett

Change-Id: I84dbba7f7628fa13720add6a88eae3b129e066fc
2016-07-26 11:48:52 -05:00
..
2016-06-08 20:37:08 +03:00
2016-07-22 10:09:08 +02:00
2016-06-22 12:23:44 -05:00
2012-03-22 19:51:16 +00:00
2015-06-10 18:06:15 -05:00
2016-06-02 22:57:49 +03:00
2016-07-26 11:48:52 -05:00
2012-03-22 19:51:16 +00:00
2016-07-14 15:59:49 -05:00
2012-06-15 16:20:16 +00:00
2016-04-08 13:52:02 -05:00
2016-07-21 23:59:08 -04:00
2015-06-08 09:44:04 -05:00
2016-07-14 15:59:49 -05:00
2012-09-21 17:14:59 +00:00
2016-06-22 12:23:44 -05:00
2016-06-08 20:37:08 +03:00