Skip to content

carrierx/cdr-apps

Repository files navigation

Call Detail Record Applications

This repository contains the applications which you can use to get detailed information about the calls.

Currently, the following Python apps are present:

System Requirements

  • Python 3

Checkout Source

git clone [email protected]:carrierx/cdr-apps.git
cd cdr-apps

Change Configuration

Copy the configuration.py.template file to configuration.py and replace the following variables:

  1. Enter your credentials used to make requests to CarrierX API. To create a token, see the Security Token quick start guide.

    CARRIERX_API_TOKEN = ''
  2. If you use some specific base API URL, change it here

    BASE_CARRIERX_API_URL = 'https://api.carrierx.com'
  3. Set the date that will be used to poll the calls

    DATE = ''

The date is set in the YYYY-MM-DD format, e.g., DATE = '2020-03-15'.

Run Application

Now run one of the applications (e.g., after_selected_fields.py):

python3 ./after_selected_fields.py

Refer to our Call Detail Record Application quick start for the detailed description of the application and its work.

About

The applications to get detailed information about the calls made through CarrierX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages