VBScript → Lua
This property gets or sets the script users parallel call numbers.
PBXUser.ParallelCallNumbers
This property takes or returns a string value.
When enabling the script users' parallel call feature with the PBXUser.EnableParallelCall property, the PBXUser.ParallelCallNumbers define 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.
By Tom Wellige