CDR-Stats is a rewrite of a very mature application previously named Asterisk-Stat, which has been in existence for over 7 years.
The name change is to reflect the fact that this version will support Asterisk and in the near future, Freeswitch. Other telephony engines could be added as demand dictates.
It is based on the Django Python Framework which enables the building of clean, maintainable web applications, and encourages rapid development with clean and pragmatic design.
The steps to install CDR-Stats are as follows:-
- Install Python.
- Install Database (Supports MySQL, Postgresql, Sqlite3 and Oracle).
- Install Django.
- Install the necessary Django extensions.
- Install CDR-Stats.
- Configure CDR-Stats.
- Configure the Telephony Engine to write to the CDR-Stats database.
More specific instructions are to be found in the rest of the documentation.