/mcpCCiscoLineDevSpecific | +--CCiscoLineDevSpecificRedirectSetOrigCalled Class Details class CCiscoLineDevSpecificRedirectSetOrigCalled: public CCiscoLineDevSpecific { public: CCiscoLineDevSpecificRedirectSetOrigCalled () : CCiscoLineDevSpecific(SLDST_REDIRECT_SET_ORIG_CALLED) {} virtual ~ CCiscoLineDevSpecificRedirectSetOrigCalled () {} char m_DestDirn[25]; char m_SetOriginalCalledTo[25]; // subtract virtual function table pointer virtual DWORD dwSize(void) const {return (sizeof (*this) -4) ; } Parameters DWORD m_MsgType Equals SLDST_REDIRECT_SET_ORIG_CALLED char m_DestDirn[25] Indicates the destination of the redirect. If this request is being used to transfer to voice mail, set this field to the voice mail pilot number of the DN of the line for the voice mail, to which you want to transfer. char m_SetOriginalCalledTo[25] Indicates the DN to which the OriginalCalledParty needs to be set. If this request is being used to transfer to voice mail, set this field to the DN of the line for the voice mail, to which you want to transfer. HCALL hCall (in lineDevSpecific parameter list) Equals the handle of the connected call. Join The CCiscoLineDevSpecificJoin class joins two or more calls into one conference call. Each call that is being joined can be in the ONHOLD or the CONNECTED call state. The Cisco Unified Communications Manager may succeed in joining some calls that are specified in the Join request, but not all. In this case, the Join request will succeed and the Cisco Unified Communications Manager attempts to join as many calls as possible. This extension only applies if extension version 0x00040000 or higher gets negotiated. Note CCiscoLineDevSpecific | +--CCiscoLineDevSpecificJoin Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 363 Cisco Device-Specific Extensions Class Details
