VBScript → Lua SwxWare 2011
This property takes or returns the current do not disturb status of the script user.
' Getting the script users current do not disturb (dnd) state Dim bDoNotDisturb bDoNotDisturb = IpPbx.DoNotDisturb ' Setting the script users do not disturb (dnd) state IpPbx.DoNotDisturb = True
This property takes or returns a boolean value.
This property is identical to the Server Script API property PBXUser.DoNotDisturb.

By Tom Wellige