<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I call curl in lua script but has this error, been googling all day long but no hope. Any have fix for that?</div><div class=""><br class=""></div><div class=""><font color="#e32400" class="">Channel is hungup and application curl does not have the zombie_exec flag.</font></div><div class=""><font color="#e32400" class=""><br class=""></font></div><div class=""><span style="caret-color: rgb(227, 36, 0);" class="">my lua code:</span></div><div class=""><div class=""><span style="caret-color: rgb(227, 36, 0);" class=""><span class="Apple-tab-span" style="white-space:pre">                           </span>-- to allow curl after the call</span></div><div class=""><span style="caret-color: rgb(227, 36, 0);" class=""><span class="Apple-tab-span" style="white-space:pre">                               </span>session:execute("set_zombie_exec");</span></div><div class=""><span style="caret-color: rgb(227, 36, 0);" class=""><br class=""></span></div><div class=""><span style="caret-color: rgb(227, 36, 0);" class=""><span class="Apple-tab-span" style="white-space:pre">                              </span>freeswitch.consoleLog("notice", "[curl][ring groups][missed]  " .. missed_call_data .. "  ");</span></div><div class=""><span style="caret-color: rgb(227, 36, 0);" class=""><br class=""></span></div><div class=""><span style="caret-color: rgb(227, 36, 0);" class=""><span class="Apple-tab-span" style="white-space:pre">                              </span>session:execute("curl", missed_call_data .. " phone=" .. caller_id_number .. "&target=" .. ring_group_name);</span></div><div class=""><span style="caret-color: rgb(227, 36, 0);" class=""><span class="Apple-tab-span" style="white-space:pre">                                </span>curl_response_code = session:getVariable("curl_response_code")</span></div><div class=""><span class="Apple-tab-span" style="caret-color: rgb(227, 36, 0); white-space: pre;">                             </span><span style="caret-color: rgb(227, 36, 0);" class="">curl_response      = session:getVariable("curl_response_data”)</span></div></div><div class=""><span style="caret-color: rgb(227, 36, 0);" class=""><br class=""></span></div><div class=""><span style="caret-color: rgb(227, 36, 0);" class=""><br class=""></span></div><div class=""><span style="caret-color: rgb(227, 36, 0);" class="">Many thanks,</span></div><div class=""><span style="caret-color: rgb(227, 36, 0);" class="">Johnathan Mai</span></div></body></html>