Topic Last Modified: 2010-11-09
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. |