<br><br><div class="gmail_quote">2009/9/3 Christian Löschenkohl <span dir="ltr">&lt;<a href="mailto:christian.loeschenkohl@xpirio.com">christian.loeschenkohl@xpirio.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hello<br>
<br>
i&#39;m looking for a possibility to restart freeswitch like it is possible with<br>
asterisk.<br>
for me i tried to created a script that looks for open channels and if no channel<br>
is open it restarts freeswitch with the init script (not the most efficient way).<br>
<br>
i think i would be great if we would have a buildin function for this, i think such<br>
command would help with maintenance and not only for me.<br>
<br>
br<br>
<br></blockquote><div>Like JM said, the fsctl API can help. If you&#39;re in Linux you can do a shell script with a command like ths:<br><br>fs_cli -x &#39;fsctl shutdown restart&#39;<br><br>-MC<br><br></div></div>