" /> WDE agent status - Genesys CTI User Forum

Author Topic: WDE agent status  (Read 4391 times)

Offline Dimitry

  • Newbie
  • *
  • Posts: 41
  • Karma: -1
WDE agent status
« on: November 25, 2016, 11:01:50 AM »
Advertisement
Hi ,

I would like to review some of the possibilities in WDE to provide some tactical fix for blend agents to workitems  equally to that voice calls they handle.  Currently due to various verification time in different URS , we are trying to do this.

Whenever we make the agent global ready and the agent has two channels voice and workitem , the voice T-server gets the ready request first  and then once acknowleged , workitem channel ready is sent to IXN Server.

IS there any way ,  I could change the order of login in WDE so that the IXN Server receives ready request first and  Voice channel get the ready request next ?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: WDE agent status
« Reply #1 on: November 25, 2016, 12:41:56 PM »
Only via customization or open a #FR.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: WDE agent status
« Reply #2 on: November 25, 2016, 01:06:42 PM »
I would ask, why on earth?
IXN interactions are kinda passive, except maybe for chat, but voice, is there, your customer is alive waiting for you...so you are still trying to hit on them when that is the most valuable channel??? Makes no sense

Offline Dimitry

  • Newbie
  • *
  • Posts: 41
  • Karma: -1
Re: WDE agent status
« Reply #3 on: November 25, 2016, 01:40:49 PM »
Cavagnaro,

Definitely accepted .  Voice is the valuable channel.

The problem is the IXN uses a different URS and voice uses a different URS.  Now since the Voice URS verification time is lesser than IXN URS verification time more voice calls are pushed  and some of the key work items are present to agent delayed. Deploying the agent reservation would take some time . So for now we want some tactical option to solve this so we thought if we always send the IXN ready request first and voice next then possibly we could try to split things equally .

For customisation if you give what to refer in SDK we will be able to check.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: WDE agent status
« Reply #4 on: November 25, 2016, 01:47:39 PM »
Use only PSDK

Offline daniel_san

  • Jr. Member
  • **
  • Posts: 84
  • Karma: 1
Re: WDE agent status
« Reply #5 on: November 28, 2016, 08:33:21 AM »
You can do that bussines customizing chain of command.

MediaVoiceLogOn and MediaOpenMediaLogOnPlace will be useful  :)

Regards.

Offline Dimitry

  • Newbie
  • *
  • Posts: 41
  • Karma: -1
Re: WDE agent status
« Reply #6 on: November 28, 2016, 10:29:01 AM »
Thanks Daniel
We need mainly to alter the command execution when the Global status is changed.

When they move from NotReady to Ready in the Global Status  , I should trigger MediaOpenMediaReady followed by MediaVoiceReady in the command manager.

Is it something feasible ?

Offline daniel_san

  • Jr. Member
  • **
  • Posts: 84
  • Karma: 1
Re: WDE agent status
« Reply #7 on: November 28, 2016, 04:49:30 PM »
I think that should be possible.

These are the chains of command on place and media:

https://docs.genesys.com/Documentation/IW/8.5.1/Developer/ReferenceforCommands

And in there must be available "MediaOpenMediaReady".