<div dir="ltr"><div>Hello Team,</div><div>I have an ESL socket inbound to freeswitch that listens for CHANNEL_CREATE events. The XML dialplan does park the call when a call lands on freeswitch.</div><div><br></div><div><extension name="sip_forward"><br>     <condition field="destination_number" expression="^sip:(.*)$"><br>          <action application="set" data = "bypass_media=true"/><br>          <action application="park"/><br>       </condition><br></extension><br></div><div><br></div><div>Based on some business logic I need to bridge two CHANNELS via esl inbound socket. When I do `uuid_bridge channel1 channel2`, freeswitch is complaining that <b>at least one channel must be in answered state</b>. If i answer one of the channels and then do the bridging, then freeswitch is also in the media path. Is there a better way to handle this?</div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Regards,<div>Aditya</div></div></div></div></div>