Author Topic: Which sdk to pick calls from the queue?  (Read 3476 times)

Offline imaki

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 0
Which sdk to pick calls from the queue?
« on: August 17, 2010, 08:00:25 AM »
Hi, we have a request from a future customer, that they want their future softphone be able to pick a queueing voice call from a queue. So do anyone have an idea what sdk can provide such service?

We need data from the queueing calls to agent screen, and some way how the agent can tell to URS/TServer to direct specific call to this agent. And this will be with Genesys version 8.x

Any ideas?
« Last Edit: August 17, 2010, 09:14:41 AM by imaki »

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Which sdk to pick calls from the queue?
« Reply #1 on: August 19, 2010, 07:08:58 AM »
Hi Imaki,

It might be possible to implement described functionality using Voice Platform SDKs using RequestRouteCall. However, this request is marked as 'for internal use only' so it might be tricky to make it working properly. And there will be conflict between URS and this request as well that may lead to some conflicts (unexpected end of routing strategy, reporting issue) as well.

Personally, I wouldn't not recommend you to implement such functionality and it may bring more issues than benefits.

R.

Offline imaki

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 0
Re: Which sdk to pick calls from the queue?
« Reply #2 on: August 20, 2010, 08:15:44 AM »
I managed to find a way to make this. I used Voice platform sdk, but not with the RequestRouteCall. I made a strategy which wait for agent info on user data(they do not want automatic routing. At least not yet, we have some teaching to do..). So using sdk I inform agents, and then also forward to user data given employeeid, and URServer routes call to that agent..