McDewey

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

Page 408

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

enum { PlayToneDirection_NoLocalOrRemote = 0, PlayToneDirection_LocalOnly, PlayToneDirection_RemoteOnly, PlayToneDirection_BothLocalAndRemote, PlayToneDirection_NotApplicable } PlayToneDirection DWORD m_InvocationType This parameter specifies whether the recording status is displayed on the phone (user-controlled recording) or not displayed (silent recording). enum RecordingInvocationType { RecordingInvocationType_SilentRecording = 1, RecordingInvocationType_UserControlledRecording = 2 } Return Values -LINERR_OPERATIONFAILED-LINEERR_OPERATIONUNAVAIL -LINEERR_INVALCALLHANDLE -LINEERR_BIB_RESOURCE_UNAVAIL -LINERR_PENDING_REQUEST -LINERR_OPERATION_ALREADY_INPROGRESS -LINEERR_RECORDING_INVOCATION_TYPE_NOT_MATCHING -LINEERR_RECORDING_CONFIG_NOT_MATCHING StopCall Recording Use CCiscoLineDevSpecificStopCallRecording to allow application to stop recording a call on that line. Be aware that this extension is only available if extension version 0x00080000 or higher is negotiated. Note CCiscoLineDevSpecific | +--CCiscoLineDevSpecificStopCallRecording Class Detail class CCiscoLineDevSpecificStopCallRecording: public CCiscoLineDevSpecific { public: CCiscoLineDevSpecificStopCallRecording () : CCiscoLineDevSpecific(SLDST_STOP_CALL_RECORDING) {} virtual ~CCiscoLineDevSpecificStopCallRecording () {} DWORD m_InvocationType; virtual DWORD dwSize(void) const { // subtract out the virtual function table pointer Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 376 Cisco Device-Specific Extensions Return Values

Image 1 from page 408

Page 408 diagram