/mcpRemove Remote Destination CCiscoLineDevSpecific | +-- CciscoLineDevSpecificRemoveRemoteDestination Description The CciscoLineDevSpecificRemoveRemoteDestination class is used to remove Remote Destination from List of Remote Destinations of 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 CciscoLineDevSpecificRemoveRemoteDestination: public CCiscoLineDevSpecific { public: CciscoLineDevSpecificRemoveRemoteDestination() : CCiscoLineDevSpecific(SLDST_REMOVE_REMOTE_DESTINATION) { } virtual ~ CciscoLineDevSpecificRemoveRemoteDestination() { } char m_RDNumber [MAX_CTI_LINE_DIR_SIZE]; virtual DWORD dwSize(void) const { returnsizeof(this) - sizeof(void); } // subtract out the virtual function table pointer }; Parameters DWORD m_MsgType Equals SLDST_REMOVE_REMOTE_DESTINATION char m_RDNumber [MAX_CTI_LINE_DIR_SIZE] Remote Destination Number [*Mandatory Field] Remote Destination can be removed using Remote Destination Number which is used a unique key for Remote Destinations on a CTI Remote Device. Note Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 389 Cisco Device-Specific Extensions Remove Remote Destination

