Outgoing call component
Description
Calls the subscriber by number and transfers trunk control to the script IVR.
Index |
|
Short title |
|
Types of scenarios |
|
Starter module |
|
Mode |
Asynchronous |
Icon |
![]() |
Branching pattern |
Branching, closing |
Properties
Specification | Description |
---|---|
Title: |
The mode of operation of the component after sending an outgoing call request to the selected server IVR.
|
Title: |
Caller ID. |
Title: |
The initiator number to be substituted as username in the |
Title: |
The initiator name to be substituted as the displayname in the |
Title: |
Additional headers to be inserted into the SIP request. The argument contains a multiline value, the format of each of the lines: |
Title: |
Possible options:
|
Title: |
An argument containing a JSON structure with the IVR script body (packed in a JSON array string). |
Title: |
Argument with the IVR script code in the current domain. |
Title: |
Drop-down list with script codes. Contains all available (non-hidden) IVR scripts contained in the current domain. |
Title: |
An argument containing a JSON structure with script variables (packed in a JSON array string). |
Title: |
Table of initial values for the local variables of the IVR script run to serve the initiated call. Keys - names of scenario variables IVR. If the running IVR script passes control to a nested script, then assignment of values to each of these variables is performed no more than once, but may be delayed until the loading of the nested script, which has a variable with the corresponding name. The values set in this way are prioritized over the default values within the scenario IVR. |
Title: |
The first parameter for the initiated IVR script. The value is accessed via the |
Title: |
The second parameter for the initiated IVR script. The value is accessed through the expression function |
Title: |
The third parameter for the initiated IVR script The value is accessed through the expressions function |
Title: |
The fourth parameter for the initiated IVR script. The value is accessed through the expression function |
Title: |
The fifth parameter for the initiated IVR script. The value is accessed through the expression function |
Title: |
JSON array containing parameters 6, 7, 8, etc. for the IVR script to be initiated. The value is accessed through the |
Title: |
Limit time to wait for final caller response, in seconds. |
Title: |
Variable to store the last received SIP reply code (1xx-6xx). |
Title: |
The component to which control is passed if the operation is successfully completed. |
Title: |
Component to which control is transferred in case of receiving an unsuccessful final SIP response (4xx-6xx). |
Title: |
The component to which control is passed when the time to wait for a final SIP response in the final and scenario completion standby modes, or a preliminary response in the preliminary response standby mode, has expired. |
Title: |
The component to which control is passed if any error occurs during the call initiation process. |