Class SubNotConsts
Constants for NENA NG9-1-1 i3 Subscriptions.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public static class SubNotConsts
Fields
| Edit this page View SourceAbandonedCall
Event type for the I3 Abandoned Call NOTIFY event. See Section 4.2.2.9 of NENA-STA-010.3.
Declaration
public const string AbandonedCall = "emergency-AbandonedCall"
Field Value
Type | Description |
---|---|
string |
ConferenceEvent
Event type for the Conference Event Package. See RFC 4575. This event is related to a call.
Declaration
public const string ConferenceEvent = "conference"
Field Value
Type | Description |
---|---|
string |
ConferenceEventExpires
This is the default value for the Expires header for a subscription to the conference event package.
Declaration
public const int ConferenceEventExpires = 86400
Field Value
Type | Description |
---|---|
int |
ElementState
Event type for the I3 Element State event. See Section 2.4.1 of NENA-STA-010.3.
Declaration
public const string ElementState = "emergency-ElementState"
Field Value
Type | Description |
---|---|
string |
EsrpNotify
Event type for the I3 ESRP Notify Event. See Section 4.2.1.6 of NENA-STA-010.3.
Declaration
public const string EsrpNotify = "emergency-ESRPnotify"
Field Value
Type | Description |
---|---|
string |
GapOverlap
Event type for the I3 Gap-Overlap NOTIFY event. See Section 4.3.4 of NENA-STA-010.3.
Declaration
public const string GapOverlap = "emergency-GapOverlap"
Field Value
Type | Description |
---|---|
string |
PresenceEvent
Event type for the SIP Presence Event Package. See RFC 3856 and RFC 6442. This event is related to a call.
Declaration
public const string PresenceEvent = "presence"
Field Value
Type | Description |
---|---|
string |
QueueState
Event type for the I3 Queue State Event. See Section 4.2.1.3 of NENA-STA-010.3.
Declaration
public const string QueueState = "emergency-QueueState"
Field Value
Type | Description |
---|---|
string |
ServiceState
Event type for the I3 Service State event. See Section 2.4.2 of NENA-STA-010.3.
Declaration
public const string ServiceState = "emergency-ServiceState"
Field Value
Type | Description |
---|---|
string |
SupportedEvents
List of supported event packages.
Declaration
public static string[] SupportedEvents
Field Value
Type | Description |
---|---|
string[] |
Methods
| Edit this page View SourceSubscriptionSupported(string)
Checks to see a SIP subscription event package is supported.
Declaration
public static bool SubscriptionSupported(string Event)
Parameters
Type | Name | Description |
---|---|---|
string | Event | Value of the Event header of a SUBSCRIBE request. |
Returns
Type | Description |
---|---|
bool | Returns true if the event package is supported or false if it is not supported. |