# FreePBX Configuration for Verkada Intercoms

## RingCentral extension set up

{% stepper %}
{% step %}
**Navigate to Applications > Extensions.**
{% endstep %}

{% step %}
**Select Add New SIP \[chan\_pjsip] Extension.**
{% endstep %}

{% step %}
**Fill in the User Extension field with the extension you want to assign to your intercom.**
{% endstep %}

{% step %}
**Fill in the Display Name with the caller ID you want to assign to your intercom.**
{% endstep %}

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

{% step %}
**Click Apply Config and move to Command.**

<div align="left" data-with-frame="true"><img src="/files/uS095miQ6RAT4iPRR5mz" alt=""></div>
{% endstep %}
{% endstepper %}

***

## Command set up

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Intercom.**
{% endstep %}

{% step %}
**Select an intercom and click Settings.**
{% endstep %}

{% step %}
**Under Call, select Add Account.**
{% endstep %}

{% step %}
**Enter your SIP Account Name.**

{% hint style="warning" %}
This is only used for event generation in Command and isn’t used for authentication to Freepbx.
{% endhint %}
{% endstep %}

{% step %}
**Copy the Freepbx elements to the Verkada SIP configuration fields using the following mapping:**

|                     |                       |
| ------------------- | --------------------- |
| **Freepbx Element** | **Command Field**     |
| Server IP / Domain  | Domain / Server \*    |
| User Extension      | User ID / Extension\* |
| Secret              | Password / Secret \*  |
| {% endstep %}       |                       |

{% step %}
**Select UDP for Transport Mode.**
{% endstep %}

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

You will see a green check mark next to your **SIP Account** information on your intercom’s settings page when the registration is successful.
{% endstep %}
{% endstepper %}

***

## Troubleshooting

When installing Freepbx, users may be prompted to turn on the Sangoma firewall. This may break things like video and dtmf. To disable this, open your Freepbx terminal and run the following command:

```
fwconsole ma delete firewall
```

***

{% 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/freepbx-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.
