> 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/ip-telefones/snom-d120.md).

# Snom D120

**Snom D120** is an entry-level desk phone by **Snom**. This guide explains how to connect and configure the Snom D120 with MikoPBX.

{% hint style="info" %}
Verify that **G.711 A-law** is enabled under **System** → **General Settings** → **Audio/Video Codecs** in MikoPBX.
{% endhint %}

## MikoPBX Extensions Settings

1. Open the MikoPBX web interface and go to **Telephony** → **Extensions**:

<figure><img src="/files/9Gn7K90goeI8E3mYr38L" alt=""><figcaption><p>"Extensions" section</p></figcaption></figure>

2. Next to the employee account you wish to connect, copy the SIP password:

<figure><img src="/files/waq8fB9YIMw600lob6C8" alt=""><figcaption><p>Copying password for SIP</p></figcaption></figure>

## Configuring the Snom D120

Connect the D120 to your local network using the LAN port.

<figure><img src="/files/9EBQyKt2wt5qfWI9aRrt" alt=""><figcaption><p>Scheme of Snom D120</p></figcaption></figure>

{% hint style="info" %}
If DHCP is enabled in your network, the phone will automatically receive an IP address. The IP address will be shown on the phone’s screen at startup.
{% endhint %}

1. Enter the phone’s IP address into your browser as **<http://phone\\_ip\\_address>** and log into its web interface.
2. To configure the SIP account, go to **Setup** → **Identity 1**:

<figure><img src="/files/8xTaGirLIpDZxbu27xHN" alt=""><figcaption><p>"Identity 1" section</p></figcaption></figure>

* **Identity active** – set to “on”
* **Displayname** – any name (preferably in Latin characters)
* **Account** – the extension number of the MikoPBX employee
* **Password** – the SIP password you copied previously
* **Registrar** – your MikoPBX address

Click **Apply**, then **Re-Register**.

To verify, go to **Status** → **System Information**. If registration is successful, the phone will show something like:

<figure><img src="/files/u4vpULvOPuIeUgLPYU22" alt=""><figcaption><p>Succesfull connection</p></figcaption></figure>

In the MikoPBX web interface the status indicator will turn green:

<figure><img src="/files/seFnQW29983tGqVBVjiD" alt=""><figcaption><p>Status Indicator in MikoPBX interface</p></figcaption></figure>

## Additional Settings

1. We recommend enabling **PnP Config** to use the [**Automatic Phone Setup**](/mikopbx/english/modules/miko/module-autoprovision.md) module features.

<figure><img src="/files/1v0oLDnooOMTp3I9piGD" alt=""><figcaption><p>Configuring "PnP Config"</p></figcaption></figure>

2. In some cases, if DHCP is used, **option 132** might be set for auto-provisioning terminals. You may need to disable this option for proper phone operation:

<figure><img src="/files/mvU9DkK7ajqxX1prEHw1" alt=""><figcaption><p>Option 132</p></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/ip-telefones/snom-d120.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.
