UserAgent table in Lync Server 2013
Topic Last Modified: 2012-05-25
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 Lync. 8 is IP Phone. 16 is Live Meeting Console. 32 is Deployment Validation Tool (DVT). 64 is Lync on Macintosh computers. 128 is Office Communications Server 2007 R2 Attendant. 256 is Conferencing Announcement service. 512 is Conferencing Auto Attendant. 1024 is Response Group application. 2048 is Outside Voice Control. |