Routing rules executed

Table of Contents

Description

Routing rules that were worked out when the call was made

Table 1. System Characteristics

Class

Type

route

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: routedomain
Type: varchar
Empty Value: — 

TODO

Name: ruleid
Type: uuid
Empty value: — 

Triggered rule ID.

Name: routeaction
Type: varchar
Empty value: — 

Actions by rule. Possible values: TODO

Name: vector
Type: varchar
Empty value: — 

Rule Vector.

Name: routeto
Type: varchar
Empty value: — 

uri side B.

Name: routefrom
Type: varchar
Empty value: — 

uri side A.

Name: account
Type: varchar
Empty value: empty

The code of the provider through which the call was made.

See also