<div dir="ltr"><div class="gmail_default"><div class="gmail_default"><font face="monospace, monospace">Hi, i&#39;m using dialplan socket (outbound), until now it&#39;s ok.<br><br>But sometimes if my daemon crash (i&#39;m working on it) the call still active.</font></div><div class="gmail_default"><font face="monospace, monospace"><br></font></div><div class="gmail_default"><font face="monospace, monospace">Searching i found socket_resume<br><br><span style="color:rgb(0,0,0);font-size:12.8px;line-height:19.2px">&quot;If this variable is set to true, the dialplan will resume execution with the next action after the call to the socket application. This can be used for example to allow you to do something intelligent in the dialplan if your IVR application gets killed in an unclean way. If there is a bridge active when the disconnect happens, it is killed. To do this from your application after the socket is already connected, issue the resume command.&quot;</span><br></font></div><div class="gmail_default"><span style="color:rgb(0,0,0);font-size:12.8px;line-height:19.2px"><font face="monospace, monospace"><br>So i make<br></font></span><div class="gmail_default"><font face="monospace, monospace">&lt;action application=&quot;set&quot; data=&quot;socket_resume=true&quot;/&gt;</font></div><div class="gmail_default"><font face="monospace, monospace">&lt;action application=&quot;socket&quot; data=&quot;<a href="http://127.0.0.1:3012">127.0.0.1:3012</a> async full&quot;/&gt;</font></div><div class="gmail_default"><font face="monospace, monospace">&lt;action application=&quot;hangup&quot;/&gt;<br><br></font><span style="font-family:monospace,monospace">Now, when i make a bridge (A -&gt; B), and make a att_xfer (B -&gt; C), when B press 0 (tree_way), A hangup. <br><br>If i remove socket_resume, it&#39;s OK (A+B+C), but if i kill my daemon (simulate a crash), the call still ACTIVE.<br></span><font face="monospace, monospace"><br>Is there another way to do that?<br>There is something I&#39;m missing?</font></div></div><div class="gmail_default"><font face="monospace, monospace"><br><br></font><div class="gmail_default"><br></div><div><br></div></div></div></div>