Lua SwxWare v13.10
This functions returns the pin the script user has configured for his remote inquiry.
local sPIN = RIPIN()
or if being used directly within a GSE property dialog, e.g. in an Evalute block to check if the caller has entered a correct pin via DTMF:
This function 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.
Do not mistake this RIPIN() function with the PIN() function in the GSE of VBScript based call routing user, which returns the pin the script user has configured to login at his IP desk phone.
By Tom Wellige