Class RouteAction
This action forwards the call (as its SIP message) to a specific URL. See Sections 3.3.3.2.1 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class RouteAction : ActionBase
Constructors
| Edit this page View SourceRouteAction()
Default constructor.
Declaration
public RouteAction()
Properties
| Edit this page View Sourcecause
This contains the value to be used within the Reason parameter of the topmost History-Info header field for the outgoing SIP message. The value MUST be an entry from the RouteCause Registry (Section 10.20 of NENA-STA-010.3)
Declaration
public string cause { get; set; }
Property Value
Type | Description |
---|---|
string |
recipientUri
Contains a URI that will become the Route header field for the outgoing SIP message. Required.
Declaration
public string recipientUri { get; set; }
Property Value
Type | Description |
---|---|
string |
rnaTimer
This is the Ring No Answer timer; it is the time in seconds the ESRP will wait for a final response. If this member is omitted, the ESRP MUST use a provisioned value; a suggested default for the provisioned. Optional.
Declaration
public int? rnaTimer { get; set; }
Property Value
Type | Description |
---|---|
int? |