/mcpRedirect Reset Original Called ID CCiscoLineDevSpecific | +--CCiscoLineDevSpecificRedirectResetOrigCalled Description The CCiscoLineDevSpecificRedirectResetOrigCalled class redirects a call to another party while it resets the original called ID of the call to the destination of the redirect. This extension only applies if extension version 0x00020003 or higher is negotiated. Note Class Details class CCiscoLineDevSpecificRedirectResetOrigCalled: public CCiscoLineDevSpecific { public: CCiscoLineDevSpecificRedirectResetOrigCalled: CCiscoLineDevSpecific(SLDST_REDIRECT_RESET_ORIG_CALLED) {} virtual ~CCiscoLineDevSpecificRedirectResetOrigCalled{} char m_DestDirn[25]; //redirect destination address virtual DWORD dwSize(void) const {return sizeof(*this)-4;} // subtract out the virtual function table pointer }; Parameters DWORD m_MsgType Equals SLDST_REDIRECT_RESET_ORIG_CALLED. DWORD m_DestDirn Equals the destination address where the call needs to be redirected. HCALL hCall (In lineDevSpecific parameter list) Equals the handle of the connected call. Port Registration per Call The CCiscoLineDevSpecificPortRegistrationPerCall class registers the CTI Port for the RTP parameters on a per-call basis. With this request, the application receives the new lineDevSpecific event that requests that it needs to set the RTP parameters for the call. To use this class, ensure the lineNegotiateExtVersion API is called before opening the line. When calling lineNegotiateExtVersion, ensure the highest bit is set on both the dwExtLowVersion and dwExtHighVersion parameters. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 359 Cisco Device-Specific Extensions Redirect Reset Original Called ID

