Skip to main content

Make Call and Do Something Smart

IMPORTANT!

If you hadn't yet read the intro part of this section, please click here to read it first.

Description

This module provides the developer a simple way to initiate an outbound call to a specific destination, then, connect it to a voice application - once the remote party had answered the call.

Workflow

This module may be executed at any point of a scenario.

Scenario Example

Parameters

ParameterDescription
ConnectionThe Voice Application Connection to be used for the query.
DestinationThe destination to dial, either via a configured Voice Trunk or a configured Subscriber.
Caller IDWhat CallerID should be preseneted to the remote party, receiving the voice call.
Smart ActionSee Below.
ActionThe voice application to execute. Available for Attached or Detached Voice Applications.
Additional DataAn array of key=value pairs, to be passed to the new Voice Application as part of the request data.

Smart Action Targets

Attached or Detached Voice Application

Voice application control is passed to the voice application that was previously built with Make.com.

Custom Voice Application Endpoint

Voice application control is passed to the URL designated in the Endpoint parameter.

Embedded CXML

Voice application control is passed to the CXML document, provided via the CXML Script parameter.

Advanced Mode

ParameterDescription
Endpoint HTTP MethodAvailable when selecting the Custom Voice Application Endpoint.
What HTTP method to use POST or GET. (Default: POST)
Dial TimeoutHow long to let the remote destination ring, before timing out. (Default: 60 seconds)
Session Update URLA remote HTTP endpoint to send session update events.