Run/replace a script in a handler.

Table of Contents

Description

Replacing a script while running a nested, stack return, external swap. Parameters contain the code of the new script and the replacement mode.

Table 1. System Characteristics

Class

Type

script_start

Properties

Table 2. Properties
Specification Description

Name: sm_id
Type: varchar
Empty value: — 

Scenario Handler Identifier.

Name: mode
Type: varchar
Empty value: — 

Script startup mode:
- start - launching a nested script or script substitution.
- continue - return to execution of the previous scenario on the nested stack.
- post - start of execution of the post-processing branch of the scenario.

Name: scriptcode
Type: varchar
Empty value: — 

IVR script entity code.

Name: scriptname
Type: varchar
Empty value: — 

IVR script entity name.

Name: ivrid
Type: varchar
Empty value: — 

ivr-dialog identifier, uniform for all events within a single dialog. Addresses dialogs in runtime.

Name: ivrts
Type: bigint
Empty value: — 

Timestamp of ivr dialog initiation, uniform for all events within a single dialog. Together with ivrid provides uniqueness in historical data.

Name: cid
Type: uuid
Empty value: empty

Unique ivr-dialog identifier, uniform for all events within a single dialog. Independently ensures uniqueness in historical data.

See also