<br><br><div class="gmail_quote">2010/1/4 Will Payne <span dir="ltr">&lt;<a href="mailto:will@teambadger.co.uk">will@teambadger.co.uk</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;">
<div class="im"><br>
On 4 Jan 2010, at 16:46, Tiago Geada wrote:<br>
<br>
&gt; Hello folks.<br>
&gt;<br>
&gt; I&#39;m looking into having a web page displaying asterisk callers.<br>
&gt; 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>
&gt;<br>
&gt; At first, I thought of phpagi. It connects to the manager and does a &quot;core show channels concise&quot;.<br>
&gt; This has most of the info I want.<br>
&gt; 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>
&gt;<br>
&gt; So now I was thinking in a script that would connect to the Manager, and parse that output into a mysql table.<br>
&gt; A Web page would consult the mysql table, showing the wanted results.<br>
<br>
</div>Or, if you want less work..  have a script which connects to the manager, formats the data and creates an HTML page. Then wait x seconds and loop.<br>
<br>
Then, home workers just view that one static page and use a meta-refresh or something.. Only one script is doing any real work and serving a static page to clients shouldn&#39;t overload the server.<br>
<br>
<br>
Will<br>
__________________</blockquote><div><br>Hi Will.<br><br>Thanks for replying.<br><br>That was sort of my second thought. But once I connect to the manager I can listen to all the events, Calls comming in, which extension they are dialed to, lots of info... so I just got sort of confused for whitch path I should take.<br>
<br>I guess I will do just that.<br><br>Thanks <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">_____________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>