The UserAgent table is a supporting table that stores a list of the various User Agents that have participated in sessions recorded in the database. Each record in the table represents one User Agent
Column | Data Type | Key/Index | Details |
---|---|---|---|
UserAgentKey |
int |
Primary |
Unique number identifying this user agent. |
UserAgent |
nvarchar(256) |
Unique |
User Agent string. |
UAType |
smallint |
|
1 is Mediation Server. 2 is A/V Conferencing Server. 4 is Office Communicator. 8 is IP Phone. 16 is Live Meeting Console. 32 is Deployment Validation Tool (DVT). 64 is Office Communicator on Macintosh computers. 128 is Office Communications Server R2 Attendant. 256 is Conferencing Announcement Service. 512 is Conferencing Auto Attendant. 1024 is Response Group Service. 2048 is Outside Voice Control. |
NextUpdateTS |
Datetime |
|
For internal use only. |