This value will allow application programs to enable or disable the ability of the media engine to send phone line initialize events to the application during startup. If enabled, the media engine will send the SipLineInitialized PHONE_LINE_NOTIFICATION event to the application for each phone line created by the media engine. Large line applications generally use this to drive a GUI progress display when the VOIP application starts.

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

Syntax

C#
public bool SendLineInitializedEvents
Visual Basic (Declaration)
Public SendLineInitializedEvents As Boolean
Visual C++
public:
bool SendLineInitializedEvents
J#
public boolean SendLineInitializedEvents

See Also