Class sipdialogidtype
Class that contains information about the SIP dialog between a participant and the conference focus.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class sipdialogidtype
Fields
| Edit this page View SourceAny
Extension point for elements.
Declaration
public List<XmlElement> Any
Field Value
Type | Description |
---|---|
List<XmlElement> |
AnyAttr
Extension point for attributes.
Declaration
public List<XmlAttribute> AnyAttr
Field Value
Type | Description |
---|---|
List<XmlAttribute> |
callid
SIP Call-ID header value for the call. This should be required.
Declaration
public string callid
Field Value
Type | Description |
---|---|
string |
displaytext
Displayable text. Optional.
Declaration
public string displaytext
Field Value
Type | Description |
---|---|
string |
fromtag
Contains the From header tag of the SIP dialog.
Declaration
public string fromtag
Field Value
Type | Description |
---|---|
string |
totag
Contains the To header tag of the SIP dialog.
Declaration
public string totag
Field Value
Type | Description |
---|---|
string |