What about cron?<br><br>Create a cron entry like:<br><span style="font-family: courier new,monospace;">*/5 * * * * /usr/local/freeswitch/bin/fs_cli -x &quot;jsrun yourscript &amp;app()&quot;</span><br style="font-family: courier new,monospace;">
<br>But if you&#39;re just dumping global variables, you could easily retrieve them directly from fs_cli without running an app and process the output however you&#39;d like:<br><br><span style="font-family: courier new,monospace;">/usr/local/freeswitch/bin/fs_cli -x &quot;global_getvar&quot;</span><br style="font-family: courier new,monospace;">
<br><br><div class="gmail_quote">On Thu, Dec 3, 2009 at 6:21 AM, Oscav <span dir="ltr">&lt;<a href="mailto:oscav@hotmail.fr">oscav@hotmail.fr</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;">
<br>
Hi,<br>
<br>
Someone knows how to run periodically a JS script ?? The purpose is to write<br>
to a db some global informations (Global Variables) about FS like every 5<br>
minutes.<br>
<br>
Thanks.<br>
<br>
<br>
--<br>
View this message in context: <a href="http://old.nabble.com/How-to-run-a-JS-script-periodically-tp26625147p26625147.html" target="_blank">http://old.nabble.com/How-to-run-a-JS-script-periodically-tp26625147p26625147.html</a><br>

Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
<br>
<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>
</blockquote></div><br>