`clawdbot voicecall`
适用范围
使用本页面当:
- 使用语音通话插件并需要 CLI 入口点
- 需要
voicecall call|continue|status|tail|expose的快速示例
voicecall 是一个插件提供的命令。仅当安装并启用语音通话插件时才会出现。
主要文档:
- 语音通话插件:语音通话)
常用命令
clawdbot voicecall status --call-id <id>
clawdbot voicecall call --to "+15555550123" --message "Hello" --mode notify
clawdbot voicecall continue --call-id <id> --message "Any questions?"
clawdbot voicecall end --call-id <id>暴露 webhooks(Tailscale)
clawdbot voicecall expose --mode serve
clawdbot voicecall expose --mode funnel
clawdbot voicecall unexpose安全提示:仅将 webhook 端点暴露到您信任的网络。尽可能优先使用 Tailscale Serve 而不是 Funnel。