Lua → VBScript SwxWare v13.10
This function sets or returns the current status text of the script user.
-- get the script users status text local sStatus = PBXUser.FreeStatusText() -- set the script users status text PBXUser.FreeStatusText("I am out for lunch")
This function takes or returns a string value.
It is identical to the GSE build-in function IpPbx.UserFreeStatusText().
The status text of a user is getting in the SwyxIt! client when hovering the mouse pointer above a speed dial key being configured to that user.
By Tom Wellige