]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_t38.c: Back out part of an earlier fix attempt. 02/2302/2
authorRichard Mudgett <rmudgett@digium.com>
Fri, 19 Feb 2016 00:27:02 +0000 (18:27 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 29 Feb 2016 18:50:19 +0000 (12:50 -0600)
commit263a39f2ccf54a313f5ba3f148551b9208caf183
tree7de2c480110885f04bff8dc4b190487c1372907e
parent221422be50380259e9b40d53bf029e67b9f19cd7
res_pjsip_t38.c: Back out part of an earlier fix attempt.

This backs out item 4 of the 4875e5ac32f5ccad51add6a4216947bfb385245d
commit.  Item 4 added the t38_bye_supplement.  Unfortunately, the frame
that it puts into the bridge may or may not be processed by the time the
bridged peer is kicked out of the bridge.  If it is processed then all is
well.  However, if it is not processed then that channel is stuck in fax
mode until it hangs up or maybe if it joins another bridge for T.38
faxing.

ASTERISK-25582

Change-Id: Ib20a03ecadf1bf8a0dcadfadf6c2f2e60919a9f7
res/res_pjsip_t38.c