> 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/ko/configuration/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/965f8c9e0ac499b9b96e4ffa0ae0c0ff9f00fb2c" alt=""></div>
{% endstep %}
{% endstepper %}

***

## Command 설정

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Intercom으로 이동합니다.**
{% 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:

```
GET https://help.verkada.com/intercom/ko/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.
