-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
36 lines (25 loc) · 1010 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Asterisk is a great open-source PBX (private branch exchange) especially for
VoIP telephone infrastructures. Asterisk is able to save its CDR (call detail
records) to different storage location, such as CSV-File, MySQL database or
SQLite database. This project provides a webinterface for CDR's saved to a
SQLite database. It is using Aspen, a Python Web-Framework to archive this.
Dependencies
Asterisk Call Detail Records includes great open-source software:
* jQuery
* DataTables
And builds upon great open-source software:
* Python
* Aspen
* SQLite
Installation
Using Ubuntu you can install needed Python Modules using apt-get. Aspen is
available through the Python Package Installer.
$ sudo apt-get install python-sqlite python-pip
$ sudo python-pip
$ pip install aspen
Get acdr from this git repository, and run it using aspen.
$ aspen
You can now point your Browser to http://localhost:8080/ to get the web
interface.
Licence
Source is provided under the terms of the MIT-licence.