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 "A" leg.<div><br></div><div><div><div>/*WORKS*/</div><div><action application="set" data="hangup_after_bridge=false"/></div>
<div><action application="bridge" data="sofia/gateway/${mygateway}/1${client_one}"/></div><div><action application="bridge" data="sofia/gateway/${mygateway}/1${client_two}"/></div>
<div><br></div><div>/*DOES NOT WORK*/</div><div><action application="set" data="hangup_after_bridge=false"/></div><div><action application="set" data="bypass_media=true"/></div>
<div><action application="bridge" data="sofia/gateway/${mygateway}/1${client_one}"/></div><div><action application="bridge" data="sofia/gateway/${mygateway}/1${client_two}"/></div>
<div><br></div><div>In the "DOES NOT WORK" example, the "A" leg hangs up as soon as the leg for client_one hangs up.</div></div></div>