maestro
latest
false
Maestro 用户指南
- 简介
- 入门指南
- 使用 Maestro BPMN 进行构建
- 使用 Maestro Case 构建
- 使用 Maestro Flow 进行构建
- Maestro Automate
- 集成
- 运营
- 监控
- 正在优化
- 参考信息
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Node that places an outbound call from a connected phone number and waits for it to be answered.
操作
Dials an outbound phone call and waits until the call is answered by a human or voicemail. Debug runs place real calls, billed by your provider like any other.
The node is labeled Create outgoing call in the Tool > Voice tools category of the node palette. An outbound Flow runs Create outgoing call → Voice Agent → End Call.
配置参考
| 字段 | 必填 | 默认 | 描述 |
|---|---|---|---|
| 来源 | 是 | 无 | The originating number. The picker lists connected numbers with a direction of Outgoing or Both. See Deployment on how to configure a phone number. |
| 目标 | 是 | 无 | The destination number, in E.164 format — for example, +12025551234. The field opens in fixed-value mode; switch it to expression mode to bind a variable. |
If either field is empty, the run fails with From number is required or Destination phone number is required.
输出变量
| 路径 | 类型 | 描述 |
|---|---|---|
output.callContext.type | 字符串 | Call medium: phone or web. Only phone is supported today. |
output.callContext.id | 字符串 | The provider-side call identifier. |
output.callContext.conversationId | 字符串 | The UUID of the conversation associated with this call. |
error | object | Populated on failure. Refer to Error handling. |
Bind $vars.<node>.output.callContext to the Call context field on the Voice Agent and End Call nodes. For example, use $vars.createOutgoingCall1.output.callContext.
相关页面
- 语音
- Incoming Call — inbound counterpart.
- 语音智能体
- 结束呼叫
- Deployment — connecting an outbound number.