Hello all,
I have no clue if I'm in the right forum section but feel free to switch me if not. Here's my project I would like to create, web base or c# I don't mind, a desktop reminder when my agents are disconnected from their Call Center. Is there an easy way to do that? All I would like is a simple green or red button that could show them if they are connected or not.
Update: We are using CCM and UCCX 10.5.1
Thank you for the help.
Ok so I figured out how to get agents statistics by using the agentstats api, but for some reason all I get is this
<apiErrors>
<apiError>
<errorData>IVR_ENHANCED</errorData>
<errorMessage>Requested resource is not licensed</errorMessage>
<errorType>NotLicensed</errorType>
</apiError>
</apiErrors>
Can anyone tell me why I can't get any statistics?
My second question would be can I ask a specific stat on a Agent ? Let say I need to know if agent 1234 is logged in, and if not is there a way to change his status from notReady to Ready all from this API?
Thank you for the help