first commit
This commit is contained in:
41
content/cli/voicecall.md
Normal file
41
content/cli/voicecall.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
read_when:
|
||||
- 使用语音通话插件并想了解 CLI 入口
|
||||
- 想要 `voicecall call|continue|status|tail|expose` 的快速示例
|
||||
summary: 语音通话插件命令的 `openclaw voicecall` CLI 参考
|
||||
title: voicecall
|
||||
x-i18n:
|
||||
generated_at: "2026-02-01T20:21:37Z"
|
||||
model: claude-opus-4-5
|
||||
provider: pi
|
||||
source_hash: d93aaee6f6f5c9ac468d8d2905cb23f0f2db75809408cb305c055505be9936f2
|
||||
source_path: cli/voicecall.md
|
||||
workflow: 14
|
||||
---
|
||||
|
||||
# `openclaw voicecall`
|
||||
|
||||
`voicecall` 是一个由插件提供的命令。只有在安装并启用了语音通话插件时才会出现。
|
||||
|
||||
主要文档:
|
||||
|
||||
- 语音通话插件:[语音通话](/plugins/voice-call)
|
||||
|
||||
## 常用命令
|
||||
|
||||
```bash
|
||||
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 end --call-id <id>
|
||||
```
|
||||
|
||||
## 暴露 Webhook(Tailscale)
|
||||
|
||||
```bash
|
||||
openclaw voicecall expose --mode serve
|
||||
openclaw voicecall expose --mode funnel
|
||||
openclaw voicecall unexpose
|
||||
```
|
||||
|
||||
安全提示:仅将 webhook 端点暴露给你信任的网络。尽可能优先使用 Tailscale Serve 而非 Funnel。
|
||||
Reference in New Issue
Block a user