2026-01-15 06:12:54 +00:00
|
|
|
---
|
2026-01-30 03:15:10 +01:00
|
|
|
summary: "CLI reference for `openclaw voicecall` (voice-call plugin command surface)"
|
2026-01-15 06:12:54 +00:00
|
|
|
read_when:
|
|
|
|
|
- You use the voice-call plugin and want the CLI entry points
|
|
|
|
|
- You want quick examples for `voicecall call|continue|status|tail|expose`
|
2026-01-31 16:04:03 -05:00
|
|
|
title: "voicecall"
|
2026-01-15 06:12:54 +00:00
|
|
|
---
|
|
|
|
|
|
2026-01-30 03:15:10 +01:00
|
|
|
# `openclaw voicecall`
|
2026-01-15 06:12:54 +00:00
|
|
|
|
|
|
|
|
`voicecall` is a plugin-provided command. It only appears if the voice-call plugin is installed and enabled.
|
|
|
|
|
|
|
|
|
|
Primary doc:
|
2026-01-31 21:13:13 +09:00
|
|
|
|
2026-01-15 06:12:54 +00:00
|
|
|
- Voice-call plugin: [Voice Call](/plugins/voice-call)
|
|
|
|
|
|
|
|
|
|
## Common commands
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-01-30 03:15:10 +01:00
|
|
|
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>
|
2026-01-15 06:12:54 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Exposing webhooks (Tailscale)
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-01-30 03:15:10 +01:00
|
|
|
openclaw voicecall expose --mode serve
|
|
|
|
|
openclaw voicecall expose --mode funnel
|
2026-02-22 20:58:28 +01:00
|
|
|
openclaw voicecall expose --mode off
|
2026-01-15 06:12:54 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Security note: only expose the webhook endpoint to networks you trust. Prefer Tailscale Serve over Funnel when possible.
|