Send a Set Forwarding request to the server.
| C# | Visual Basic | Visual C++ |
public int SetForwarding( string deviceId, ThirdPartyCallController..::.ThirdPartyCallControlForwardingType forwardingType, bool activateForward, string forwardDN, Object userState )
- deviceId (String)
- The third party Device Id which represents the station that you want to activate Call Forwarding on.
- forwardingType (ThirdPartyCallController..::.ThirdPartyCallControlForwardingType)
- The types of forwarding that are allowed.
- activateForward (Boolean)
- True if you want to activate forwarding.
- forwardDN (String)
- Third party Device Id which represents the destination for calls being routed to this station.
- 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)