Class IncomingTestCallSettings
The settings in this class determine how to handle an incoming test call request. See Section 9 of NENA-STA-010.3b. PsapSimulatorSrs.docx.
Inherited Members
Namespace: SipLib.TestCalls
Assembly: SipLib.dll
Syntax
public class IncomingTestCallSettings
Constructors
| Edit this page View SourceIncomingTestCallSettings()
Constructor
Declaration
[JsonConstructor]
public IncomingTestCallSettings()
Properties
| Edit this page View SourceDurationMinutes
Specifies the number of minutes to wait before terminating the call. The default is 1.
Declaration
public int DurationMinutes { get; set; }
Property Value
Type | Description |
---|---|
int |
DurationPackets
Specifies the number of RTP packets to receive before terminating the test call. The default is 3.
Declaration
public int DurationPackets { get; set; }
Property Value
Type | Description |
---|---|
int |
DurationUnits
Specifies which duration units to use. Must be either DurationUnitsPackets or DurationUnitsMinutes. The default setting is DurationUnitsPackets (0).
Declaration
public TestCallDurationUnitsEnum DurationUnits { get; set; }
Property Value
Type | Description |
---|---|
TestCallDurationUnitsEnum |
Enable
If true, then test calls are enabled, else they are disabled
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
bool |
MaxTestCalls
Specifies the maximum number concurrent test calls. The minimum number is 1 and there is no upper limit.
Declaration
public int MaxTestCalls { get; set; }
Property Value
Type | Description |
---|---|
int |