/mcpValue Data fields This field contains the type value defined in the following enumeration. [CiscoDeviceVideoCapabilityInfo] DeviceVideoCapability This field indicates if Telepresence interop is supported by the device, defined in the following enumeration. [CiscoDeviceTelepresenceInfo] TelepresenceInfo This field indicates the number of screens present on the device. ScreenCount enum CiscoLineDeviceVideoCapabilityInfo { CiscoLineDeviceVideoCapability_None = 0x00000000, CiscoLineDeviceVideoCapability_Enabled = 0x00000001, }; enum CiscoDeviceTelepresenceInfo { CiscoDeviceTelepresence_None = 0x00000000, CiscoDeviceTelepresence_Enabled = 0x00000001, }; As part of 11.5 release, CISCO_LINEDEVCAPS_EXT has been modified to include CISCO_LINEDEVCAPS_EXT000E0000 structure. The structure for the new extension Cisco_LineDevCaps_Ext000E0000 is: // LINEDEVCAPS 000E0000 extention // typedef struct Cisco_LineDevCaps_Ext000E0000 { DWORD DeviceHuntGroupLoginStatus; }CISCO_LINEDEVCAPS_EXT000E0000; Value Data fields DeviceHuntGroupLoginStatus field contains the type value defined in the following enumeration [CiscoDeviceHuntGroupLoginStatus]. DeviceHuntGroupLoginStatus enum CiscoDeviceHuntGroupLoginStatus { CiscoDeviceHuntGroupLoginStatus_NotApplicable = 0, CiscoDeviceHuntGroupLoginStatus_Login = 1, CiscoDeviceHuntGroupLoginStatus_Logout = 2 }; LINECALLINFO Cisco TSP implements several line device-specific extensions and uses the DevSpecific (dwDevSpecificSize and dwDevSpecificOffset) variably sized area of the LINECALLINFO data structure for those extensions. The Cisco_LineCallInfo_Ext structure in the CiscoLineDevSpecificMsg.h header file defines DevSpecific area layout. Cisco TSP organizes the data in the structure, that is based on the extension version, in which the data is introduced: // LINECALLINFO Dev Specific extention // typedef struct Cisco_LineCallInfo_Ext { Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 324 Cisco Device-Specific Extensions LINECALLINFO