# Ring Central Configuration for Verkada Intercoms

{% hint style="warning" %}
RingCentral does not support early media, so Video calling is not supported. TLS signaling and SRTP are also unsupported for the time being.
{% endhint %}

***

## RingCentral account setup

{% stepper %}
{% step %}
**In the RingCentral admin portal, navigate to Phone System > Phones & Devices > User Phones.**
{% endstep %}

{% step %}
**Select Existing Phone.**
{% endstep %}

{% step %}
**Click Set Up and Provision.**
{% endstep %}

{% step %}
**Click Set up manually using SIP.**
{% endstep %}

{% step %}
**For Will you be using secure voice transport on this device? select No.**
{% endstep %}

{% step %}
**Select the appropriate Outbound Proxy for your region.**
{% endstep %}

{% step %}
**Copy down the following from the Setup & Provisioning:**

a. SIP domain\
b. Outbound Proxy\
c. User Name\
d. Password\
e. Authorization ID

<div align="left" data-with-frame="true"><figure><img src="/files/2Jd2nOGlQUOhwT8iSmEk" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Click Done.**
{% endstep %}
{% endstepper %}

***

## RingCentral extension setup

{% stepper %}
{% step %}
**In the RingCentral admin portal, navigate to Users > Add User.**
{% endstep %}

{% step %}
**Create a user.**
{% endstep %}

{% step %}
**Navigate to Phone system > Phones & Devices > User Phones.**
{% endstep %}

{% step %}
**Click into your intercom > Set Up and Assign.**

a. Select location\
b. Select the user you created in step 2\
c. Name your phone\
d. Select an available number\
e. Add emergency response location\
f. Configure SMS (optional, adds no functionality on the Verkada end)
{% endstep %}
{% endstepper %}

***

## Command configuration

{% stepper %}
{% step %}
**Navigate to your Intercom’s settings page.**
{% endstep %}

{% step %}
**Navigate to Call > Add Account.**
{% endstep %}

{% step %}
**Fill in SIP Account Name, this is not relevant for registration and is only used for Verkada event generation.**
{% endstep %}

{% step %}
**Copy the Ring Central elements listed above to the Verkada SIP configuration fields using the following mapping:**

|                        |                        |
| ---------------------- | ---------------------- |
| **Ring Central Field** | **Command Field**      |
| SIP Domain             | Domain / Server \*     |
| Outbound Proxy         | Proxy                  |
| User Name              | User ID / Extension \* |
| Password               | Password / Secret \*   |
| Authorization ID       | Authorization ID       |
| {% endstep %}          |                        |

{% step %}
**For Transport Mode, select TCP.**
{% endstep %}

{% step %}
**Click** **Save.**
{% endstep %}

{% step %}
**Navigate to your Intercom’s receivers page or to the Call Flows tab.**
{% endstep %}

{% step %}
**Locate your Call List of choice and select the + > SIP Phone.**
{% endstep %}

{% step %}
**Type in the Ring Central intercom’s extension and click Check to save.**
{% endstep %}

{% step %}
**Upon success, you will see a green checkmark in the call list.**
{% endstep %}
{% endstepper %}

***

## FAQ

<details>

<summary>Is video supported?</summary>

Video is not currently supported.

</details>

<details>

<summary>What RingCentral user licenses do I need to assign to my intercom?</summary>

We recommend registering intercoms with the RingEX™ User license.

</details>

<details>

<summary>Why is my intercom not registering?</summary>

Make sure to click **Done** in the setup and provisioning menu in Ring Central **before** trying to save the SIP configs for your intercom in Verkada Command. After pressing **Done,** click **Resync** if needed.

</details>

<details>

<summary>Can I use the Ring Central app to receive calls from my intercom?</summary>

Yes. As long as the Intercom is registered, you can receive calls from the intercom in the RingCentral app.

</details>

***

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](https://www.youtube.com/watch?v=pgUM7Jwglng).
{% endhint %}


---

# Agent Instructions: 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.verkada.com/intercom/configuration/integrate-verkada-intercoms-with-sip/ring-central-configuration-for-verkada-intercoms.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.
