> ## Documentation Index
> Fetch the complete documentation index at: https://openclawdoc.org/llms.txt
> Use this file to discover all available pages before exploring further.

# voicecall

> voicecall はプラグインが提供するコマンドです。これは、音声通話プラグインがインストールされ有効になっている場合にのみ表示されます。共通コマンド、Webhook の公開 (Tailscale)を確認できます。

`voicecall` はプラグインが提供するコマンドです。これは、音声通話プラグインがインストールされ有効になっている場合にのみ表示されます。

主なドキュメント:

* 音声通話プラグイン：[音声通話](/plugins/voice-call)

## 共通コマンド

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw voicecall status --call-id <id>
openclaw voicecall call --to "+15555550123" --message "Hello" --mode notify
openclaw voicecall continue --call-id <id> --message "Any questions?"
openclaw voicecall end --call-id <id>
```

## Webhook の公開 (Tailscale)

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw voicecall expose --mode serve
openclaw voicecall expose --mode funnel
openclaw voicecall expose --mode off
```

セキュリティ上の注意: Webhook エンドポイントは信頼できるネットワークにのみ公開してください。可能であれば、ファネルよりもテールスケール サーブを優先します。
