Documentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
openclaw voicecall
voicecall 是由 Plugin 提供的命令。只有在已安裝並啟用語音通話 Plugin 時才會出現。
主要文件:
常用命令
openclaw voicecall setup
openclaw voicecall smoke
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 dtmf --call-id <id> --digits "ww123456#"
openclaw voicecall end --call-id <id>
setup 預設會輸出供人閱讀的就緒狀態檢查。若要用於
指令碼,請使用 --json:
openclaw voicecall setup --json
對於外部提供者(twilio、telnyx、plivo),設定必須能從 publicUrl、通道或 Tailscale 暴露位置解析出公開
Webhook URL。系統會拒絕 loopback/私人
serve 後援,因為電信業者無法連線到它。
smoke 會執行相同的就緒狀態檢查。除非同時提供 --to 和 --yes,
否則不會撥打真實電話:
openclaw voicecall smoke --to "+15555550123" # dry run
openclaw voicecall smoke --to "+15555550123" --yes # live notify call
暴露 Webhook(Tailscale)
openclaw voicecall expose --mode serve
openclaw voicecall expose --mode funnel
openclaw voicecall expose --mode off
安全性注意事項:只將 Webhook 端點暴露給你信任的網路。可行時,優先使用 Tailscale Serve,而不是 Funnel。
相關資訊