" /> Problem in finding agent status in IRD - Genesys CTI User Forum

Author Topic: Problem in finding agent status in IRD  (Read 7680 times)

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

Raj

  • Guest
Problem in finding agent status in IRD
« on: May 06, 2009, 07:42:58 AM »
Advertisement
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

Offline akmalnet

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Problem in finding agent status in IRD
« Reply #1 on: May 06, 2009, 08:17:45 AM »
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..



Raj

  • Guest
Re: Problem in finding agent status in IRD
« Reply #2 on: May 06, 2009, 08:51:12 AM »
Hi,

Here i want to know that particular agent is in ready state or not by using his agent dbid.


Thanks and regards,
Raj

Offline ecki

  • Sr. Member
  • ****
  • Posts: 329
  • Karma: 8
Re: Problem in finding agent status in IRD
« Reply #3 on: May 06, 2009, 09:08:35 AM »
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.

Raj

  • Guest
Re: Problem in finding agent status in IRD
« Reply #4 on: May 06, 2009, 09:31:22 AM »
Hi,

I am getting agent dbid from Call Concentrator database and from SCDR table and filed name is LocAgent.



Thanks and regards,
Raj

Offline imaki

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 0
Re: Problem in finding agent status in IRD
« Reply #5 on: May 06, 2009, 09:38:03 AM »
Maybe you should get employeeid from cfg_person-table then. If you already read database..

Offline ecki

  • Sr. Member
  • ****
  • Posts: 329
  • Karma: 8
Re: Problem in finding agent status in IRD
« Reply #6 on: May 06, 2009, 09:49:32 AM »
And what is the reason you are reading the agent dbid from ccon?

Raj

  • Guest
Re: Problem in finding agent status in IRD
« Reply #7 on: May 06, 2009, 10:00:58 AM »
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

Marked as best answer by on April 27, 2025, 11:24:47 AM

Offline imaki

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 0
Re: Problem in finding agent status in IRD
« Reply #8 on: May 06, 2009, 10:37:34 AM »
  • Undo Best Answer
  • You can create fields in Config Manager..

    Raj

    • Guest
    Re: Problem in finding agent status in IRD
    « Reply #9 on: May 06, 2009, 10:43:03 AM »
    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