Hello folks.<br><br>I&#39;m looking into having a web page displaying asterisk callers.<br>We are a call centre, and having operators answering calls at home or whatever, they would need to have a real time application to display how manny callers are queuing, for how long etc.<br>

<br>At first, I thought of phpagi. It connects to the manager and does a &quot;core show channels concise&quot;.<br>This has most of the info I want.<br>After tweaking with php to parse the text to exatcly how I wanted, I found out that the script would be slow if it was self refreshing (say 2 secs) and with about 30 people opening it at the same time.<br>
<br>So now I was thinking in a script that would connect to the Manager, and parse that output into a mysql table.<br>A Web page would consult the mysql table, showing the wanted results.<br><br>Then I thought twice and maybe some of you already developed a situation like this and would not mind sharing?<br>
<br>I don&#39;t mind sharing the little I done so far, if anyone is interested.<br><br><br>Thanks all<br>