<p>Richard Mudgett <strong>uploaded patch set #3</strong> to the change originally created by Pirmin Walthert.</p><p><a href="https://gerrit.asterisk.org/9069">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bridge_channel.c: Fix Deadlock when using Local channels and fax gateway<br><br>ast_indicate is invoked with the bridge locked. As ast_indicate locks the<br>other end of the bridge as well this can lead to a deadlock in some situations.<br>(Especially when a different thread does the same in the reverse order).<br>This patch calls ast_indicate after unlocking the bridge which fixes the<br>deadlock. Calling ast_indicate with these parameters without locking the<br>bridge should be safe as this is done at different places without a<br>bridge lock.<br><br>ASTERISK-27094 #close<br>Reported-by: David Brillert<br><br>Change-Id: I5f86c1e2ce75b9929a36ab589b18c450e62ea35f<br>---<br>M main/bridge_channel.c<br>1 file changed, 6 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/69/9069/3</pre><p>To view, visit <a href="https://gerrit.asterisk.org/9069">change 9069</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/9069"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I5f86c1e2ce75b9929a36ab589b18c450e62ea35f </div>
<div style="display:none"> Gerrit-Change-Number: 9069 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Pirmin Walthert <infos@nappsoft.ch> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>