> 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/erste-schritte/konfigurationsanleitungen/wie-konfiguriere-ich-die-signalverschluesselung-via-tls.md).

# Wie konfiguriere ich die Signalverschlüsselung via TLS?

**Transport Layer Security (TLS)** ist ein Sicherheitsprotokoll, welches zur verschlüsselten Übertragung von Daten über das Internet verwendet wird. Es ist der Nachfolger von SSL und dient dazu, dass Dritte nicht einfach Ihre SIP Daten auswerten können.

Die **Einrichtung** von TLS kann in Ihrem Telefon, Router oder Ihrer VoIP App wie folgt durchgeführt werden:

{% stepper %}
{% step %}
**Registrar eintragen**

Geben Sie als Registrar/Domäne **sipgate.de** ein.
{% endstep %}

{% step %}
**Proxy eintragen**

Im Feld Proxy/Outbound Proxy tragen Sie **sip.sipgate.de** ein.
{% endstep %}

{% step %}
**Signalisierung ändern**

Bei einigen Modellen müssen Sie die **Signalisierung** von UDP auf TLS ändern.
{% endstep %}
{% endstepper %}

Bei verschlüsselter Signalisierung erfordern wir ebenfalls, dass die Sprachdaten verschlüsselt werden. Je nach Gerät kann die Verschlüsselung automatisch passieren. Wenn eine manuelle Verschlüsselung erforderlich ist, muss im Gerät "SRTP" eingestellt werden. Ist diese Einstellung falsch, so werden Anrufe mit Fehler "488 No Acceptable here" abgewiesen.

{% hint style="warning" %}
**Ausnahmen:**

* Speedport W7XX & W9XX bietet Ihnen weder einen zweiten Server noch die Einstellung TLS.
* Speedport Hybrid bietet Ihnen weder einen zweiten Server noch die Einstellung TLS.
* Speedport Pro bietet Ihnen weder einen zweiten Server noch die Einstellung TLS.
* Fritz!Box man braucht mindestens Firmware 7.23 um TLS aktivieren zu können.
* Zoiper Android lehnt TLS Registrierung mit SIP 408 Timeout ab.
  {% endhint %}


---

# 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/erste-schritte/konfigurationsanleitungen/wie-konfiguriere-ich-die-signalverschluesselung-via-tls.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.
