/mcpValue Data fields Refers to SessionIDInfo. SessionIDInfo_ExtF0_Offset SessionIDInfo_ExtF0_ExtF0_Size SessionIDInfo_ExtF0_ExtF0_Count SessionIDInfo_ExtF0_ExtF0_ElementFixedSize MultiForkingRecorder Information TSP reports the detailed MultiForking Recorders information to the applications as a part of the structure MultiForkingRecorderInfo. The MultiForking information that is provided by Cisco TSP includes RecorderType, RecorderStatus, RecorderUri, and RecorderErrorMsg. typedef struct MultiForkingRecorderInfo { DWORD RecorderType; DWORD RecorderStatus; DWORD RecorderUriOffset; DWORD RecorderUriSize; DWORD RecorderErrorMsgOffset; DWORD RecorderErrorMsgSize; } MultiForkingRecorderInfo; Value Data fields Contains the value that is defined in the following: enumeration (CiscoMultiForkingRecorderType). RecorderType Contains the value that is defined in the following: enumeration (CiscoMultiForkingRecorderStatus). RecorderStatus Contains the value in bytes from the beginning of LINECALLINFO structure. RecorderUriOffset Contains the value in bytes of the variably sized Recorder URI (IP and Port number). RecorderUriSize Contains the value in bytes from the beginning of LINECALLINFO structure. RecorderErrorMsgOffset Contains the value in bytes of the variably sized Recorder Error Message, when the recording fails. RecorderErrorMsgSize enum CiscoMultiForkingRecorderType { CiscoMultiForkingRecorderType_Unknown = 0, CiscoMultiForkingRecorderType_Mandatory, CiscoMultiForkingRecorderType_Optional }; enum CiscoMultiForkingRecorderStatus { CiscoMultiForkingRecorderStatus_Unknown = 0, Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 331 Cisco Device-Specific Extensions LINECALLINFO