I offer you my new web application for FreeSWITCH.<br>This simple utility runs as a gadget for Windows 7 or Vista.<br>When a call comes in, it displays a window with the name of the caller.<br>If desired, the program can be customized to integrate with your CRM system or Helpdesk.<br>
Download at:<br><a href="https://sites.google.com/site/freeswitched/home/downloads">https://sites.google.com/site/freeswitched/home/downloads</a><br>It consists of two parts: server and client.<br>The server part - a simple script fscp.php hosted on your web server that has access to the server FreeSWITCH.<br>
Allowing access to FreeSWITCH at the beginning of the file.<br>These are the three variables:<br>    $FreeSWITCHserver = &#39;127 .0.0.1 &#39;;<br>    $FreeSWITCHport = 8021;<br>    $FreeSWITCHpassword = &#39;ClueCon&#39;;<br>
<br>The client part is made as a gadget for Windows 7/Vista.<br>At its first launch should proceed with setup, specifying:<br>Server address:<br>    Full address of the script fscp.php, for example:<br>    <a href="http://192.168.0.1/fscp.php">http://192.168.0.1/fscp.php</a><br>
Account:<br>    Account in FreeSWITCH, which calls for will be tracked, for example: 1000.<br><br>When a call window will be displayed by means of VBScript (modal) or Javascript (the usual).<br><br>Tests and features are welcome!<br>