Class RequestUriCondition
Tests the Request-URI in the call’s SIP INVITE or MESSAGE. See Sections 3.3.3.1.13 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class RequestUriCondition : ConditionBase
Constructors
| Edit this page View SourceRequestUriCondition()
Default constructor.
Declaration
public RequestUriCondition()
Properties
| Edit this page View SourceOperator
Operator to use for comparison. 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 call’s Request-URI value using the test specified in “operator”. Required.
Declaration
public string content { get; set; }
Property Value
Type | Description |
---|---|
string |