Table of Contents

CDR Analyser (Stats)

Synopsis

CDR-Stats Analyser for Asterisk

Description

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.

http://areski.net/asterisk-stat-v2/about.php

Release Notes

Main Features

CDR report

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.

Calls compare

Compares call load with previous days. Draws a graph with the number of calls per hour for each day.

Monthly traffic

Compares the call load with the previous months. It provides a pie chart comparing the volume of calls of each month.

Daily load

Shows the call load for a specific day and draws a graph with the calls per hour.

User settings / User lists / User create

Manages users and their access to the CDR Analyser.

Logs filter

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.

Purge history

Deletes the records of a specific period of time.

System Requirements

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.