Conversation mixing is performed

Table of Contents

Description

The recording of the conversation was mixed by the role mix

Table 1. System Characteristics

Class

Type

call_rec_links

The Logical Role , source

mix

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: adomain
Type: varchar
Empty value: — 

The domain of the call initiator (party A).

Name: bdomain
Type: varchar
Empty value: — 

Domain of the called subscriber (party B).

Name: aisrec
Type: boolean
Empty value: — 

Sign of media gateway recording in the domain of party A. Determined after the dialog starts (after the dlg_start event) by applying the recording rules of the domain of party A. May differ from the field value is_rec.

Name: bisrec
Type: boolean
Empty value: — 

Sign of recording by media gateway means in the domain of side B. Determined after the dialog starts (after the dlg_start event) by applying the rules of recording the domain of side B. It may differ from the value of the is_rec field. If the domain of side A and side B are the same, they also have the same recording sign.

Name: recpath
Type: varchar
Empty value: — 

Relative path to call recording.

Name: recstorageid
Type: varchar
Empty value: — 

Call record storage identifier.

Name: rectermid
Type: varchar
Blank value: — 

Service field.

Name: rects
Type: varchar
Blank value: — 

Service field.

Name: mgnodes
Type: varchar
Empty value: — 

List of MG servers that served switching.

Name: recsize
Type: bigint
Empty value: — 

Size of the call recording file, in bytes.

Name: speechinfo
Type: json
Empty value: — 

Information about the participants' conversation: duration of each participant’s voice, number and percentage of interruptions, etc.

See also