[Freeswitch-users] How to run a JS script periodically

Rob Forman rob4manhere at gmail.com
Thu Dec 3 05:31:16 PST 2009


What about cron?

Create a cron entry like:
*/5 * * * * /usr/local/freeswitch/bin/fs_cli -x "jsrun yourscript &app()"

But if you're just dumping global variables, you could easily retrieve them
directly from fs_cli without running an app and process the output however
you'd like:

/usr/local/freeswitch/bin/fs_cli -x "global_getvar"


On Thu, Dec 3, 2009 at 6:21 AM, Oscav <oscav at hotmail.fr> wrote:

>
> Hi,
>
> Someone knows how to run periodically a JS script ?? The purpose is to
> write
> to a db some global informations (Global Variables) about FS like every 5
> minutes.
>
> Thanks.
>
>
> --
> View this message in context:
> http://old.nabble.com/How-to-run-a-JS-script-periodically-tp26625147p26625147.html
> Sent from the Freeswitch-users mailing list archive at Nabble.com.
>
>
> _______________________________________________
> 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/20091203/427638e5/attachment-0002.html 


More information about the FreeSWITCH-users mailing list