Home > mysqlcdr

mysqlcdr

Mysqlcdr is a project mainly written in Python, it's free.

mysql calldetails

h1. mysqlcdr - MySQL CallDetailRecords

mysqlcdr is a simple Script to browse CallDetailRecords

Copyright (C) 2010 Patrick C. Engel [email protected], License GNU GPL v3 (or any later)


h2. Usage and Features

!http://cpbx.eu/wiki/_media/calldetails:cpbx_calldetails.jpg!

h3. search field

030123 - shows entries for 030123 030123% - shows entries for 030123, eg. 030123456 %30123% - shows entries for 30123*, eg. 004930123456


h2. INSTALLATION

  • move the src folder to the cgi-bin directory of your Webserver, eg. /usr/lib/cgi-bin/
  • point your Browser to http://WEB_SERVER/cgi-bin/cdr.py
  • edit the Configution, file: `cdr_mysql.cfg'
[general]
lang=de

[mysql] host=localhost user=root passwd=myPassword db=cpbx

; optional [ftp] passwd=ftp_pass user=ftp_user host=10.10.11.2

Make sure Python 2.5+ and MySQLdb (python-mysqldb) is installed.

Previous:SimpleSave