Oh that&#39;s simple enough. I did my part and added this to the Wiki<div><br></div><div>Also note that in the below example you can do &quot;sched_del 4&quot; and delete a specific task by specifying the integer returned with the original sched_api command--incase you want to delete a specific scheduled task from a group. Thanks.</div>
<div><br></div><div>--matt<br><br><div class="gmail_quote">On Fri, Apr 24, 2009 at 12:43 AM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><div class="gmail_quote">On Thu, Apr 23, 2009 at 4:53 AM, Matthew Fong <span dir="ltr">&lt;<a href="mailto:mattdfong@gmail.com" target="_blank">mattdfong@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">

There&#39;s a reference in the wiki to the sched_del API command, but it doesn&#39;t give an example, and the console doesn&#39;t give a syntax either. Does anyone know it? I&#39;m interested to know how it relates to the group_name (task-group) set in the sched_api command. If I want to delete a specific sched_api command, how would I do it with sched_del?<div>


</div></blockquote><div><br></div></div></div>specify a group_name or task group when doing the sched_api command:<br><br><span style="font-family:courier new,monospace">sched_api +1800 my_group version</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">API CALL [sched_api(+1800 my_group version)] output:</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">+OK Added: 4</span><br style="font-family:courier new,monospace">

<br>Then use that same group_name to delete the scheduled API:<br><br><span style="font-family:courier new,monospace">sched_del my_group</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">API CALL [sched_del(my_group)] output:</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">+OK Deleted: 1</span><br style="font-family:courier new,monospace"><br>I&#39;ll get the sched_del API documented ASAP. Thanks for the heads up.<br><font color="#888888">-MC<br>
<br><br>
</font><br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>