McDewey

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

Page 422

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

Update Remote Destination CCiscoLineDevSpecific | +-- CciscoLineDevSpecificUpdateRemoteDestination Description The CciscoLineDevSpecificUpdateRemoteDestination class is used to update Remote Destination information on a 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 CciscoLineDevSpecificUpdateRemoteDestination: public CCiscoLineDevSpecific { public: CciscoLineDevSpecificUpdateRemoteDestination() : CCiscoLineDevSpecific(SLDST_UPDATE_REMOTE_DESTINATION) { } virtual ~ CciscoLineDevSpecificUpdateRemoteDestination() { } char m_RDNumber [MAX_CTI_LINE_DIR_SIZE]; wchar_t m_UnicodeRDName [MAX_CTI_RD_UNICODE_DISPLAY_STRING]; char m_NewRDNumber [MAX_CTI_LINE_DIR_SIZE]; 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_UPDATE_REMOTE_DESTINATION. char m_RDNumber [MAX_CTI_LINE_DIR_SIZE] Current Remote Destination Number which need to be updated [*Mandatory Field] wchar_t m_UnicodeRDName [MAX_UNICODE_DISPLAY_STRING] unicode Remote Destination Name char m_NewRDNumber [MAX_CTI_LINE_DIR_SIZE] New Remote Destination Number [*Mandatory Field] DWORD m_activeRD Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 390 Cisco Device-Specific Extensions Update Remote Destination

Image 1 from page 422

Page 422 content