Genesys CTI User Forum > Genesys-related Development

WDE Customizing - Supervisor can logof agents

(1/1)

David Alvarez:
Hello, I am doing a customization for the WDE where the supervisor can log off their agents, and this service is already working properly.

I have trouble identifying the PLACE in which are logged each of the agents that would be shown to the supervisor. Any idea how to identify this?
Since the RequestAgentLogout method only log out by DN (Extension) and not by AgentID

This I am doing with PSDK.

Thanks in advance.

cavagnaro:
RequestQueryAddress

Enviado de meu E6633 usando Tapatalk

PeteHoyle:
Try using the


[code]string placeName = statServerService.GetPlaceFromAgent(agent.ConfPerson.EmployeeID, tenant_name, tenant_password);[/code]

Where  statServerService is IStatServerService.

Navigation

[0] Message Index

Go to full version