<div dir="ltr">Hi,<br>I need to originate 2 calls and later bridge them. Then Freeswitch needs to be removed from the call path.<br><br>uuid_simplify accomplishes this. But where do I put this command so that it is executed once the two calls are bridged? As far as I understand the dialplan or scripts pause when I issue the "intercept" or "uuid_bridge" command until the bridge is terminated.<br><br>I have also tried to set sip_auto_simplify=true but it had no effect.<br><br><br>Here's what I am executing:<br><br>originate {codec_string=PCMA,ignore_early_media=true}sofia/gateway/fritzbox/**620 testing XML public<br><br><extension name="testing"><br>  <condition field="destination_number" expression="^testing$"><br>    <action application="set" data="api_result=${bgapi originate {ignore_early_media=true}sofia/gateway/fritzbox/**620 &intercept(${uuid})"/><br>   ...<br>    <action application="playback" data="$${hold_music}"/><br>  </condition><br></extension><br><br>Kind Regards</div>