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.

View File

@@ -1267,7 +1267,7 @@ Also verify:
`googlemeet doctor [session-id]` prints the session, node, in-call state,
manual action reason, realtime provider connection, `realtimeReady`, audio
input/output activity, last audio timestamps, byte counters, and browser URL.
Use `googlemeet status [session-id]` when you need the raw JSON. Use
Use `googlemeet status [session-id] --json` when you need the raw JSON. Use
`googlemeet doctor --oauth` when you need to verify Google Meet OAuth refresh
without exposing tokens; add `--meeting` or `--create-space` when you need a
Google Meet API proof as well.