Specifies SIP proxy mode.
Examples
All flags may be combined, except Stateless,Statefull,CallStatefull.
For example: (Stateless | Statefull) not allowed, but (Registrar | Presence | Statefull) is allowed.
| C# | Visual Basic | Managed C++ |
public enum SIP_ProxyMode
Public Enumeration SIP_ProxyMode
public enum class SIP_ProxyMode
| Member | Description |
|---|---|
| Registrar |
Proxy implements SIP registrar.
|
| Presence |
Proxy implements SIP presence server.
|
| Stateless |
Proxy runs in stateless mode.
|
| Statefull |
Proxy runs in statefull mode.
|
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)