Author Topic: WDE Customizing - Supervisor can logof agents  (Read 2241 times)

Offline David Alvarez

  • Newbie
  • *
  • Posts: 17
  • Karma: -1
WDE Customizing - Supervisor can logof agents
« on: September 29, 2017, 12:29:27 AM »
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.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: WDE Customizing - Supervisor can logof agents
« Reply #1 on: September 29, 2017, 03:11:37 AM »
RequestQueryAddress

Enviado de meu E6633 usando Tapatalk


Offline PeteHoyle

  • Full Member
  • ***
  • Posts: 126
  • Karma: 13
Re: WDE Customizing - Supervisor can logof agents
« Reply #2 on: September 29, 2017, 07:25:59 AM »
Try using the


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

Where  statServerService is IStatServerService.