> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/allgemeine-losungen-beim-telefonieren-mit-sipgate/was-kann-ich-tun-wenn-tastentoene-dtmf-nicht-uebertragen-werden.md).

# What can I do if touch tones (DTMF) are not transmitted?

Dual Tone Multifrequency (DTMF) refers to the transmission of key tones over the telephone network to the receiving party.

#### **Default setting for all devices**

Open the configuration menu of your phone/VoIP adapter/VoIP app and select in the section **DTMF** and **via RTP (RFC2833**) select.

{% tabs %}
{% tab title="SNOM device" %}
In the web configuration menu **Identity 1** (sipgate) and **SIP** as well as the option **DTMF via SIP INFO** on **do so**.

![sipgate-Hilfecenter-dmft3.png](/files/3e77c1b87ed701d0c5478341592ad9aa2856742a)

Additionally, in the tab **RTP** the option **RTP encryption** on **do so** and the **Long SDP response** on **to** set.

![sipgate-Hilfecenter-dmft2.png](/files/693940bf68a831cc1e860efe9afbd4bbe46f37a7)
{% endtab %}

{% tab title="Siemens/Gigaset" %}
In the web configuration menu, go to **Settings → Telephony → Additional VoIP settings** in the upper section **Transmission settings for DTMF transmission** on **RFC2833** set.

![sipgate-Hilfecenter-dmft1.png](/files/439ef1643d79975c600e6f2df56bbb952b01232b)

{% hint style="info" %}
**Important:** The **Siemens SL75** can only be used with SIP Info and is handled separately. Therefore, no change is necessary.
{% endhint %}
{% endtab %}

{% tab title="Asterisk" %}
If you are working with Asterisk, change in the file **sip.conf** for the sipgate peer the line **dtmfmode** from I**nfo** on **rfc2833**.
{% endtab %}

{% tab title="Draytec Vigor" %}
Open the **configuration menu** of your router and switch to **Special** **settings** and **VoIP**. Set the option there **CODEC, RTP and DTMF** on **DTMF (Dual Tone Multi Frequency)** on **Outband; Payload type: 101**.
{% endtab %}

{% tab title="GS Wave" %}
In the menu, switch to **settings** and **Account settings** and select the corresponding SIP account there. Scroll to the **codec settings** down and click on **DTMF** Now select the option **RFC2833** and save the entry.
{% endtab %}
{% endtabs %}


---

# 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://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/allgemeine-losungen-beim-telefonieren-mit-sipgate/was-kann-ich-tun-wenn-tastentoene-dtmf-nicht-uebertragen-werden.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.
