Lua → VBScript SwxWare v13.10
The following interfaces are available:
-
PBXCall
This interface covers properties and methods being related to the current call.
-
PBXUser
This interface covers properties and methods being related to the user the current script is running for.
If the current script runs in a group context (i.e. this is a call routing for a group) this interface does not exist! (from SwyxWare 13.27)
Please read here to figure the context the current script is running in (user or group) and to learn about differences of the two call routing contexts.
-
PBXGroup (from SwyxWare 13.27)
This interface covers properties and methods being related to the user group the current script is running for.
If the current script runs in a user context (i.e. this is a call routing for a user) this interface does not exist!
Please read here to figure the context the current script is running in (user or group) and to learn about differences of the two call routing contexts.
-
PBXScript
This interface covers common properties and methods related to scripting purposes.
-
PBXWebRequest
This interface offers an object for web requests, to access any web application (i.e. REST API interfaces of cloud based services).
Parts of this documentation have been taken from the Enreach "Beta Lua Testing (SwyxWare 13.10)" Forum, written by Ralf Bonenkamp and Klaus Peters.
By Tom Wellige