Lua → VBScript SwxWare v13.10
This function takes or returns the current free status text of the script user.
-- Getting the script users free status text local sUserFreeStatusText = IpPbx.UserFreeStatusText() -- Setting the script users free status text IpPbx.UserFreeStatusText("I am out for lunch")
This function takes or returns a string value.
If being used in a group context (from SwyxWare v13.27) this function returns an empty string. Read more about user and group context differences here.
This function is identical to the Server Script API function PBXUser.FreeStatusText().
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