> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/intercom/fr/configuration/integrate-verkada-intercoms-with-sip/webex-configuration-for-verkada-intercoms.md).

# Configuration Webex pour les interphones Verkada

Intégrez l’interphone Verkada à Webex en configurant l’interphone comme appareil géré par le client dans Webex Control Hub et en ajoutant le compte SIP dans Verkada Command. Cette intégration permet à l’interphone de s’enregistrer auprès de Webex à l’aide d’une communication SIP et SRTP sécurisée.

***

## Configuration de l’appareil Webex

{% stepper %}
{% step %}
**Dans Webex Control Hub, configurez votre interphone comme un** [**appareil géré par le client**](https://help.webex.com/en-us/article/nemh93t/Add-your-customer-managed-device)**.**
{% endstep %}

{% step %}
**Après avoir ajouté l’appareil, notez les détails d’enregistrement.**
{% endstep %}

{% step %}
**Ouvrez Verkada Command et poursuivez la configuration.**
{% endstep %}
{% endstepper %}

***

## Configuration de Command

{% stepper %}
{% step %}
**Dans Verkada Command, accédez à Tous les produits > interphone.**&#x20;
{% endstep %}

{% step %}
**Sélectionnez l’interphone que vous avez ajouté à Control Hub et cliquez sur Paramètres.**
{% endstep %}

{% step %}
**Sous Appel, sélectionnez Ajouter un compte.**
{% endstep %}

{% step %}
**Saisissez le nom de votre compte SIP.**

{% hint style="warning" %}
Cela est utilisé uniquement pour la génération d’événements dans Command et n’est pas utilisé pour l’authentification auprès de Webex.
{% endhint %}
{% endstep %}

{% step %}
**Copiez les éléments Webex dans les champs de configuration SIP Verkada en utilisant le mappage suivant :**

|                                                                                         |                          |
| --------------------------------------------------------------------------------------- | ------------------------ |
| **Champ Webex**                                                                         | **Champ Verkada**        |
| <p>Valeur de l’ID de ligne <strong>après</strong> le @<br>(ex. au10.bcld.webex.com)</p> | Domaine/Serveur          |
| <p>Valeur de l’ID de ligne <strong>avant</strong> le @<br>(ex. exryldgng4)</p>          | ID utilisateur/Extension |
| Mot de passe SIP                                                                        | Mot de passe/Secret      |
| Nom d’utilisateur SIP                                                                   | ID d’authentification    |
| Proxy sortant                                                                           | Proxy                    |
| {% endstep %}                                                                           |                          |

{% step %}
**Sélectionnez TLS pour le transport.**&#x20;
{% endstep %}

{% step %}
**Activez SRTP.**&#x20;
{% endstep %}

{% step %}
**Cliquez sur Enregistrer.**

Vous verrez une coche verte à côté des informations de votre compte SIP sur la page des paramètres de votre interphone lorsque l’enregistrement aura réussi.&#x20;
{% endstep %}
{% endstepper %}


---

# 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.verkada.com/intercom/fr/configuration/integrate-verkada-intercoms-with-sip/webex-configuration-for-verkada-intercoms.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.
