Ending the dialog

Table of Contents

Description

Ending the dialog

Sent at the time of completion.

Table 1. System Characteristics

Class

Type

dlg_end

Properties

Table 2. Properties
Specification Description

Name: eventid
Type: uuid
Empty value: — 

Unique event identifier.

Name: eventts
Type: bigint
Blank value: — 

Timestamp of event.

Name: acallid
Type: varchar
Empty value: — 

CallId of party A (from the INVITE SIP packet received for processing). Single value for all events within a single switchover.

Name: acallidhash
Type: bigint
Empty value: — 

Numeric hash from CallId of party A. Single value for all events within a single switch.

Name: cid
Type: uuid
Empty value: empty

Unique call identifier (starts when the SIP packet INVITE arrives). Single value for all events within a single switchover.

Name: invitets
Type: bigint
Empty value: — 

Timestamp of the call (arrival of the INVITE SIP packet for processing). Single value for all events within a single switch.

Name: invitedt
Type: timestamp
Empty value: — 

Date-Time of the call (receipt of the SIP packet INVITE for processing). Single value for all events within a single switch.

Name: connectionid
Type: uuid
Empty value: empty

Unique call identifier (in product layer format 'cid.invitets'). Single value for all events within a single switch.

Name: dialogid
Type: varchar
Empty value: — 

Switching dialog identifier.

Name: dialogidhash
Type: bigint
Empty value: — 

hash of the switch dialog identifier.

Name: ghost
Type: varchar
Empty value: empty

Service call mode name.

Name: ctxscridm
Type: varchar
Empty value: undefined

The instance ID of the context script instance running for the call in the master domain.

Name: ctxscridd
Type: varchar
Empty value: undefined

The instance ID of the context script instance running for the call in the call initiator domain.

Name: relates
Type: varchar
Empty value: __empty

Service field.

Name: alocaluri
Type: varchar
Empty value: — 

uri side B.

Name: alocaltag
Type: varchar
Empty value: — 

service field.

Name: aremoteuri
Type: varchar
Empty value: — 

uri side A.

Name: aidn
Type: varchar
Empty value: empty

Party A subscriber id in format 'number@domain'.

Name: bcallid
Type: varchar
Blank value: — 

callid side B.

Name: blocaluri
Type: varchar
Empty value: — 

uri side A.

Name: blocaltag
Type: varchar
Empty value: — 

service field.

Name: bremoteuri
Type: varchar
Empty value: — 

uri side B.

Name: bidn
Type: varchar
Empty value: empty

Party B subscriber id in format 'number@domain'.

Name: usemedia
Type: boolean
Empty value: — 

True if mediagate is used, false if the call goes through without mediagate service.

Name: mgc
Type: varchar
Empty value: — 

MGC group serving the call.

Name: msid
Type: varchar
Empty value: — 

Media Context Identifier.

Name: reclinks
Type: varchar
Empty value: empty``

Information to find the source files of the conversation.

Name: isrec
Type: boolean
Empty value: true

Conversation recording sign.

Name: stoptype
Type: varchar
Empty value: — 

Dialog completion type. Possible values - error, timeout, call_terminate, cancel, call_final, bye, external.

Name: stopreason
Type: varchar
Empty value: empty

Reason for dialog termination.

Name: stopoperations
Type: varchar
Empty value: empty

Service field.

Name: stopcallid
Type: varchar
Empty value: ``

callid of the party that ended the dialog. In case of unsuccessful call - null.

Name: stopside
Type: varchar
Empty value: — 

Party that ended the dialog. Possible values - a, b, null.

Name: stopsipcode
Type: bigint
Empty value: — 

sip code of the reason for dialog termination. For successful switching - null.

See also