Book Image

Elastix Unified Communications Server Cookbook

Book Image

Elastix Unified Communications Server Cookbook

Overview of this book

Table of Contents (24 chapters)
Elastix Unified Communications Server Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Description and Use of the Most Well-known FreePBX Modules
Addon Market Module
Asterisk Essential Commands
Asterisk Gateway Interface Programming
Helpful Linux Commands
Index

Looking at the Call Detailed Report


The Call Detailed Report (CDR) shows the status of every call made, either inbound, outbound, or even internal, in our IP-PBX. This information is used to bill the calls, prevent telephone fraud, compare this information with Telco's in order to avoid erroneous charges, understand the behavior of our users, etc. The Asterisk IP-PBX comes with an internal CDR module. This module can be connected to a database and the records can be inserted there.

The reports we can obtain from Elastix are as follows:

  • CDR reports

  • Channel usage

  • Graphic report

  • Extensions summary

  • Creating billing rates

  • Billing report

  • Destination distribution

How to do it…

  1. Click on the Reports menu. A new window will appear, showing a general CDR report, ordered by date. This report shows the following fields:

    • Date: The date of the event.

    • Source: Caller ID of the caller originating the event. This value could be internal or external.

    • Ring Group: If available, the ring group that answered an incoming call...