`moltbot voicecall`

`moltbot voicecall`

适用范围

使用本页面当:

  • 使用语音通话插件并需要 CLI 入口点
  • 需要 voicecall call|continue|status|tail|expose 的快速示例

voicecall 是一个插件提供的命令。仅当安装并启用语音通话插件时才会出现。

主要文档:

常用命令

moltbot voicecall status --call-id <id>
moltbot voicecall call --to "+15555550123" --message "Hello" --mode notify
moltbot voicecall continue --call-id <id> --message "Any questions?"
moltbot voicecall end --call-id <id>

暴露 webhooks(Tailscale)

moltbot voicecall expose --mode serve
moltbot voicecall expose --mode funnel
moltbot voicecall unexpose

安全提示:仅将 webhook 端点暴露到您信任的网络。尽可能优先使用 Tailscale Serve 而不是 Funnel。