<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<b>Hi Waseem,</b><div><br></div><div>Thanks for your help, I saw the scripts that were on the link that you provided to me but actually the problem is that I don't want to involve the database though it is a bit difficult task but according to my requirement I just want to read the whole Master.csv file &amp; if the ASR or ACD is low on any server, it should send me email, so my question is how can I skip the database from it to interact directly with the Master.csv file.</div><div><br></div><div><br></div><div>Thanks in Advance!!</div><div><br></div><div><b>Faisal Rehman<br></b><br><div><hr id="stopSpelling">From: wasim@convergence.pk<br>Date: Tue, 25 Oct 2011 07:32:35 +0500<br>To: freeswitch-users@lists.freeswitch.org<br>Subject: Re: [Freeswitch-users] Script for ASR &amp; ACD Monitoring<br><br><div dir="ltr">Faisal:<div><br></div><div>Load up the CDR into a db (MySQL or otherwise) ...</div><div><br></div><div>For ACD you'll want a SQL query akin</div><div><ul><li>SELECT COUNT(*) AS calls_answered, SUM(billusec) AS billusec, SUM(billusec)/COUNT(*) AS acd FROM freeswitchdb.freeswitchcdr WHERE disposition=1;</li>

</ul></div><div>For ASR you'll need another query</div><div><ul><li>SELECT COUNT(*) AS calls_total FROM freeswitchdb.freeswitchcdr;</li><li>ASR is calls_answered/calls_total</li></ul><div>There is sample (read: poor) code in&nbsp;<a href="http://jira.freeswitch.org/browse/FS-1981" target="_blank">http://jira.freeswitch.org/browse/FS-1981</a></div>

</div><div>which a google for "freeswitch ACD ASR" would have helped you get to in the first place.</div><div><br></div><div>-wasim</div><div><br><div class="ecxgmail_quote">On Mon, Oct 24, 2011 at 15:39, Faisal Rehman <span dir="ltr">&lt;<a href="mailto:faisal.rehman22@hotmail.com">faisal.rehman22@hotmail.com</a>&gt;</span> wrote:<br>

<blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex">



<div><div dir="ltr">
Hi Everyone,<div><br></div><div>I want to write a script that reads the Master.csv &amp; generate an alert if the ASR &amp; ACD is low from the desired value. Anybody has written such script, please help me write it or provide any sample.</div>

<div><br></div><div><br></div><div>Thanks</div><div><br></div><font color="#888888"><div><br></div><div>Faisal Rehman</div>                                               </font></div></div>
<br><br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>wasim h. baig | principal consultant | convergence pk | +92 30 0850 8070 | peace be upon you ...<br>
</div></div>
<br>FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org</div></div>                                               </div></body>
</html>