This enum specifies SIP UA call states.

C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("Use SIP stack instead.")] public enum SIP_UA_CallState
<ObsoleteAttribute("Use SIP stack instead.")> Public Enumeration SIP_UA_CallState
[ObsoleteAttribute(L"Use SIP stack instead.")] public enum class SIP_UA_CallState
[<ObsoleteAttribute("Use SIP stack instead.")>] type SIP_UA_CallState

Member | Description |
---|---|
WaitingForStart |
Outgoing call waits to be started.
|
Calling |
Outgoing calling is in progress.
|
Ringing |
Outgoing call remote end party is ringing.
|
Queued |
Outgoing call remote end pary queued a call.
|
WaitingToAccept |
Incoming call waits to be accepted.
|
Active |
Call is active.
|
Terminating |
Call is terminating.
|
Terminated |
Call is terminated.
|
Disposed |
Call has disposed.
|
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119