Defines states for a SIP event package subscription.

C# | Visual Basic | Visual C++ |
public enum SubscriptionState
Public Enumeration SubscriptionState
public enum class SubscriptionState

Member | Description |
---|---|
Initialized |
The subscription object has been initialized, but no SUBSCRIBE request has been sent yet.
|
Neutral |
Until the first NOTIFY message arrives, the subscriber should consider the state of the subscribed resource to be in a neutral state.
|
Active |
The subscription has been accepted and authorized.
|
BadEvent |
The event-type is not supported.
|
Expired |
The subscription has not been refreshed and it has been expired.
|
Terminated |
The subscription is no longer active.
|
Pending |
The subscription has been received, but that policy information is insufficient to accept or deny the subscription at this time.
|
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290