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 <[email protected]> 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
> [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

Reply via email to