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 <[email protected]>wrote: > On Thu, Apr 23, 2009 at 4:53 AM, Matthew Fong <[email protected]> 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 > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > >
_______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
