Class CallSourceCondition
Tests the call’s source network. CallSource (as defined in the Via header fields of the INVITE) is interpreted by the ESRP to ignore intra-ESInet Vias and other intermediaries. See Sections 3.3.3.1.11 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class CallSourceCondition : ConditionBase
Constructors
| Edit this page View SourceCallSourceCondition()
Default constructor.
Declaration
public CallSourceCondition()
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 ESRP’s determined Call Source value using the test indicated by “operator”. Required.
Declaration
public string content { get; set; }
Property Value
Type | Description |
---|---|
string |