Reference Library
DeflectCall Method (callToBeDiverted, newDestination, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerDeflectCall(ThirdPartyCallController..::.CallIdentifier, String, Object)
Send a Deflect Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int DeflectCall(
	ThirdPartyCallController..::.CallIdentifier callToBeDiverted,
	string newDestination,
	Object userState
)
Public Function DeflectCall ( _
	callToBeDiverted As ThirdPartyCallController..::.CallIdentifier, _
	newDestination As String, _
	userState As Object _
) As Integer
public:
virtual int DeflectCall(
	ThirdPartyCallController..::.CallIdentifier^ callToBeDiverted, 
	String^ newDestination, 
	Object^ userState
) sealed
Parameters
callToBeDiverted (ThirdPartyCallController..::.CallIdentifier)
The Connction ID of the incoming call that is to be diverted.
newDestination (String)
The third party device id which represents where the call should be diverted to.
userState (Object)
The Invoke ID of the XML message sent to the server.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)