This is an integral part of my application.  I need to have FreeSWITCH outside of the media path as well as be able to do multiple bridges for the same &quot;A&quot; leg.<div><br></div><div><div><div>/*WORKS*/</div><div>&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;</div>
<div>&lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/${mygateway}/1${client_one}&quot;/&gt;</div><div>&lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/${mygateway}/1${client_two}&quot;/&gt;</div>
<div><br></div><div>/*DOES NOT WORK*/</div><div>&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;</div><div>&lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;</div>
<div>&lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/${mygateway}/1${client_one}&quot;/&gt;</div><div>&lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/${mygateway}/1${client_two}&quot;/&gt;</div>
<div><br></div><div>In the &quot;DOES NOT WORK&quot; example, the &quot;A&quot; leg hangs up as soon as the leg for client_one hangs up.</div></div></div>