Specifies SIP proxy mode.
Examples
All flags may be combined, except Stateless,Statefull,B2BUA.
For example: (Stateless | Statefull) not allowed, but (Registrar | Presence | Statefull) is allowed.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
[FlagsAttribute] public enum SIP_ProxyMode
<FlagsAttribute> Public Enumeration SIP_ProxyMode
[FlagsAttribute] public enum class SIP_ProxyMode
[<FlagsAttribute>] type SIP_ProxyMode
Members
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.
|
B2BUA |
Proxy runs in B2BUA(back to back user agent) mode.
|
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119