LumiSoft Mail Server User API
SIP_ProxyMode Enumeration
Namespaces > LumiSoft.Net.SIP > SIP_ProxyMode
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.
Syntax
C#Visual BasicManaged C++
public enum SIP_ProxyMode
Public Enumeration SIP_ProxyMode
public enum class SIP_ProxyMode
Members
MemberDescription
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)