VBScript → Lua SwxWare 2011
This property takes or returns the current away status of the script user.
' Getting the script users current away state
Dim bAway
bAway = PBXUser.Away
' Setting the script users away state
PBXUser.Away = True
This property takes or returns a boolean value.
This property is identical to the GSE build-in property IpPbx.Away.
By Tom Wellige