Click or drag to resize
SessionState Enumeration

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum SessionState
Members
  Member nameValueDescription
Created0 The session has been created but not yet started.
Setup1 The session has been started but no response received yet.
TransferSetup2 The session has been started but no response received yet.
Ringing3 The session is in ringing state and the callee has not been accepted the call yet.
InCall4 The session has been established and there is media communication between the parties.
CalleeOnHold5 The caller put the callee on hold.
CallerOnHold6 The callee put the caller on hold.
OnHold7 The callee and the caller are both put on hold.
OnHoldInactive8 The callee and the caller are both put on hold but the media channels are inactive.
TransferRequested9 The caller or callee sent a transfer request, but the request has not been accepted or rejected.
Transferring10 The transfer request has been accepted and the transferring is in progress.
TransferCompleted11 The transfer completed successfully.
TransferFailed12 There was an error during the transfer (e.g. the transfer target rejected the call)
CallerHungUp13 The caller closed the session.
CalleeHungUp14 The callee closed the session.
Redirected15 The callee forwarded the call to another party.
NotFound16 The callee system was contacted successfully but the given number was not found.
Busy17 The callee rejected the call.
Cancelled18 The caller cancelled the call.
NotAnswered19 The callee was not answered the call in time.
Error20 There was an error during the call (e.g. the callee sent a 400 Bad Request SIP message).
Aborted21 The session was aborted from an outside source (e.g. server stopped).
See Also