Class TestCallDiscrepancyReport
Data class for the Test Call Generator Discrepancy Report. See Sections 3.7.21 and E.2.1 of NENA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class TestCallDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceTestCallDiscrepancyReport()
Default constructor.
Declaration
public TestCallDiscrepancyReport()
Properties
| Edit this page View SourcecallIdUrn
Emergency Call Identifier assigned to the call. Required.
Declaration
public string callIdUrn { get; set; }
Property Value
Type | Description |
---|---|
string |
contact
TBD
Declaration
public string contact { get; set; }
Property Value
Type | Description |
---|---|
string |
failCount
Number of calls counted in NbrOfCalls that were attempted, but failed to complete. Required.
Declaration
public int failCount { get; set; }
Property Value
Type | Description |
---|---|
int |
mediaOk
TBD Required.
Declaration
public bool mediaOk { get; set; }
Property Value
Type | Description |
---|---|
bool |
nbrOfCalls
Number of test calls placed since the last time SendCallRequests was received from this PSAP Required.
Declaration
public int nbrOfCalls { get; set; }
Property Value
Type | Description |
---|---|
int |
problem
Specifies the problem. Must be set to the string equivalent of one of the values in the TestCallProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |
request
The SIP request string. Required.
Declaration
public string request { get; set; }
Property Value
Type | Description |
---|---|
string |
result
The status code returned from the SIP request. Required.
Declaration
public int result { get; set; }
Property Value
Type | Description |
---|---|
int |
sdp
TBD
Declaration
public string sdp { get; set; }
Property Value
Type | Description |
---|---|
string |
successCount
Number of calls counted in NbrOfCalls that were completed successfully.
Declaration
public int successCount { get; set; }
Property Value
Type | Description |
---|---|
int |
time
TBD Required.
Declaration
public string time { get; set; }
Property Value
Type | Description |
---|---|
string |