VBScript → Lua
The following interfaces are private COM interfaces, i.e. they are only available witihn an call routing script. They dont' need to get instantiated.
-
PBXCall
This interface covers properties and methods being directly connected to the current call.
-
PBXUser
This interface covers properties and methods being directly connected to the user the current script is running for.
-
PBXScript
This interface covers common properties and methods connected to scripting purposes.
The following interface is a public COM/DCOM interface, i.e. it is available within a call routing script and also for any other Windows application. It needs to get instantiated via CreateObject. However, this is already done within the call routing framework and can be accessed as g_PBXConfig.
-
PBXConfig
This interface covers properties and methods connected to the SwyxWare configuration.

By Tom Wellige