CDRs

    Advanced CDR Field Descriptions

    The VoIP Help Page Team·3 min read·Last updated: March 14, 2026

    This article provides detailed field descriptions for the advanced Call Detail Record (CDR) format available in the Manager Portal, including examples for both origination (inbound) and termination (outbound) calls.

    Fields and Descriptions

    FieldDescription
    Call TypeThis field will either be “origination”, “termination”, or "missed". Origination and Missed will be inbound calls to the NetSapiens system. Termination will be calls placed from a NetSapiens user to an offnet number.
    DomainThis will be the domain on the NetSapiens system that the call should be billed to.
    UserThis will be the user on the NetSapiens system that the call should be billed to. It can be string lengths ranging from 2 to 10 digits in length based on how the domain is setup.
    BTNThis field corresponds to the user and domain that should be charged. It is a best effort to get a 10 digit billable number.
    Time StartThis is the start time for the call. Will be in GMT timezone. in the format YYYY-MM-DD HH:MM:SS. Will not be null.
    Time AnswerThis is the time of the answer of the call. Will be in GMT timezone. in the format YYYY-MM-DD HH:MM:SS. May be null on an unanswered call.
    DurationThe length of the call in seconds.
    Remote NumberThis field varies based on Type. In an origination case it will hold the ANI of the caller. In a termination type it will be the full connected number. In most cases will be 10-11 digits.
    Dialed NumberThis is the dialed number for the call. May be 2-10 digits in length.
    CallIdThis is the NetSapiens Call-Id for this call.
    Orig IPThis is the IP of the Origination (receiving) side of the call.
    Term IPThis is the IP of the Termination (sending) side of the call.
    Release CauseThis will hold the NetSapiens Release code. May contain an error or a clean release code.

    Example: Origination (Inbound)

    FieldExample
    Call TypeOrigination
    Domainniftywidgets
    User1000
    BTN2223334444
    Time Start2014-02-15 23:22:10
    Time Answer2014-02-15 23:22:17
    Duration25
    Remote Number5556667777
    Dialed number2223334444
    CallID20140215232--f6779bbfd2bc4
    Orig IP162.217.10.21
    Term IP1.1.1.1
    Release CauseOrig: Bye

    Example: Termination (Outbound)

    FieldExample
    Call TypeTermination
    Domainniftywidgets
    User1000
    BTN222333444
    Time Start2014-02-15 23:22:10
    Time Answer2014-02-15 23:22:17
    Duration25
    Remote Number5556667777
    Dialed Number5556667777
    CallID20140215232--f6779bb44wg7
    Orig IP1.1.1.1
    Term IP162.217.10.21
    Release CauseTerm: Bye

    Was this article helpful?