Topic Last Modified: 2010-03-26
The Dialog table is a supporting table; each record represents one SIP dialog.
Column | Data Type | Key/Index | Details |
---|---|---|---|
ConferenceDateTime |
Datetime |
Primary |
Time when the 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) |
DialogID which is globally unique. |
|
DialogIDChecksum |
Int |
index |
Checksum of the DialogID |