Conversation starter

Table of Contents

Description

Starts a conversation in a dialog after the called party answers (200 OK to INVITE).

Table 1. System Characteristics

Class

Type

dlg_start

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: 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: 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: aremoteparty
Type: varchar
Blank value: empty

Subscriber B’s name and number for submission A.

Name: aremotecontact
Type: varchar
Blank value: — 

UA side A contact address.

Name: bremotecontact
Type: varchar
Blank value: — 

UA side B contact address.

Name: ausername
Type: varchar
Empty value: — 

username side A.

Name: adomain
Type: varchar
Empty value: — 

Side A Domain.

Name: adisplayname
Type: varchar
Empty value: — 

displayname side A.

Name: anetworkaddr
Type: varchar
Blank value: — 

Party A address.

Name: acallednum
Type: varchar
Blank value: — 

Dialed number of party A.

Name: arepresentative
Type: varchar
Empty value: empty

Subscriber A’s number for submission B.

Name: aouter
Type: boolean
Empty value: — 

Whether party A is an external subscriber.

Name: aprovidercode
Type: varchar
Blank value: — 

Provider code of party A.

Name: busername
Type: varchar
Blank value: — 

username side B.

Name: bdomain
Type: varchar
Blank value: — 

Side B Domain.

Name: bdisplayname
Type: varchar
Empty value: — 

displayname side B.

Name: bnetworkaddr
Type: varchar
Blank value: — 

Party B address.

Name: bouter
Type: boolean
Empty value: — 

Whether party B is an external subscriber.

Name: bprovidercode
Type: varchar
Blank value: empty

Party B provider code.

Name: anumber
Type: varchar
Blank value: — 

Side number A.

Name: bnumber
Type: varchar
Blank value: — 

Side B number.

Name: aidn
Type: varchar
Empty value: empty

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

Name: bidn
Type: varchar
Empty value: empty

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

See also