McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 407

↗ View in doc context
page
407
source
cucm/v15/tapi-dev-guide/tapi-dev-guide.md
chunk_id
cucm::v15::tapi-dev-guide::tapi-dev-guide::420

Return 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

Image 1 from page 407

Page 407 content