<div dir="ltr">Hi<br>I&#39;m using event socket to do something like freeswitch callcenter module. members(aleg) call and are connected to socket application, this is my dialplan:<br><div>&lt;extension name=&quot;socket&quot;&gt;</div><div>       &lt;condition field=&quot;destination_number&quot; expression=&quot;^999$&quot;&gt;</div><div><span class="" style="white-space:pre">        </span>     &lt;action application=&quot;set&quot; data=&quot;socket_resume=true&quot;/&gt;<span class="" style="white-space:pre">        </span>   </div><div>             &lt;action application=&quot;socket&quot; data=&quot;<a href="http://172.16.90.1:8084">172.16.90.1:8084</a> async full&quot;/&gt;     </div><div><span style="white-space:pre">             </span>&lt;action application=&quot;info&quot;/&gt;<span class="" style="white-space:pre">        </span>   </div><div>       &lt;/condition&gt;</div><div>     &lt;/extension&gt;</div><div>these are executed using socket:<br>connect<br>myevents<br>set park_after_bridge=true<br>answer</div><div>playback local_stream://moh<br><br>now a new channel is originated to agent(bleg) and on answer I&#39;m calling intercept on aleg from socket to bridge it to agent channel. if I set socket_resume=true in dialplan, after intercept both legs are stuck (dead silent). if I do not set socket_resume=true legs are bridged but execution continues through dialplan (I placed info to test this). <br>problem is if  socket_resume=false and agent transfers the call to 999 during the call (same socket app) call hangsup. but if socket_resume=true intercept is not working as expected but transfer is done. how can I solve this?<br>thanks</div><div><br></div></div>