VBScript → Lua
This property returns the name of the current script user.
PBXUser.Name
This property returns a string value.
This property allows read access only.
Beside the user name there is also the PBXUser.UserID used to identify a certain user.
If you need to resolve the name or the user id of any SwyxWare user (not only the current script user) you can use the PBXConfig.GetUserByAddress function.
By Tom Wellige