mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:40:44 +00:00
fix: restore Twilio Meet voice intro
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user