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 = '127 .0.0.1 ';<br>
$FreeSWITCHport = 8021;<br> $FreeSWITCHpassword = 'ClueCon';<br> $SofiaProfiles = array('internal', 'external'); // write empty array if not used: array();<br> $FreeTDMspans = array('pri'); // 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 "settings" for choice items<br><br>Tested on IE 9, Firefox 4 & 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&d=1" target="_blank">https://sites.google.com/site/freeswitched/home/downloads/fspanel.zip?attredirects=0&d=1</a><br>
Also available at github.<br><br>