fix: restore Twilio Meet voice intro

This commit is contained in:
Peter Steinberger
2026-05-01 05:41:29 +01:00
parent 5d1ba08e3c
commit 54f44ec321
11 changed files with 145 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ Primary doc:
```bash
openclaw voicecall setup
openclaw voicecall smoke
openclaw voicecall status --json
openclaw voicecall status --call-id <id>
openclaw voicecall call --to "+15555550123" --message "Hello" --mode notify
openclaw voicecall continue --call-id <id> --message "Any questions?"
@@ -33,6 +34,9 @@ scripts:
openclaw voicecall setup --json
```
`status` prints active calls as JSON by default. Pass `--call-id <id>` to inspect
one call.
For external providers (`twilio`, `telnyx`, `plivo`), setup must resolve a public
webhook URL from `publicUrl`, a tunnel, or Tailscale exposure. A loopback/private
serve fallback is rejected because carriers cannot reach it.