# Teams の永続的な通話転送の設定

### 説明

Teams Enterprise Voice ユーザーの即時呼び出し転送を、Teams ユーザー、電話番号、ボイスメール、またはユーザーの代理人に対して構成します。このランブックでは、即時転送を無効にすることもできます。

### 場所

User → Phone → Set Teams Permanent Call Forwarding

**ランブックの完全名**

rjgit-user\_phone\_set-teams-permanent-call-forwarding

### アクセス許可

#### アプリケーションのアクセス許可

* **種類**: Microsoft Graph
  * Organization.Read.All

#### RBAC ロール

* Teams 管理者

### パラメーター

#### UserName

対象ユーザーのユーザー プリンシパル名。

| プロパティ | 値    |
| ----- | ---- |
| 必須    | true |
| 既定値   |      |
| 種類    | 文字列  |

#### ForwardTargetPhoneNumber

通話の転送先となる電話番号。E.164 形式である必要があります（例: +49123456789）

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### ForwardTargetTeamsUser

通話を転送する Teams ユーザーのユーザープリンシパル名。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### ForwardToVoicemail

true に設定すると、通話をボイスメールに転送します。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | False   |
| 種類    | Boolean |

#### ForwardToDelegates

true に設定すると、ユーザーによって定義された代理人に通話を転送します。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | False   |
| 種類    | Boolean |

#### TurnOffForward

true に設定すると、即時呼び出し転送を無効にします。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | False   |
| 種類    | Boolean |

[ランブック リファレンスの概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# 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://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/user/phone/set-teams-permanent-call-forwarding.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.
