# Configure a SIP Fallback Extension

A SIP fallback extension is a local SIP contact the intercom dials if it loses its network connection. The fallback extension does not need to be in the call list. When the intercom goes offline, it bypasses the call list and directly dials the fallback extension.

{% hint style="danger" %}
A fallback extension is required if your device is configured as an emergency intercom with a local SIP account enabled. A fallback extension is optional for non-emergency intercoms.
{% endhint %}

***

## Configuration

### Emergency intercoms

{% hint style="danger" %}
Follow the steps in [Configure an Intercom as an Emergency Phone](/intercom/configuration/add-and-configure-receivers-in-intercom/configure-an-intercom-as-an-emergency-phone.md) before you continue.
{% endhint %}

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

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

{% step %}
**Under Call > SIP Account, select:**

a. Click **Add Account** if this is your initial SIP integration.\
b. Click **Edit** if you have previously created a SIP account.
{% endstep %}

{% step %}
**Under Required, enter the following information:**

a. Sip Account Name\
b. Domain / Server\
c. User ID / Extension\
d. Offline SIP Fallback Extension\
e. Password / Secret

<div align="left" data-with-frame="true"><img src="/files/vpCCdrDFeOUQSrHD7aAB" alt="" width="563"></div>

f. Click **Save**.
{% endstep %}
{% endstepper %}

### Non-emergency intercoms

{% hint style="danger" %}
Your intercom needs to be registered to your local SIP server to create a fallback extension. See [Integrate Verkada Intercoms with SIP](/intercom/configuration/integrate-verkada-intercoms-with-sip.md) for more information.
{% endhint %}

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

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

{% step %}
**Under Call > SIP Account, select:**

a. Click **Add Account** if this is your initial SIP integration.\
b. Click **Edit** if you have previously created a SIP account.
{% endstep %}

{% step %}
**Under Optional > Offline SIP Fallback Extension, enter your fallback extension.**

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

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


---

# 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/configure-a-sip-fallback-extension.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.
