The VoipMediaEngine class is the primary class for accessing all the
capabilities of the LanScape VOIP Media Engine.
The VoipMediaEngine..::.SIP_MESSAGE_PARSE_IMMEDIATE_DATA type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VoipMediaEngine..::.SIP_MESSAGE_PARSE_IMMEDIATE_DATA | Initializes a new instance of the VoipMediaEngine..::.SIP_MESSAGE_PARSE_IMMEDIATE_DATA class |
Fields
Name | Description | |
---|---|---|
IpAddressOfSender |
The source IP address where the SIP message originated. This is a string
containing a dotted decimal IP address (i.e. x.x.x.x).
| |
PortOfSender |
The source UDP port where the SIP message originated.
| |
SipMsg |
The receive SIP mesage that caused the parse error.
|