Send a Deflect Call request to the server.
| C# | Visual Basic | Visual 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
- 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.
The Invoke ID of the XML message sent to the server.
Assembly: ServiceProvider (Module: ServiceProvider)