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

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

Constructors

  NameDescription
VoipMediaEngine..::.SIP_INCOMING_CALL_INFO
Initializes a new instance of the VoipMediaEngine..::.SIP_INCOMING_CALL_INFO class

Fields

  NameDescription
CallId
The call ID for the call.
DestHost
The host of the destination of the phone call.
DestUrl
The SIP url of the phone call's destination. If you are developing a PSTN gateway, you can use this member to get the PSTN phone number.
DestUserName
The user name of the destination of the phone call.
FromHeader
The raw SIP "From:" header.
OriginatingEngineId
If the originator of the call is another LanScape VOIP
ReceivedIpAddress
The detected ip address the far end used to originate the phone call.
ReceivedPort
The detected port the far end used to originate the phone call.
SrcContactUserName
The user name of the originating contact of the phone call. same as the user name in the SIP "Contact:" header.
SrcDisplayName
The display name name of the originator of the phone call.
SrcHost
The host name of the originator of the phone call.
SrcPort
The far end's network port used for the inbound call.
SrcUrl
The SIP url associated with the originator of the phone call. Equivalent to information in an INVITE "From:" header.
SrcUserName
The user name of the originator of the phone call. same as the user name in the SIP "From:" header.
ToHeader
The raw SIP "To:" header.

See Also