Is it possible to insert the Call Work Code into the UUI field of TSAPI messages?
More specifically, the only methods that allow you to write to UUI are RouteResponse, and Make Call (including conference and transfer scenarios). Thus, there really is no logical way to add a work code to UUI.
However, when using current versions of TSAPI, it is possible to use work codes (reason codes) in the parameters of methods such as cstaSetAgentState. This sets the status directly with the Elite CC application in CM, and thus reflects in CMS reports. This is described in great detail in the TSAPI Programmers reference.
Comment