SubscriptionState Enumeration |
Defines states for a SIP event package subscription.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic enum SubscriptionState
Public Enumeration SubscriptionState
public enum class SubscriptionState
MembersMember name | Value | Description |
---|
Initialized | 0 |
The subscription object has been initialized, but no SUBSCRIBE request has been sent yet.
|
Neutral | 1 |
Until the first NOTIFY message arrives, the subscriber should consider the state of the subscribed resource to be in a neutral state.
|
Active | 2 |
The subscription has been accepted and authorized.
|
BadEvent | 3 |
The event-type is not supported.
|
Expired | 4 |
The subscription has not been refreshed and it has been expired.
|
Terminated | 5 |
The subscription is no longer active.
|
Pending | 6 |
The subscription has been received, but that policy information is insufficient to accept or deny the subscription at this time.
|
See Also