McDewey

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

Page 420

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

Add Remote Destination CCiscoLineDevSpecific | +-- CciscoLineDevSpecificAddRemoteDestination Description The CciscoLineDevSpecificAddRemoteDestination class is used to add new Remote Destination to CTI Remote Device. This extension is only available on CTI Remote Device Line and if extension version 0x000C0000 or higher is negotiated. Note Class Details class CciscoLineDevSpecificAddRemoteDestination: public CCiscoLineDevSpecific { public: CciscoLineDevSpecificAddRemoteDestination() : CCiscoLineDevSpecific(SLDST_ADD_REMOTE_DESTINATION) { } virtual ~ CciscoLineDevSpecificAddRemoteDestination() { } char m_RDNumber [MAX_CTI_LINE_DIR_SIZE]; wchar_t m_UnicodeRDName [MAX_CTI_RD_UNICODE_DISPLAY_STRING]; DWORD m_ActiveRD; virtual DWORD dwSize(void) const { returnsizeof(this) - sizeof(void); } // subtract out the virtual function table pointer }; Parameters DWORD m_MsgType Equals SLDST_ADD_REMOTE_DESTINATION char m_RDNumber [MAX_CTI_LINE_DIR_SIZE] Remote Destination Number [*Mandatory Field] wchar_t m_UnicodeRDName [MAX_UNICODE_DISPLAY_STRING] unicode Remote Destination Name DWORD m_activeRD 0 – if this Remote Destination is not Active 1 or greater – when this Remote Destination need to be set as Active Remote Destination Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 388 Cisco Device-Specific Extensions Add Remote Destination

Image 1 from page 420

Page 420 content