VoIPDetails view in Lync Server 2013
Topic Last Modified: 2012-10-18
The VoIPDetails view stores information about peer-to-peer sessions, where at least one user is a VoIP user. This view was introduced in Microsoft Lync Server 2013.
Note
The VoIPDetails view contains all of the columns in the SessionDetails view in Lync Server 2013 in addition the columns listed below.
Column | Data Type | Details |
---|---|---|
FromPhone |
nvarchar(450) |
Phone URI of the user who started the session. |
ToPhone |
nvarchar(450) |
Phone URI of the user who joined the session. |
DisconnectedByUri |
nvarchar(450) |
URI of the user who disconnected the session. |
DisconnectedByUriType |
nvarchar(256) |
Type of URI of the user who disconnected the session. See the UriTypes table in Lync Server 2013 for more information. |
DisconnectedByTenant |
nvarchar(256) |
Tenant of the user who disconnected the session. |
DisconnectedByPhone |
nvarchar(450) |
Phone URI of the user who disconnected the session. |
FromMediationServer |
nvarchar(256) |
Mediation Server used by the user who started the session. |
ToMediationServer |
nvarchar(256) |
Mediation Server used by the user who joined the session. |
FromGateway |
nvarchar(256) |
Gateway used by the user who started the session. |
ToGateway |
nvarchar(256) |
Gateway used by the user who joined the session. |