" /> Interaction Server Help - Genesys CTI User Forum

Author Topic: Interaction Server Help  (Read 2363 times)

Offline jamesmurphyau

  • Full Member
  • ***
  • Posts: 123
  • Karma: 2
Interaction Server Help
« on: June 18, 2009, 05:17:58 AM »
Advertisement
Hey Guys,

Been working with Platform SDK on TServer and ConfigServer.

We are for the first time using InteractionServer and need some help.

The goal is for the agents to use GAD to handle emails/etc but we want our softphone (which handles calls on behalf of the agent) to know what that agent is doing in GAD (for things like writing to DB, log into not ready so no calls come through, etc)

In TServer it would just be another RequestRegisterAddress - how do we see an agents events in InteractionServer?

Is it even possible?
« Last Edit: June 18, 2009, 05:45:51 AM by skoom »

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Interaction Server Help
« Reply #1 on: June 18, 2009, 07:47:29 PM »
Hi skoom,

There is a sdk that allows you to communicate with Interaction Server - name of this sdk is Open Media Platform SDK. There is not too many sample codes available for this SDK but I would say you should look at the methods/requests "RequestStartPlaceAgentStateReporting" and "RequestStopPlaceAgentStateReporting".

R.

Offline jamesmurphyau

  • Full Member
  • ***
  • Posts: 123
  • Karma: 2
Re: Interaction Server Help
« Reply #2 on: June 18, 2009, 11:21:20 PM »
Yeah we started coding and got connected to the server, but the problem was receiving events for an agent without logging that agent in (since GAD has already logged it in)

This looks to be exactly what we need. Thanks!