/mcpClass Detail class CCiscoLineDevSpecificRedirectFACCMC: public CCiscoLineDevSpecific{ public: CCiscoLineDevSpecificRedirectFACCMC () : CCiscoLineDevSpecific(SLDST_REDIRECT_FAC_CMC) {} virtual ~ CCiscoLineDevSpecificRedirectFACCMC () {} char m_DestDirn[49]; char m_FAC[17]; char m_CMC[17]; // subtract virtual function table pointer virtual DWORD dwSize(void) const {return (sizeof (*this) -4) ; } Parameters DWORD m_MsgType Equals SLDST_REDIRECT_FAC_CMC char m_DestDirn[49] Indicates the destination of the redirect. char m_FAC[17] Indicates the FAC digits. If the application does not want to pass any FAC digits, it must set this parameter to a NULL string. char m_CMC[17] Indicates the CMC digits. If the application does not want to pass any CMC digits, it must set this parameter to a NULL string. HCALL hCall (in lineDevSpecific parameter list) Equals the handle of the call to be redirected. Blind Transfer FAC CMC The CCiscoLineDevSpecificBlindTransferFACCMC class is used to blind transfer a call to another party that requires a FAC, CMC, or both. If the FAC is invalid, the TSP will return a new device specific error code LINEERR_INVALIDFAC. If the CMC is invalid, the TSP will return a new device specific error code LINEERR_INVALIDCMC. Be aware that this extension is only available if extension version 0x00050000 or higher is negotiated. Note CCiscoLineDevSpecific | +--CCiscoLineDevSpecificBlindTransferFACCMC Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 368 Cisco Device-Specific Extensions Class Detail

