mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:30:45 +00:00
docs: cover reply media and voice-call fixes
This commit is contained in:
@@ -13,6 +13,35 @@ For quick start, QA runners, unit/integration suites, and Docker flows, see
|
||||
suites: model matrix, CLI backends, ACP, and media-provider live tests, plus
|
||||
credential handling.
|
||||
|
||||
## Live: local profile smoke commands
|
||||
|
||||
Source `~/.profile` before ad hoc live checks so provider keys and local tool
|
||||
paths match your shell:
|
||||
|
||||
```bash
|
||||
source ~/.profile
|
||||
```
|
||||
|
||||
Safe media smoke:
|
||||
|
||||
```bash
|
||||
pnpm openclaw infer tts convert --local --json \
|
||||
--text "OpenClaw live smoke." \
|
||||
--output /tmp/openclaw-live-smoke.mp3
|
||||
```
|
||||
|
||||
Safe voice-call readiness smoke:
|
||||
|
||||
```bash
|
||||
pnpm openclaw voicecall setup --json
|
||||
pnpm openclaw voicecall smoke --to "+15555550123"
|
||||
```
|
||||
|
||||
`voicecall smoke` is a dry run unless `--yes` is also present. Use `--yes` only
|
||||
when you intentionally want to place a real notify call. For Twilio, Telnyx, and
|
||||
Plivo, a successful readiness check requires a public webhook URL; local-only
|
||||
loopback/private fallbacks are rejected by design.
|
||||
|
||||
## Live: Android node capability sweep
|
||||
|
||||
- Test: `src/gateway/android-node.capabilities.live.test.ts`
|
||||
|
||||
Reference in New Issue
Block a user