> For the complete documentation index, see [llms.txt](https://docs.mikopbx.com/mikopbx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mikopbx.com/mikopbx/english/faq/softphones/phonerlite.md).

# PhonerLite

1. Download the softphone installer from the official website at the [link](http://phonerlite.de/download_en.htm). Install it by following the instructions of the installer.
2. After installation, run PhonerLite. Creating a new SIP account:

Go to **"Configuration"** -> **"New"**

<figure><img src="/files/3zNVPwvfssgBk31h1pDI" alt=""><figcaption></figcaption></figure>

3. Select "**Manual Configuration**"

In the "**Domain/realm**" field, enter the **IP address** of the MikoPBX you are going to connect to

Click the arrow to continue

<figure><img src="/files/mGc4igDfyTLcVQvOkiUj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/CilXPUHKCNHaCvoPhUat" alt=""><figcaption></figcaption></figure>

4. In the "**User name**" field and in the "**Authentication Name**" field, enter the "**Extension**" of the employee from MikoPBX

<figure><img src="/files/wg0D506uxuVYAVyTzsbE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sNfJJ6uNpX9ZfLDnhPcc" alt=""><figcaption></figcaption></figure>

5. In the "**Password**" field, enter the "**SIP Password**" from MikoPBX

Click the arrow to continue

<figure><img src="/files/3bH1XFfso2gVL9todKMq" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/PzqShfzB2RYpVefu1rli" alt=""><figcaption></figcaption></figure>

6. Click on the check mark to continue

<figure><img src="/files/XCLdRJgGddCb7gLScZfN" alt=""><figcaption></figcaption></figure>

The green indicator at the bottom indicates successful authorization. Also, the status <mark style="background-color:green;">Online</mark> should be displayed on the PBX for this internal number.

<figure><img src="/files/IHfpN0HkT9qafIZkk4a9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/BqP96l0DDxpne9KFiaqV" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mikopbx.com/mikopbx/english/faq/softphones/phonerlite.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
