Jump to content
  • PBXGroup

    PBXGroup


    5 pages in this category

    1. PBXGroup.IsLoggedIn()

      Lua   → VBScript   SwxWare v13.27   Returns true if at least one group user is currently logged into SwyxWare with any client.   local bLoggedIn = PBXGroup.IsLoggedIn()     This function returns a boolean value.   You can also use PBXGroup.IsBusy() to check if all group users are currently busy.    
      • 80 views
    2. PBXGroup.IsBusy()

      Lua   → VBScript   SwxWare v13.27   Returns true if all group users are currently busy, i.e. not able to accept another call.   local bBusy = PBXGroup.IsBusy()     This function returns a boolean value.   You can also use PBXGroup.IsLoggedIn() to check if at least one group user is logged in into SwyxWare with any device.    
      • 85 views
    3. PBXGroup.CallerIsMember()

      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.    
      • 68 views
    4. PBXGroup.GroupID()

      Lua   → VBScript   SwxWare v13.27   Returns the SwyxWare internal id of the group the script is running for.   local nID = PBXGroup.GroupID()     This function returns a number value.    
      • 92 views
    5. PBXGroup.Name()

      Lua   → VBScript   SwxWare v13.27   Returns the name of the group the script is running for.   local sName = PBXGroup.Name()     This function returns a string value.    
      • 180 views
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.