Class DequeueRegistrationRequestBody
Data class for the Dequeue Registration request body. See Section 4.2.1.4 and Section E.3.1 of NENA-STA-010.3.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public class DequeueRegistrationRequestBody
Constructors
| Edit this page View SourceDequeueRegistrationRequestBody()
Default constructor
Declaration
public DequeueRegistrationRequestBody()
Properties
| Edit this page View SourcedequeuePreference
Integer from 1-5 indicating queuing preference. The minimum value is 1 and the maximum value is 5. A value of 5 indicates the highest preference. Optional
Declaration
public int dequeuePreference { get; set; }
Property Value
Type | Description |
---|---|
int |
dequeuerUri
SIP URI of dequeuer (where to send calls). Required.
Declaration
public string dequeuerUri { get; set; }
Property Value
Type | Description |
---|---|
string |
expirationTime
Time in seconds this registration will expire. expirationTime set to zero is a request to deregister. Required.
Declaration
public int expirationTime { get; set; }
Property Value
Type | Description |
---|---|
int |
queueUri
SIP URI of queue on which to register. Required.
Declaration
public string queueUri { get; set; }
Property Value
Type | Description |
---|---|
string |