<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>You could also use the scheduler to run the jsrun command inside FreeSWITCH.</div><div><br></div><div>Mike</div><div><br></div><br><div><div>On Dec 3, 2009, at 8:31 AM, Rob Forman wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">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 "jsrun yourscript &amp;app()"</span><br style="font-family: courier new,monospace;">
<br>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:<br><br><span style="font-family: courier new,monospace;">/usr/local/freeswitch/bin/fs_cli -x "global_getvar"</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-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; padding-left: 1ex; position: static; z-index: auto; ">
<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></blockquote></div></blockquote></div><br></body></html>