<div dir="ltr">I use LUA script to bridge calls but now i have problem with bypass media. Let&#39;s say i have this LUA script:<div><br></div><div><div>session:execute(&quot;set&quot;, &quot;bypass_media=true&quot;);</div><div>session:execute(&quot;bridge&quot;, &quot;sofia/external/<a href="http://123@192.168.0.100:5061">123@192.168.0.100:5061</a>&quot;);</div><div>freeswitch.consoleLog(&quot;info&quot;, &quot;This is my message\n&quot;);</div></div><div><br></div><div>When bypass_media is enabled, log message &quot;This is my message&quot; appears once legB answers call. If bypass_media is disabled then log message appears when call ends. In other words bypass_media prevents &quot;bridge&quot; from blocking script execution.</div><div><br></div><div>Is there a way to block script execution until call ends when bypass_media is enabled?</div></div>