Indicates the call direction relative to the media engine.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public enum CALL_DIRECTION
Visual Basic (Declaration)
Public Enumeration CALL_DIRECTION
Visual C++
public enum class CALL_DIRECTION
J#
public enum CALL_DIRECTION

Members

Member nameDescription
CallDirectionIn
The phone call was received and answered using the GoOffHook(Int32) API.
CallDirectionOut
The phone call was created by user software that called the MakeCall(String, String, UInt32, Int32, Boolean, UInt32) or MakeCallUri(String, Boolean, Int32, Boolean, UInt32) APIs.
CallDirectionNone
No call direction defined.

See Also