Class CallSignalingMessageLogEvent
Class for the CallSignalingMessage. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged whenever a SIP message is sent or received.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class CallSignalingMessageLogEvent : LogEvent
Constructors
| Edit this page View SourceCallSignalingMessageLogEvent()
Default constructor for de-serialization
Declaration
public CallSignalingMessageLogEvent()
Properties
| Edit this page View Sourcedirection
Specifies the direction of the call. Must be "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
protocol
Specifies the protocol. Always use "sip".
Declaration
public string protocol { get; set; }
Property Value
Type | Description |
---|---|
string |
text
Contains the entire SIP request or response message. Required.
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
string |