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

# voicecall

# `openclaw voicecall`

`voicecall` jest poleceniem dostarczanym przez wtyczkę. Pojawia się tylko wtedy, gdy wtyczka voice-call jest zainstalowana i włączona.

Dokument główny:

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

## Typowe polecenia

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

## Wystawianie webhooków (Tailscale)

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

Uwaga dotycząca bezpieczeństwa: wystawiaj punkt końcowy webhooka wyłącznie do sieci, którym ufasz. Gdy to możliwe, preferuj Tailscale Serve zamiast Funnel.
