Redirects incoming call to speified contact(s).

C# | Visual Basic | Visual C++ | F# |
public void Redirect( SIP_t_ContactParam[] contacts )
Public Sub Redirect ( contacts As SIP_t_ContactParam() )
public: void Redirect( array<SIP_t_ContactParam^>^ contacts )
member Redirect : contacts : SIP_t_ContactParam[] -> unit

- contacts (array<SIP_t_ContactParam>[]()[][])
- Redirection targets.

Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and and this method is accessed. |
InvalidOperationException | Is raised when call is not in valid state and this method is called. |
ArgumentNullException | Is raised when contacts is null. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119