]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_fax: Fix a tight race condition causing fax to crash in audio fallback 76/4076/1
authorTorrey Searle <torrey@voxbone.com>
Thu, 29 Sep 2016 18:08:07 +0000 (20:08 +0200)
committerJoshua Colp <jcolp@digium.com>
Wed, 12 Oct 2016 11:53:54 +0000 (06:53 -0500)
commit86c15db6a1bacd92f31c3a128717f91060e6496d
tree8c3c320d914f14371718faa966dfffb734ce591a
parent2fbc0531e0d2e8f90c05ee44e26a313a014b32c3
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