Naar hoofdinhoud gaan

Documentation Index

Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

openclaw voicecall

voicecall is een door een Plugin geleverde opdracht. Deze verschijnt alleen als de spraakoproep-Plugin is geïnstalleerd en ingeschakeld. Primair document:

Veelgebruikte opdrachten

openclaw voicecall setup
openclaw voicecall smoke
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 dtmf --call-id <id> --digits "ww123456#"
openclaw voicecall end --call-id <id>
setup toont standaard menselijk leesbare gereedheidscontroles. Gebruik --json voor scripts:
openclaw voicecall setup --json
Voor externe providers (twilio, telnyx, plivo) moet setup een openbare Webhook-URL oplossen vanuit publicUrl, een tunnel of Tailscale-blootstelling. Een terugvaloptie met loopback/privé serveren wordt geweigerd omdat providers die niet kunnen bereiken. smoke voert dezelfde gereedheidscontroles uit. Er wordt geen echte telefoonoproep geplaatst tenzij zowel --to als --yes aanwezig zijn:
openclaw voicecall smoke --to "+15555550123"        # dry run
openclaw voicecall smoke --to "+15555550123" --yes  # live notify call

Webhooks beschikbaar maken (Tailscale)

openclaw voicecall expose --mode serve
openclaw voicecall expose --mode funnel
openclaw voicecall expose --mode off
Beveiligingsopmerking: stel het Webhook-eindpunt alleen beschikbaar aan netwerken die je vertrouwt. Geef waar mogelijk de voorkeur aan Tailscale Serve boven Funnel.

Gerelateerd