Reference Library
DeflectCall Method (callToBeDiverted, newDestination, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerDeflectCall(ThirdPartyCallController..::.CallIdentifier, String, Object)
Send a Deflect Call request to the server.
Declaration Syntax
C#Visual BasicVisual C++
int DeflectCall(
	ThirdPartyCallController..::.CallIdentifier callToBeDiverted,
	string newDestination,
	Object userState
)
Function DeflectCall ( _
	callToBeDiverted As ThirdPartyCallController..::.CallIdentifier, _
	newDestination As String, _
	userState As Object _
) As Integer
int DeflectCall(
	ThirdPartyCallController..::.CallIdentifier^ callToBeDiverted, 
	String^ newDestination, 
	Object^ userState
)
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)