Class AbandonedCall
Data class for the I3 Abandoned Call NOTIFY body. See Section 4.2.2.9 and E.11.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public class AbandonedCall
Constructors
| Edit this page View SourceAbandonedCall()
Default constructor.
Declaration
public AbandonedCall()
Properties
| Edit this page View SourcecancelTimestamp
Timestamp for the time that the CANCEL request was received. Required.
Declaration
public string cancelTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
invite
Contains the SIP INVITE message. Required.
Declaration
public string invite { get; set; }
Property Value
Type | Description |
---|---|
string |
inviteTimestamp
Timestamp for the time that the INVITE request was received. Required.
Declaration
public string inviteTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |