Call interception

Table of Contents

Description

Call intercept, called when a dialog receives a counter INVITE with an intercept number. Called before dlg_start.

Table 1. System Characteristics

Class

Type

dlg_pickup

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

uri side B, of the call being intercepted.

Name: localtag
Type: varchar
Blank value: — 

Service field.

Name: remoteuri
Type: varchar
Empty value: — 

uri of side A of the call being intercepted.

Name: forkrequesturi
Type: varchar
Empty value: — 

request uri of the side of the intercepting call.

Name: forkremoteuri
Type: varchar
Empty value: — 

remote uri of the side of the intercepting call.

Name: forklocaltag
Type: varchar
Empty value: — 

service field

Name: forkcallid
Type: varchar
Empty value: — 

callid of the party intercepting the call.

Name: forkcallednum
Type: varchar
Empty value: — 

Dialed number of the party intercepting the call.

Name: forkdir
Type: varchar
Empty value: — 

Calling direction of the intercepting party. Possible values: in, out.

Name: forkextaccountcode
Type: varchar
Empty value: empty

The code of the external account that serves the party intercepting the call.

Name: forkidn
Type: varchar
Empty value: empty

Caller id in the format 'number@domain' that intercepted the call.

See also