The VoipMediaEngine class is the primary class for accessing all the capabilities of the LanScape VOIP Media Engine.

The VoipMediaEngine..::.SIP_MESSAGE_IMMEDIATE_DATA type exposes the following members.

Constructors

Fields

  NameDescription
IgnoreSipMessage
Application software can set this value to non zero value if it wants the media engine to ignore the SIP message. Any SIP message that is "tagged" to be ignored will not be processed by the media engine.
NewDestination
If the SIP message is to be transmitted, application software can specify a new destination IP address or host name of where the SIP message should be sent.
NewDestinationPort
If the SIP message is to be transmitted, application software can specify a new destination UDP port of where the SIP message should be sent.
Received
This value will be set to non zero if the SIP message has been received. Set to zero if the SIP message is being transmitted.
SipMsg
The string reference that contains the raw ASCII SIP message. Application software must not directly alter the SIP message buffer referenced by this parameter.

See Also