]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_fax: Fix a tight race condition causing fax to crash in audio fallback 77/4077/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:54:02 +0000 (06:54 -0500)
commit8d2d6361ff12fa81822b85c045100e4a4ab3a3d9
tree7c37cd95e9a7cddf486a23952e61118aabf94f23
parent07a84b39feeeb72886d7c9df6a0743edd7d8b41c
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