McDewey

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

Page 409

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

return sizeof(*this)-sizeof(void*); } } ; Parameters DWORD m_MsgType Equals SLDST_STOP_RECORDING 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 -LINERR_PENDING_REQUEST -LINEERR_RECORDING_INVOCATION_TYPE_NOT_MATCHING -LINEERR_NO_RECORDING_SESSION -LINEERR_RECORDING_SESSION_INACTIVE Set IPv6 Address and Mode Use the CciscoLineDevSpecificSetIPv6AddressAndMode class to allow the application to set IPv6 address and addressing mode during the static registration. To use this class, ensure the lineNegotiateExtVersion API must be called before opening the line. When calling lineNegotiateExtVersion, ensure the highest bit or the second highest must be set on both the dwExtLowVersion and dwExtHighVersion parameters. This causes the call to lineOpen to behave differently. The line does not actually open, but waits for a lineDevSpecific call to complete the open with more information. The extra information required is provided in the CciscoLineDevSpecificSetIPv6AddressAndMode class. CCiscoLineDevSpecific| +--CciscoLineDevSpecificSetIPv6AddressAndMode This extension is available only if extension version 0x80090000, 0x40090000 or higher is negotiated. Note Procedure 1. Open Call lineNegotiateExtVersion for the deviceID of the line (0x80090000 or 0x40090000 with the dwExtLowVersion and dwExtHighVersion parameters) Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 377 Cisco Device-Specific Extensions Parameters

Image 1 from page 409

Page 409 diagram