]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_fax: Fix a tight race condition causing fax to crash in audio fallback 01/4001/3
authorTorrey Searle <torrey@voxbone.com>
Thu, 29 Sep 2016 18:08:07 +0000 (20:08 +0200)
committerJoshua Colp <jcolp@digium.com>
Tue, 11 Oct 2016 18:57:42 +0000 (13:57 -0500)
commitc0c041d9c7b3196344342adbda062046806e874a
tree9acb13ba70cba91a76462d50fe6ffdc5091b6afc
parent69fb4428901a4045c17a86ac630383c0f2fbfba8
res_fax: Fix a tight race condition causing fax to crash in audio fallback

When T.38 gets rejected and G711 failback occurs there is a period of
time where neither AST_FAX_TECH_T38 nor AST_FAX_TECH_AUDIO is set,
leading to a crash.

Change-Id: Icc3f457b2292d48a9d7843dac0028347420cc982
res/res_fax.c