<div dir="ltr">In case it&#39;s helpful to anyone: I&#39;ve found a solution to this by using the &quot;event&quot; application and triggering a custom &quot;bridge attempt complete&quot; event after the bridge application in the dialplan. This lets me not subscribe to channel_execute_complete, and cuts down on a lot of event traffic.<div><br></div><div>Best,</div><div>Colin</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 14, 2016 at 10:29 PM Colin Morelli &lt;<a href="mailto:colin.morelli@gmail.com">colin.morelli@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hey,<div><br></div><div>I&#39;m looking to determine when a bridge request is complete. I&#39;m using mod_amqp to receive events from Freeswitch and using that data to update a separate database.</div><div><br></div><div>The problem is that, so far, I&#39;ve only been able to determine when a bridge attempt fails in a channel_execute_complete event. I&#39;m really trying to avoid sending that event over mod_amqp because there are <i>a ton</i> of those events generated for every call.</div><div><br></div><div>Is there any other way to determine when a bridge attempt fails? We&#39;ve got CHANNEL_BRIDGE &amp; CHANNEL_ANSWER to determine when it&#39;s successful - would be great if anyone knows for the other case.</div><div><br></div><div>Best,</div><div>Colin</div></div></blockquote></div>