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

# voicecall

# `openclaw voicecall`

`voicecall` là một lệnh do plugin cung cấp. Nó chỉ xuất hiện khi plugin voice-call được cài đặt và kích hoạt.

Tài liệu chính:

* Plugin voice-call: [Voice Call](/plugins/voice-call)

## Các lệnh thông dụng

```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>
```

## Mở 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
```

Lưu ý bảo mật: chỉ mở endpoint webhook cho các mạng mà bạn tin tưởng. Ưu tiên sử dụng Tailscale Serve thay vì Funnel khi có thể.
