Lua → VBScript SwxWare v13.10
This function takes or returns the current away status of the script user.
-- Getting the script users current away state local bAway = IpPbx.Away() -- Setting the script users away state IpPbx.Away(true)
This function takes or returns a boolean value.
This function is identical to the Server Script API function PBXUser.Away().

By Tom Wellige