Files
asterisk/res
Richard Mudgett 964ae54ecf res_fax.c: Fix deadlock potential in FAXOPT(faxdetect) framehook.
The fax_detect_framehook() has the potential to deadlock if an incoming
fax happens during the Playback or similar application.

* Fixed the potential deadlock by not calling ast_async_goto() with the
channel lock held.

* Made always eat the fax detection frame whether there is a fax extension
or not.

* Made only detach the framehook if we detected a fax and not on other
possible frames.

ASTERISK-26216
Reported by: Richard Mudgett

Change-Id: I99da35c26d1cd802626ffb4c1b4eb5b015581b6d
2016-07-21 17:56:03 -05:00
..
2016-03-29 09:03:55 -05:00
2015-11-24 13:57:05 -06:00
2016-06-08 20:37:08 +03:00
2016-07-12 05:00:16 -05:00
2016-03-29 09:03:55 -05:00
2015-05-19 21:11:21 -05:00