Phones table

The Phones table is a supporting table. Each record in the table stores information about one phone number involved in VoIP calls that have records in the database.

Column Data Type Key/Index Details
PhoneId
int
Primary
Unique number identifying this phone.
PhoneUri
nvarchar(450)

Phone number.
NextUpdateTS
dateTime
Time stamp (for internal use only).
This field was introduced in Microsoft Lync Server 2013.