openclaw voicecall 命令用于管理语音通话功能。
概述
voicecall 是一个由插件提供的命令。只有在安装并启用了语音通话插件时才会出现。
相关资源
- 语音通话插件:/plugins/voice-call
常用命令
# 查询通话状态
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)
使用 Tailscale 服务暴露 webhook 端点:
# 使用 Serve 模式暴露
openclaw voicecall expose --mode serve
# 使用 Funnel 模式暴露
openclaw voicecall expose --mode funnel
# 取消暴露
openclaw voicecall unexpose
安全提示
仅向您信任的网络暴露 webhook 端点。在可能的情况下,优先使用 Tailscale Serve 而非 Funnel。
提示
更多详细信息请访问 官方英文文档。