Class CallTransferLogEvent
Data class for the CallTransferLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged by the call transferor when a call is transferred.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class CallTransferLogEvent : LogEvent
Constructors
| Edit this page View SourceCallTransferLogEvent()
Default constructor
Declaration
public CallTransferLogEvent()
Properties
| Edit this page View Sourcetarget
SIP URI of the transfer target. Required.
Declaration
public string target { get; set; }
Property Value
Type | Description |
---|---|
string |
targetCallIdSip
SIP Call-ID header value of the call that was transferred. Required.
Declaration
public string targetCallIdSip { get; set; }
Property Value
Type | Description |
---|---|
string |