> 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/ja/she-ding/integrate-verkada-intercoms-with-sip/freepbx-configuration-for-verkada-intercoms.md).

# Verkada Intercom向けFreePBX設定

## RingCentral拡張機能の設定

{% stepper %}
{% step %}
**［アプリケーション］>［拡張機能］に移動します。**
{% endstep %}

{% step %}
**［新しいSIP［chan\_pjsip］拡張機能を追加］を選択します。**
{% endstep %}

{% step %}
**インターホンに割り当てる拡張機能を［ユーザー拡張］フィールドに入力します。**
{% endstep %}

{% step %}
**インターホンに割り当てる発信者IDを［表示名］に入力します。**
{% endstep %}

{% step %}
**［送信］をクリックします。**
{% endstep %}

{% step %}
**［設定を適用］をクリックして、Commandに移動します。**

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

***

## Commandの設定

{% stepper %}
{% step %}
**Verkada Commandで、［すべての製品］>［インターホン］に移動します。**
{% endstep %}

{% step %}
**インターホンを選択し、［設定］をクリックします。**
{% endstep %}

{% step %}
**［通話］の下で、［アカウントを追加］を選択します。**
{% endstep %}

{% step %}
**SIPアカウント名を入力します。**

{% hint style="warning" %}
これはCommandでのイベント生成にのみ使用され、Freepbxへの認証には使用されません。
{% endhint %}
{% endstep %}

{% step %}
**次の対応付けに従って、Freepbxの要素をVerkada SIP設定フィールドにコピーします。**

|               |                   |
| ------------- | ----------------- |
| **Freepbx要素** | **Commandフィールド**  |
| サーバーIP / ドメイン | ドメイン / サーバー \*    |
| ユーザー拡張        | ユーザーID / 拡張機能\*   |
| シークレット        | パスワード / シークレット \* |
| {% endstep %} |                   |

{% step %}
**トランスポートモードにはUDPを選択します。**
{% endstep %}

{% step %}
**クリック** **保存します。**

登録が成功すると、インターホンの設定ページで **SIPアカウント** 情報の横に緑のチェックマークが表示されます。
{% endstep %}
{% endstepper %}

***

## トラブルシューティング

Freepbxをインストールするとき、Sangomaファイアウォールを有効にするよう求められる場合があります。これにより、映像やdtmfなどが動作しなくなることがあります。これを無効にするには、Freepbxのターミナルを開いて次のコマンドを実行します。

```
fwconsole ma delete firewall
```

***

{% hint style="info" %}
**実際に動作しているところを見たいですか？** こちらをチェックしてください [動画チュートリアル](https://www.youtube.com/watch?v=pgUM7Jwglng).
{% endhint %}


---

# 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/ja/she-ding/integrate-verkada-intercoms-with-sip/freepbx-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.
