> 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/faq/softphones/sessiontalk.md).

# Sessiontalk

1. Скачайте и откройте приложение SessionTalk на смартфоне, будет предложено создать аккаунт:

Выберите «**Generic SIP**»

<figure><img src="/files/3YqDEGScF1aAHsGUlASZ" alt="" width="295"><figcaption><p>"Generic SIP"</p></figcaption></figure>

2. Укажите:

* произвольное «**Account Name**»
* «**Display Name**» - укажите свое имя и фамилию
* «**UserName**» - внутренний номер из раздела конфигурации сотрудника
* Укажите «**Password**» - пароль для SIP из раздела конфигурации сотрудника
* Заполните поле «**Domain**» - адрес сервера MikoPBX

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

<figure><img src="/files/VEaIdbfx2CstffWzLdNI" alt="" width="295"><figcaption><p>Данные для SIP подключения</p></figcaption></figure>

3. В разделе «**Advanced**» задайте приоритет для «**WiFi Codecs**» и «**Mobile Codecs**»

<figure><img src="/files/pTQLZGkirc1mppyd9NJx" alt="" width="295"><figcaption><p>Аудио кодеки</p></figcaption></figure>

4. В «**Advanced**» - «**Miscellaneous**» - «**Incoming Caller Id**» укажите «**P-Asserted-Identify**»

<figure><img src="/files/SuqxZA71HsM7ydnMEdAn" alt="" width="295"><figcaption><p>Секция "Incoming Caller Id"</p></figcaption></figure>

5. Переведите checkbox «**Enabled**» в положение «**On**» и дождитесь окончания регистрации.

<figure><img src="/files/5peQEsVcdsTk0Ivpu687" alt="" width="295"><figcaption></figcaption></figure>

Об успешной регистрации будет свидетельствовать надпись "<mark style="color:green;">Registered</mark>" в интерфейсе программы, а так же надпись "<mark style="color:green;">Подключен</mark>"

<figure><img src="/files/9CC3ldQsNs1uD5A29WF4" alt="" width="295"><figcaption></figcaption></figure>

<figure><img src="/files/9TjRRY511uH1gqjjE3W6" 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/faq/softphones/sessiontalk.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.
