Class IncomingQueueCondition
Tests the URI of the queue the call was received on. See Sections 3.3.3.1.15 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class IncomingQueueCondition : ConditionBase
Constructors
| Edit this page View SourceIncomingQueueCondition()
Default constructor.
Declaration
public IncomingQueueCondition()
Properties
| Edit this page View SourceOperator
Operator to use to evaluate this condition. Must be "EQ", "SS" or "NE". Required.
Declaration
[JsonPropertyName("operator")]
public string Operator { get; set; }
Property Value
Type | Description |
---|---|
string |
content
This is the value to be compared with the queue URI using the test indicated by “operator”. Required.
Declaration
public string content { get; set; }
Property Value
Type | Description |
---|---|
string |