CTI32 Engine Class Library

ConfigData.defaultDLL Field

The name of the DLL your code will call on an incoming call. You can redirect to a different DLL by using the DnisMethod in this defaultDLL.

[Visual Basic]
Public defaultDLL As String
[C#]
public string defaultDLL;

See Also

ConfigData Class | CTI32Engine Namespace