Jump to content
  • PBXUser.EnableParallelCall()

    PBXUser.EnableParallelCall()

    Lua   → VBScript   SwxWare v13.10

     

    This function sets the script users' parallel call feature or returns its current enable status.

     

    -- get the status of the script users parallel call feature
    local bParallel = PBXUser.EnableParallelCall()
    
    -- enable the script users parallel call feature
    PBXUser.EnableParallelCall(true)

     

     

    This function takes or returns a boolean value.

     

    When enabling the script users' parallel call feature, you should also configure the PBXUser.ParallelCallNumbers(). (a semicolon separated list of all numbers that should ring in parallel to the current script users extension).

     

    PBXUser.EnableParallelCall(true)
    PBXUser.ParallelCallNumbers("+49231123456")

     

     

    This can also be configured manually either by the user in his SwyxIt! client or the admin in the SwyWare Administration.

     

    image.png

     

     


    Tom Wellige
     Share


     Share




×
×
  • 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.