This enum specifies SIP proxy server 'forking' mode.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public enum SIP_ForkingMode
Public Enumeration SIP_ForkingMode
public enum class SIP_ForkingMode
type SIP_ForkingMode
Members
Member | Description |
---|---|
None |
No forking. The contact with highest q value is used.
|
Parallel |
All contacts are processed parallel at same time.
|
Sequential |
In a sequential search, a proxy server attempts each contact address in sequence,
proceeding to the next one only after the previous has generated a final response.
Contacts are processed from highest q value to lower.
|
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119