# Call detail records (CDR)

**Call History** provides a log of all incoming, outgoing, and internal calls. It is located under "**Telephony" -> "Call History"**.

<figure><img src="/files/ZsU0r5fAVwQua4SSQvyl" alt=""><figcaption><p>Call detail records (CDR)</p></figcaption></figure>

## Benefits

The Call History feature in MikoPBX enables users to:

* Display **all** calls;
* Filter calls **based on criteria**;
* Visually identify **missed calls** from the call log;
* Download or listen to call recordings.

Each entry in the call log contains information about:

* The caller’s phone number (**Who**);
* The recipient’s phone number (**To Whom**);
* The date and time of the call (**Call Date**);
* The duration of the call (**Duration**) – this excludes time spent on greetings or announcements.

Calls marked in <mark style="color:red;">red</mark> are **missed calls**. Their duration is logged as zero, and these calls cannot be played back:

<figure><img src="/files/eiuk7NElmUCBM0enJaat" alt=""><figcaption><p>Missed calls</p></figcaption></figure>

For answered calls, users can listen to or download the recording. Call recordings are downloaded locally to your PC in **.mp3** format.

<figure><img src="/files/FSas2HH1juny4iMW41BE" alt=""><figcaption><p>Listen to the recording function</p></figcaption></figure>

Each call log entry provides detailed information about the participants involved.

<figure><img src="/files/Vu04PquF8RPMvm4iha9E" alt=""><figcaption><p>Detailed information</p></figcaption></figure>

## Filters

{% hint style="info" %}
To apply a filter, press **Enter** after entering the search criteria.
{% endhint %}

The search bar in the Call History page supports the following filters:

1. **Phone Number** Filter

You can search using either an internal staff number or an external client number.

<figure><img src="/files/Vu04PquF8RPMvm4iha9E" alt=""><figcaption><p>Filter by Phone number</p></figcaption></figure>

2. **Two Phone Numbers** Filter

Enter two phone numbers separated by a space. For example, entering "74952293042 302" will display all **answered** calls between these numbers. Answered calls are those with a duration greater than **0** seconds, excluding greeting time.

<figure><img src="/files/1FGlUaKVSpPXS3DT1iM9" alt=""><figcaption><p>Filter by 2 numbers</p></figcaption></figure>

3. **Date** Filter

When opening the Call History, the log defaults to the current date. To filter for a specific period, select the date range and click **Apply**.

<figure><img src="/files/sCE1motRUpNVMzgOoTHB" alt=""><figcaption><p>Filter by date</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.mikopbx.com/mikopbx/english/manual/telephony/call-detail-records.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.
