Class GatewayCallLogEvent
Data class for the GatewayCallLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged by an LNG, LPG, or LSRG to log a call entering or leaving on a legacy interface.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class GatewayCallLogEvent : LogEvent
Constructors
| Edit this page View SourceGatewayCallLogEvent()
Default constructor
Declaration
public GatewayCallLogEvent()
Properties
| Edit this page View Sourcedigits
Contains what the LNG/LSRG received from the network (8, 10, or 20 digits) or what the LPG sent. If 20 digits, the first 10 are the calling party id, and the second 10 are the pANI, separated by a comma.
Declaration
public string digits { get; set; }
Property Value
Type | Description |
---|---|
string |
direction
Must be set to either "incoming" or "outgoing".
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
legacyCallId
Not specified.
Declaration
public string legacyCallId { get; set; }
Property Value
Type | Description |
---|---|
string |
pAni
10-digit number when LNG or LSRG handles a call from a legacy wireless or legacy VoIP network, or the pANI an LPG creates.
Declaration
public string pAni { get; set; }
Property Value
Type | Description |
---|---|
string |
portTrunkGroup
Contains the port or trunk group.
Declaration
public string portTrunkGroup { get; set; }
Property Value
Type | Description |
---|---|
string |
signallingProtocol
Must be set to either “SS7” or “CAMA”.
Declaration
public string signallingProtocol { get; set; }
Property Value
Type | Description |
---|---|
string |