# FAX

|     코드    |           설명           |
| :-------: | :--------------------: |
|    3200   |           전달           |
|    3241   |          부분 전달         |
|    3211   |          통화 중          |
|    3212   |          응답 없음         |
| 3213 3214 |         잘못된 번호         |
|    3242   |         사람이 받음         |
|    3216   |         호 개통거부         |
|    3217   |          번호고장          |
|    3219   |        중계선 호 폭주        |
|    3220   |        호 개통 시간초과       |
|    3221   |        내부시스템 장애        |
|    3222   | 발신번호 사전 등록제에 의한 미등록 차단 |
|    3223   |   발신번호 사전 등록제 번호규칙 위반  |
|    3243   |       송신 프로토콜 에러       |
|    3244   |         데이터 불량         |
|    3245   |         데이터 없음         |
| 3218 3250 |          기타 에러         |
|    3260   |        중복 발신 제한        |


---

# 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://biztech.gitbook.io/bizclient-manual-v4.8.1/result-code/fax.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.
