Jump to content
  • PBXGroup

    PBXGroup


    5 pages in this category

    1. PBXGroup.IsLoggedIn

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

      VBScript   → Lua   SwxWare v13.27   Returns True if all group users are currently busy, i.e. not able to accept another call.   Dim bBusy 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.    
      • 136 views
    3. PBXGroup.CallerIsMember

      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.    
      • 119 views
    4. PBXGroup.GroupID

      VBScript   → Lua   SwxWare v13.27   Returns the SwyxWare internal id of the group the script is running for.   Dim nID nID = PBXGroup.GroupID     This function returns a long value.    
      • 107 views
    5. PBXGroup.Name

      VBScript   → Lua   SwxWare v13.27   Returns the name of the group the script is running for.   Dim sName sName = PBXGroup.Name     This function returns a string value.    
      • 98 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.