This object is passed to the applications when the media engine receives
an incoming call. The media engine uses this object to communicate
with the application in order to assign the incoming call to an
available phone line. For further information, see the SipIncomingCallAssignPhoneLine
immediate event.
Namespace:
LanScape
Assembly:
LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
C# |
---|
public class ASSIGN_INCOMING_PHONE_LINE : IDisposable |
Visual Basic (Declaration) |
---|
Public Class ASSIGN_INCOMING_PHONE_LINE _
Implements IDisposable |
Visual C++ |
---|
public ref class ASSIGN_INCOMING_PHONE_LINE : IDisposable |
J# |
---|
public class ASSIGN_INCOMING_PHONE_LINE implements IDisposable |
Inheritance Hierarchy
See Also