# Диагностика проблем

- [Подключение к АТС с помощью SSH](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-ssh.md): Описание вариантов подключения к АТС по SSH
- [Подключение к АТС с помощью SSH-клиента (Putty)](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-ssh/putty.md): В данной инструкции будет описано подключение по SSH с помощью Putty
- [Подключение с помощью SSH (Windows)](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-ssh/powershell.md): Подключение к MikoPBX по SSH с помощью Powershell (OpenSSH)
- [Подключение с помощью SSH (Linux/MacOS)](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-ssh/terminal.md): Подключение к MikoPBX по SSH с помощью Powershell (Terminal)
- [Подключение с помощью Google Secure Shell](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-ssh/secure-shell.md): Подключение к MikoPBX по SSH через Google Secure Shell
- [Подключение к АТС с помощью WinSCP](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-winscp.md)
- [Получение логов с помощью приложения tcpdump](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/getting-logs-using-the-tcpdump-application.md)
- [Снятие лога в АТС с помощью Wireshark](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/capturing-logs-from-pbx-using-wireshark.md)
- [Анализ трафика средствами Sngrep](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/traffic-analysis-using-sngrep.md)
- [Настройка громкости](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/adjusting-the-volume.md)
- [Решение проблем со звуком](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/solving-sound-problems.md)
- [Настройка Jitter](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/jitter-configuration.md)


---

# 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/faq/troubleshooting.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.
