Author Message
iNikonov
Joined: Dec 6, 2018
Messages: 4
Offline
Hi team,

I have the following problem: i need to know ACD group to which the agent is logged in.
I tried to get this information using jtapi, but the method Agent.getACDAddress() returns 'null'.
According to post https://www.devconnectprogram.com/forums/posts/list/23001.page, i use AES SMS web service calling submitRequest method with model 'StationStatus' and operation 'status' for specific agent and it works, it returns his status, but there is a problem that the maximum number of sessions that SMS allows open on a single Communication Manager is 5. So, due to this limitation, for some calls SMS service call failed. Is there some common model with method for getting information about all logged in agents by ACD groups that can be called, for example, once a day, to get this information for all agents in ACD groups?

Thanks!
MichaelHerman2
Joined: Jan 9, 2014
Messages: 102
Offline
With JTAPI you can call ACDAddress.getLoggedOnAgents for each ACD.
Go to:   
Mobile view