VBScript → Lua SwxWare v13.27
This function returns True if the current caller is a member of the group the script is running for.
Dim bMember 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