VoIPDetails view

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 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 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.