Hi all!<br><br>I present my new online web utility for FreeSWITCH - admin panel.<br>This application allows you to view online:<br>- registered subscribers (Sofia)<br>- current calls<br>- conferences<br>- FreeTDM channels<br>

It is also possible some Freeswitch management.<br><br>Screenshot with simple help: <a href="https://sites.google.com/site/freeswitched/home/downloads/fspanel_help.png" target="_blank">https://sites.google.com/site/freeswitched/home/downloads/fspanel_help.png</a><br>

<br>Installation guide:<br><br>Upload files to your web-server with PHP support.<br>Check modules.conf and event_socket.conf for enable module mod_event_socket<br>Change variables if needed in fspanel.php file:<br>    $FreeSWITCHserver = &#39;127 .0.0.1 &#39;;<br>

    $FreeSWITCHport = 8021;<br>    $FreeSWITCHpassword = &#39;ClueCon&#39;;<br>    $SofiaProfiles = array(&#39;internal&#39;, &#39;external&#39;); // write empty array if not used: array();<br>    $FreeTDMspans = array(&#39;pri&#39;); // write empty array if not used: array();<br>

Enter in browser <a href="http://you-server-name/somedir/fspanel.html" target="_blank">http://you-server-name/somedir/fspanel.html</a><br>Click on menu item &quot;settings&quot; for choice items<br><br>Tested on IE 9, Firefox 4 &amp; 8<br>

<br>Home: <a href="https://sites.google.com/site/freeswitched/home/freeswitch-panel" target="_blank">https://sites.google.com/site/freeswitched/home/freeswitch-panel</a><br>Download: <a href="https://sites.google.com/site/freeswitched/home/downloads/fspanel.zip?attredirects=0&amp;d=1" target="_blank">https://sites.google.com/site/freeswitched/home/downloads/fspanel.zip?attredirects=0&amp;d=1</a><br>
Also available at github.<br><br>