> 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/es/configuracion/integrate-verkada-intercoms-with-sip/webex-configuration-for-verkada-intercoms.md).

# Configuración de Webex para Verkada Intercoms

Integre Verkada Intercom con Webex configurando el intercomunicador como un dispositivo gestionado por el cliente en Webex Control Hub y añadiendo la cuenta SIP en Verkada Command. Esta integración permite que el intercomunicador se registre con Webex mediante comunicación segura SIP y SRTP.

***

## Configuración del dispositivo Webex

{% stepper %}
{% step %}
**En Webex Control Hub, configure su intercomunicador como un** [**dispositivo gestionado por el cliente**](https://help.webex.com/en-us/article/nemh93t/Add-your-customer-managed-device)**.**
{% endstep %}

{% step %}
**Después de añadir el dispositivo, anote los detalles de registro.**
{% endstep %}

{% step %}
**Abra Verkada Command y continúe con la configuración.**
{% endstep %}
{% endstepper %}

***

## Configuración de Command

{% stepper %}
{% step %}
**En Verkada Command, vaya a Todos los productos > Intercom.**&#x20;
{% endstep %}

{% step %}
**Seleccione el intercomunicador que añadió a Control Hub y haga clic en Configuración.**
{% endstep %}

{% step %}
**En Llamada, seleccione Añadir cuenta.**
{% endstep %}

{% step %}
**Introduzca el nombre de su cuenta SIP.**

{% hint style="warning" %}
Esto solo se usa para la generación de eventos en Command y no se usa para la autenticación en Webex.
{% endhint %}
{% endstep %}

{% step %}
**Copie los elementos de Webex en los campos de configuración SIP de Verkada usando la siguiente asignación:**

|                                                                                               |                         |
| --------------------------------------------------------------------------------------------- | ----------------------- |
| **Campo de Webex**                                                                            | **Campo de Verkada**    |
| <p>Valor de ID de línea <strong>después de</strong> la @<br>(p. ej., au10.bcld.webex.com)</p> | Dominio/servidor        |
| <p>Valor de ID de línea <strong>antes de</strong> la @<br>(p. ej., exryldgng4)</p>            | ID de usuario/extensión |
| Contraseña SIP                                                                                | Contraseña/secreto      |
| Nombre de usuario SIP                                                                         | ID de autenticación     |
| Proxy saliente                                                                                | Proxy                   |
| {% endstep %}                                                                                 |                         |

{% step %}
**Seleccione TLS para el transporte.**&#x20;
{% endstep %}

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

{% step %}
**Haga clic en Guardar.**

Verá una marca de verificación verde junto a la información de su cuenta SIP en la página de configuración de su intercomunicador cuando el registro se realice correctamente.&#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/es/configuracion/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.
