Hello I am developing a reporting dashboard for my client which displays state changes of agent in contact center. Client wants the dashboard to reflect changes with minimum delay. Right now I am able to access client's cache database through odbc.
I am able to pull ready, not ready, logged in, ... state changes through eAgentLoginStat table. According to documentation here (https://support.avaya.com/css/public...ents/101059033), it should update every 3 minutes.
However there is no information about not ready status code in this table. Now I am trying to find something similar for not ready reason codes, which can give me reason codes with around same delay of 3 minutes.
There is another eActivityCodeStat table which has the information about time agent spent in given status in every 15 minutes interval.
But there are 2 issues here,
I am able to pull ready, not ready, logged in, ... state changes through eAgentLoginStat table. According to documentation here (https://support.avaya.com/css/public...ents/101059033), it should update every 3 minutes.
However there is no information about not ready status code in this table. Now I am trying to find something similar for not ready reason codes, which can give me reason codes with around same delay of 3 minutes.
There is another eActivityCodeStat table which has the information about time agent spent in given status in every 15 minutes interval.
But there are 2 issues here,
- Is there a way to get not ready status code updates at higher frequency (like 3 minutes with eAgentLoginStat table).
- Is there a way to get not ready status code updates along with their respective timestamps when agent went into not ready status with that particular reason code.
Comment