[Freeswitch-users] sched_del API Syntax

Matthew Fong mattdfong at gmail.com
Thu Apr 23 20:48:46 PDT 2009


Oh that's simple enough. I did my part and added this to the Wiki
Also note that in the below example you can do "sched_del 4" 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.

--matt

On Fri, Apr 24, 2009 at 12:43 AM, Michael Collins <msc at freeswitch.org>wrote:

> On Thu, Apr 23, 2009 at 4:53 AM, Matthew Fong <mattdfong at gmail.com> wrote:
>
>> There's a reference in the wiki to the sched_del API command, but it
>> doesn't give an example, and the console doesn't give a syntax either. Does
>> anyone know it? I'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?
>>
>
> specify a group_name or task group when doing the sched_api command:
>
> sched_api +1800 my_group version
> API CALL [sched_api(+1800 my_group version)] output:
> +OK Added: 4
>
> Then use that same group_name to delete the scheduled API:
>
> sched_del my_group
> API CALL [sched_del(my_group)] output:
> +OK Deleted: 1
>
> I'll get the sched_del API documented ASAP. Thanks for the heads up.
> -MC
>
>
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090424/bb4fb625/attachment-0002.html 


More information about the FreeSWITCH-users mailing list