Initializing a SIP Dialog

Table of Contents

Description

Initializing a dialog before starting a call and/or service in an IVR scenario.

Table 1. System Characteristics

Class

Type

init

Properties

Table 2. Properties
Specification Description

Name: callid
Type: varchar
Empty value: — 

caller callid.

Name: rusername
Type: varchar
Empty value: — 

username/remote party number.

Name: lusername
Type: varchar
Empty value: — 

username/local party number.

Name: called_number
Type: varchar
Empty value: — 

Called number. For outgoing calls - the dialed number of the external subscriber, for incoming calls - number IVR.

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