Jump to content
  • PBXConfig

    PBXConfig


    3 pages in this category

    1. PBXConfig.GetUserByAddress

      VBScript   → Lua   SwxWare v4.40   This function returns a list of PBXUser objects which have the given address. Do not mistake these PBXUser objects with the PBXUser interface of the Server Script API.   g_PBXConfig.GetUserByAddress("101")   This function returns a list of PBXUser objects which have the given address, 101 in this example. If the address is an internal number, user name, H.323 alias or SIP user ID the returned collection contains the corresponding
      • 527 views
    2. Server Properties

      VBScript   → Lua   SwxWare v4.40   The following server configuration properties can be requested from the PBXConfig object. All properties are read-only.   PBXScript.OutputTrace "CountryCode: " & g_PBXConfig.CountryCode PBXScript.OutputTrace "AreaCode: " & g_PBXConfig.AreaCode PBXScript.OutputTrace "PublicAccessPrefix: " & g_PBXConfig.PublicAccessPrefix PBXScript.OutputTrace "LongDistanceCallPrefix: " & g_PBXConfig
      • 343 views
    3. Server Status

      VBScript   SwxWare v4.40   The following current status values of the server can be requested from the PBXConfig object. All values are read-only.   Dim oStatus Set oStatus = g_PBXConfig.Status PBXScript.OutputTrace "LoggedInDevicesCOM : " & oStatus.LoggedInDevicesCOM PBXScript.OutputTrace "LoggedInDevicesPhone : " & oStatus.LoggedInDevicesPhone PBXScript.OutputTrace "LoggedInDevicesH323 : " & oStatus.LoggedInDevicesH323 PBXScr
      • 212 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.