C# Huwaei CDR Decoder
Author : Josue Martins
Huawei CDR command line decoder 1.0
The C# CDR decoder is a simple script that allows you to input a CDR.dat into the script, and script will return it into human readle file.
A call detail record (CDR) is a data record produced by a telephone exchange or other telecommunications equipment that documents the details of a telephone call or other communications transaction (e.g., text message) that passes through that facility or device. The record contains various attributes of the call, such as time, duration, completion status, source number, and destination number.[1][2][3] It is the automated equivalent of the paper toll tickets that were written and timed by operators for long-distance calls in a manual telephone exchange.
CDR Contents
the phone number of the subscriber originating the call (calling party, A-party) the phone number receiving the call (called party, B-party) the starting time of the call (date and time) the call duration the billing phone number that is charged for the call the identification of the telephone exchange or equipment writing the record a unique sequence number identifying the record additional digits on the called number used to route or charge the call the disposition or the results of the call, indicating, for example, whether or not the call was connected the route by which the call entered the exchange the route by which the call left the exchange call type (voice, SMS, etc.) any fault condition encountered
Please fill free to edit the code and always share.
Open Source forever. Josue198s