Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This walkthrough provides an introduction to CDR2Cloud Authentication Code (Auth Code) feature and how to effectively use Auth Codes to identify which customer CDR calls should be billed to.

This walkthrough will cover the following steps:

  • Reviewing the anatomy of a CDR file
  • Creating a business logic for consistently identifying CDR records to customers
  • Defining Auth Code(s) for your customer(s)

Anatomy of a CDR file

CDR files come in many different formats, sizes and field definition. Every PBX manufacturer has a different CDR file format, however we can safely say that every PBX produces a CDR file. CDR files are basically log files that contain a transnational record of calls that have been processed by your PBX. When operating a PBX there are basically 2 accepted ways of producing billing records, RADIUS and CDR files. CDR2Cloud allows you to easily produce billing records from your CDR files by reading each line in the CDR file and bill that line to a customer. You must however define the logic that will be used to associate that line from the CDR file to a customer, but you must first understand what data is in your CDR file.

 

Lets say for example you have extracted your CDR files from your SIP Server or PBX and uploaded them into CDR2Cloud. You are now ready to process the file but you must first define the business logic that you will use to consistently identify the customer to which the calls will be billed to. Your CDR file when opened in a Text Editor and Excel look as follows:

Step-by-step guide

 

  • No labels