Setting this startup value to non zero (TRUE) will allow the media engine to randomly assign incoming phone calls to any available phone line that is already not in use. If you are developing a server based VOIP application, you should set this value to non zero. Doing so will yields slightly better call handling performance and throughput. For all other application such as soft phones or non server based VOIP application, you can set this value to zero (FALSE).

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

Syntax

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

See Also