<div dir="ltr">Hi all,<div><br></div><div><div>This a very simple custom VM that plays a greeting, bong and then records the callers message. After the caller has hung up, I need to call a webservice through curl.</div><div><br></div><div>The zombie_exec flag gets me to the last line but the curl does not execute complaining: &quot;Channel is hungup and application &#39;curl&#39; does not have the zombie_exec flag.&quot;</div><div><br></div><div>How do I apply the zombie flag to CURL?</div><div><div><br></div><div><div>&lt;condition field=&quot;${ForwardingNumber}&quot; expression=&quot;([1-9]),(.*)&quot; break=&quot;never&quot;&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;set_zombie_exec&quot;/&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;answer&quot; /&gt;  </div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;sleep&quot; data=&quot;2000&quot;/&gt;  </div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;playback&quot; data=&quot;$${user_vm_greeting}\$2&quot;/&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;playback&quot; data=&quot;tone_stream://$${vm_bong}&quot;/&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;record&quot; data=&quot;$${user_vm_message}/${accountno}-${uuid}.wav $${maxreclen} $${silencethreshold} $${silencehits}&quot;/&gt;<br></div><div><span class="" style="white-space:pre">                </span>&lt;action application=&quot;curl&quot; data=&quot;<a href="http://localhost:58784/api/Voicemail/InsertVoicemail">http://localhost:58784/api/Voicemail/InsertVoicemail</a>&quot;/&gt; <br></div><div>&lt;/condition&gt;<br></div></div><div><br></div><div><br></div><div>Thanks in anticipation.</div><div><br></div><div><br></div><div>Phil</div><div><br></div></div></div></div>