Giter Site home page Giter Site logo

brandsafric-incorporated / django-pbx-smdr-accounting Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fmahnke/django-pbx-smdr-accounting

0.0 1.0 0.0 144 KB

A django project for collecting and reviewing Station Message Detail Record (SMDR) data from Private Branch Exchange (PBX) phone switches. This makes phone call accounting possible.

Python 87.96% CSS 0.86% HTML 11.18%

django-pbx-smdr-accounting's Introduction

A Django application for storing and reporting Call Detail Record (CDR) logs from Private Branch Exchange (PBX) phone systems. The data may be retrieved using an HTTP form and filtered by date range.

It has been tested with the following PBX systems:

Inter-Tel Axxess 8520

Instructions:

django-pbx-smdr-accounting does not retrieve CDR logs from your PBX. You will need a means to retrieve CDR from your PBX. The typical way of doing this is by retrieving the call accounting data as Station Message Detail Record (SMDR) from your PBX. This is commmonly done by a RS-232 serial connection or TCP/IP.

Once SMDR is flowing from your PBX, you'll need to parse it and store the records in the django-pbx-smdr-accounting database.

To accomplish the above items, see my axxess_8520_smdr_client (also on github). It contains a simple client for gathering SMDR data from the Inter-Tel Axxess 8520 and adding it to the sqlite database.

Once the SMDR is in the database, you're ready to configure the Django application to view it.

You must customize settings.py for your configuration. In particular, you must

- Create values for PROJECT_DIRECTORY and LOG_FILE_NAME
- Create a value for SECRET_KEY (and keep it secret)

Then set it up and serve it like any other Django application.

Any feedback is appreciated! Please feel free to fork, report issues, and make pull requests on github.

django-pbx-smdr-accounting's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.