Receiving a call

Table of Contents

Description

Receiving a call

Table 1. System Characteristics

Class

Type

invite

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: urifrom
Type: varchar
Blank value: — 

A party login.

Name: urito
Type: varchar
Blank value: — 

Side B number.

Name: urireferedby
Type: varchar
Empty value: empty

uri by whom the call was transferred.

Name: isreferred
Type: varchar
Empty value: false

Is the call transferred.

Name: isreplacing
Type: varchar
Empty value: empty

Whether the call side has been replaced (true for accompanied transfer, false for unaccompanied transfer).

Name: fromusername
Type: varchar
Empty value: — 

username side A.

Name: fromdomain
Type: varchar
Empty value: — 

Side A Domain.

Name: fromouter
Type: boolean
Empty value: false

Is party A an external subscriber.

Name: fromprovidercode
Type: varchar
Blank value: empty

Party B provider code.

Name: callednum
Type: varchar
Blank value: — 

The number (To:username) dialed by party A.

Name: calleddomain
Type: varchar
Empty value: — 

Domain (To:domain) called by party A.

Name: calledidn
Type: varchar
Empty value: — 

Caller ID in the format 'number@domain' called by party A.

Name: networkaddr
Type: varchar
Blank value: — 

Party A address.

Name: anumber
Type: varchar
Blank value: — 

side number A.

Name: esgdlg
Type: varchar
Empty value: empty

Call ID generated by role esg.

Name: esgcallid
Type: varchar
Empty value: empty

CallId of external subscriber hidden behind role esg.

Name: ghost
Type: varchar
Empty value: empty

Service call mode name.

See also