Hi,
How to check the agent status in IRD. I have an information about the agent is agent dbid.
My question is can we get the agent status whether agent is ready or not by using agent dbid.
I am using SData[‘agentdbid@StatServer.A’,‘StatTimeInReadyState’] > 0.00000 but it is returning 0 value even that particular agent is in ready status.
If not what is an alternative to get the agent information.
Thanks and regards,
Raj
Hi,
if agent attach to the group:
SData[‘your_Group_Name@your_StatServer_Name.GA’],‘CurrNumberLoggedInAgents’]
and add this information on statserver:
[CurrNumberLoggedInAgents]
Category=CurrentNumber
MainMask=*, ~LoggedOut
Objects=GroupAgents, GroupPlaces
Subject=AgentStatus
maybe you can try first..
2 Likes
Hi,
Here i want to know that particular agent is in ready state or not by using his agent dbid.
Thanks and regards,
Raj
ecki
May 6, 2009, 9:08am
4
Hi,
You have to use EmployeeID, not agent DBID. Where did you get the agent dbid from? It is not standard to get this kind of data within IRD? Why are you using agent dbid?
e.
1 Like
Hi,
I am getting agent dbid from Call Concentrator database and from SCDR table and filed name is LocAgent.
Thanks and regards,
Raj
imaki
May 6, 2009, 9:38am
6
Maybe you should get employeeid from cfg_person-table then. If you already read database..
2 Likes
ecki
May 6, 2009, 9:49am
7
And what is the reason you are reading the agent dbid from ccon?
Hi,
I have tried to get employee id from cfg_person table by using database wizard. However in Field Type Agent represents Login ID.
So how to create user defined fields in Fields.
Thanks and regards,
Raj
imaki
May 6, 2009, 10:37am
9
You can create fields in Config Manager..
system
May 6, 2009, 10:43am
10
Hi,
I need to get employee id based upon the agent dbid where agent dbid is getting from CCON database.
And what are the Fileds that i need to create in configuration manager to get the employee id based upon agent dbid.
I need to put where condition in database wizard by using agent dbid.
Thanks and regards,
Raj