Lua → VBScript SwxWare v13.27
This function returns true if the current caller is a member of the group the script is running for.
local bMember = PBXGroup.CallerIsMember()
This function return a boolean value.
The return value can be used for authentication purpose, e.g. to unlock certain call routing functionality for members of the current group.
By Tom Wellige