Topic Last Modified: 2012-10-02

The Dialog table is a supporting table; each record represents one Session Initiation Protocol (SIP) dialog.

Column Data Type Key/Index Details

ConferenceDateTime

datetime

Primary

Time when the Quality of Excellence (QoE) agent receives the first report from either caller or callee. Used in conjunction with SessionSeq to uniquely identify a session.

SessionSeq

int

Primary

Sequence number to differentiate sessions when they have the same ConferenceDateTime.

DialogID

varchar(256)

Dialog ID which is globally unique.

DialogIDChecksum

int

index

Checksum of the Dialog ID.