Class TestCallConstants
Constants relating to NG9-1-1 test calls
Inherited Members
Namespace: SipLib.TestCalls
Assembly: SipLib.dll
Syntax
public class TestCallConstants
Fields
| Edit this page View SourceDirectRtpLoopback
Encoder name for direct RTP packet loopback.
Declaration
public const string DirectRtpLoopback = "rtploopback"
Field Value
Type | Description |
---|---|
string |
EncapsulatedRtpLoopback
Encoder name for encapsulated RTP packet loopback.
Declaration
public const string EncapsulatedRtpLoopback = "encaprtp"
Field Value
Type | Description |
---|---|
string |
LoopbackAttributeName
Name of the loopback media attribute
Declaration
public const string LoopbackAttributeName = "loopback"
Field Value
Type | Description |
---|---|
string |
LoopbackMirrorAttributeName
Name of the loopback mirror media attribute
Declaration
public const string LoopbackMirrorAttributeName = "loopback-mirror"
Field Value
Type | Description |
---|---|
string |
LoopbackSourceAttributeName
Name of the loopback source media attribute
Declaration
public const string LoopbackSourceAttributeName = "loopback-source"
Field Value
Type | Description |
---|---|
string |
RtpMediaLoopbackAttributeValue
Value of the loopback media attribute for RTP media loopback.
Declaration
public const string RtpMediaLoopbackAttributeValue = "rtp-media-loopback"
Field Value
Type | Description |
---|---|
string |
RtpPacketLoopbackAttributeValue
Value of the loopback media attribute for RTP packet loopback.
Declaration
public const string RtpPacketLoopbackAttributeValue = "rtp-pck_loopback"
Field Value
Type | Description |
---|---|
string |
TestCallUrnValue
URN value that identifies an NG9-1-1 test call. If an INVITE is for a test call the Request URI (RURI) will contain this string or the string for a subservice such as urn:service:test.sos.fire.
Declaration
public const string TestCallUrnValue = "service:test.sos"
Field Value
Type | Description |
---|---|
string |