CDR-Stats Analyser for Asterisk
CDR-Stats Analyser is an easy way to analyse your CDR records that are generated from Asterisk to a database. Asterisk-Stat provides different reports and graphs to allow the Asterisk-admin to quickly analyse the traffic on the Asterisk server. All of the graphics and reports are based on the CDR database.
It shows the calls register of a specific period of time. For each call we have these fields:
It offers the possibility to export the showed report as a PDF or CSV file.
Compares call load with previous days. Draws a graph with the number of calls per hour for each day.
Compares the call load with the previous months. It provides a pie chart comparing the volume of calls of each month.
Shows the call load for a specific day and draws a graph with the calls per hour.
Manages users and their access to the CDR Analyser.
Because the traces of the interpreter (by default stored in /tmp/log.txt) are too large and the most of them are meaningless, it is difficult to evaluate this file and find the lines that are interesting for use. Due to this, we use the log filter embedded in the CDR Analyser webpage. We have different options to get the information we need and make the debugging easier.
There are different combinations for each kind of filter (Static/Dynamic), in both cases we have the Custom option, where we can specify the regular expressions to search and the CSS style we want to use to print them.
Also there is a text field to change the file you want to filter, but of course the permissions of this one must allow the Apache access.
Deletes the records of a specific period of time.
NOTE:
Check the php configuration file with the Debian distribution, /etc/php5/apache2/php.ini. If the auto configuration does not work properly, then add the mysql module.