/mcpReturn Values -LINERR_OPERATIONFAILED-LINEERR_OPERATIONUNAVAIL -LINEERR_RESOURCEUNAVAIL -LINEERR_BIB_RESOURCE_UNAVAIL -LINERR_PENDING_REQUEST -LINEERR_OPERATION_ALREADY_INPROGRESS -LINEERR_ALREADY_IN_REQUESTED_STATE -LINEERR_PRIMARY_CALL_INVALID -LINEERR_PRIMARY_CALL_STATE_INVALID Start Call Recording Use CCiscoLineDevSpecificStartCallRecording to allow applications to send a recording request for the active call on that line. Be aware that this extension is only available if extension version 0x00080000 or higher is negotiated Note CCiscoLineDevSpecific | +--CCiscoLineDevSpecificStartCallRecording Class Detail class CCiscoLineDevSpecificStartCallRecording: public CCiscoLineDevSpecific{ public: CCiscoLineDevSpecificStartCallRecording () : CCiscoLineDevSpecific(SLDST_START_CALL_RECORDING) {} virtual ~CCiscoLineDevSpecificStartCallRecording () {} DWORD m_ToneDirection; DWORD m_InvocationType; virtual DWORD dwSize(void) const { // subtract out the virtual function table pointer return sizeof(*this)-sizeof(void*); } }; Parameters DWORD m_MsgType Equals SLDST_START_RECORDING DWORD m_ToneDirection This parameter specifies whether a tone should play at the agent or customer phone when recording starts. It can have the following values: Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 375 Cisco Device-Specific Extensions Return Values

