<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><a href="https://freeswitch.org/confluence/display/FREESWITCH/bypass_media_after_bridge" class="">https://freeswitch.org/confluence/display/FREESWITCH/bypass_media_after_bridge</a><br class=""><div style=""><br class=""><blockquote type="cite" class=""><div class="">On Dec 29, 2019, at 9:57 AM, Mitchell Langs <<a href="mailto:napole@gmail.com" class="">napole@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi,<br class="">I need to originate 2 calls and later bridge them. Then Freeswitch needs to be removed from the call path.<br class=""><br class="">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 class=""><br class="">I have also tried to set sip_auto_simplify=true but it had no effect.<br class=""><br class=""><br class="">Here's what I am executing:<br class=""><br class="">originate {codec_string=PCMA,ignore_early_media=true}sofia/gateway/fritzbox/**620 testing XML public<br class=""><br class=""><extension name="testing"><br class="">  <condition field="destination_number" expression="^testing$"><br class="">    <action application="set" data="api_result=${bgapi originate {ignore_early_media=true}sofia/gateway/fritzbox/**620 &intercept(${uuid})"/><br class="">   ...<br class="">    <action application="playback" data="$${hold_music}"/><br class="">  </condition><br class=""></extension><br class=""><br class="">Kind Regards</div></div></blockquote></div><br class=""></body></html>