> 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/snom-telefon-reagiert-sehr-langsam-nach-autoprovisonierung.md).

# SNOM Telefon reagiert sehr langsam nach Autoprovisonierung

Wenn Snom Telefone autoprovisioniert wurden und zusätzlich die Kontaktesynchronisierung aktiviert ist, kann es dazu kommen, dass das Telefon teilweise nicht oder sehr zeitverzögert auf Befehle reagiert. Das hängt in der Regel mit einer zu großen Menge an Kontakten zusammen, die regelmäßig synchronisiert werden.

In dem Fall sollten die **Intervalle** vergrößert werden, in denen sich die Kontakte neu synchronisieren:

Login Snom Webinterface ➔ Identität ➔ Funktionen ➔ Telefon Download Intervall

Hier kann man die Invervalle für eine Synchronisierung einstellen, maximal 1209600 Sekunden (= 14 Tage).

{% hint style="info" %}
Wichtig: Trägt man als Intervall 0 ein, synct das Telefon nur bei bei Neustart und sonst nicht.
{% endhint %}

Alternativ lässt sich die Synchronisierung auch auf eine **bestimmte Uhrzeit** legen. Im folgenden Beispiel findet die Synchronisierung jeden Tag um 23:00 Uhr statt:

{% code title="snom-provisioning-config.xml" %}

```xml
<prov_polling_enabled perm="RW">on</prov_polling_enabled>
<prov_polling_mode perm="RW">abs</prov_polling_mode>
<prov_polling_time perm="RW">23:00</prov_polling_time>
```

{% endcode %}

Weitere Informationen dazu sind im [Snom Hilfecenter](https://service.snom.com/display/wiki/tbook_download_interval) zu finden.


---

# 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:

```
GET https://help.sipgate.de/cloud-telefonanlage/erste-schritte/konfigurationsanleitungen/snom-telefon-reagiert-sehr-langsam-nach-autoprovisonierung.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.
