# CDR

**CDR parameters**

A CDR contains the following information:

* **Time**: When the call was made or received.
* **Call From**: The number or the name of the caller.
* **Call To**: The number or the name of the callee.
* **Call Duration**: The time between the call started and the call ended.
* **Ring Duration**: The time between the call started and the call answered.
* **Talk Duration**: The time between the call answered and the call ended.

**Status**: This indicates the outcome of the call, which can be one of the following:

* **ANSWERED**: The call was completed successfully.
* **NO ANSWER**: The call was not answered.
* **BUSY**: The receiver was busy.
* **FAILED**: The call attempt failed.
* **VOICEMAIL**: The call was redirected to voicemail.

![](https://prod-files-secure.s3.us-west-2.amazonaws.com/7af79dc0-fc8e-4f26-bc09-19a95ea7e860/663ad0ba-c6c9-4ecd-8dac-a370f94fd56b/Screen_Shot_2023-12-19_at_8.31.53_PM.png)

<figure><img src="/files/V91H24LIBXhj8u9O9vVm" alt=""><figcaption><p>Call Details Records (CDR) Table</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.klink.cloud/dashboard-and-reports/reporting/cdr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
