" /> Gplus - Invoke 2 device commands from one command in DEF file - Genesys CTI User Forum

Author Topic: Gplus - Invoke 2 device commands from one command in DEF file  (Read 2804 times)

Offline W3ReWolF

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Gplus - Invoke 2 device commands from one command in DEF file
« on: August 23, 2012, 09:26:54 AM »
Advertisement
Hi All,

Is it possible to invoke 2 device commands (e.g. 'InteractionDone' & 'Ready') from one command in DEF configuration file?
The requirement is to change the agent's state from 'NotReady' to 'Ready' upon the invocation of the 'Interaction Done' button.

Thank you in advance!  :)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Gplus - Invoke 2 device commands from one command in DEF file
« Reply #1 on: August 23, 2012, 04:47:02 PM »
I guess so...would be the same that has been done many times on GAD previously. Your Siebel guys will only have to call to the desired functions from their software.

Offline W3ReWolF

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Gplus - Invoke 2 device commands from one command in DEF file
« Reply #2 on: August 23, 2012, 05:01:59 PM »
Well, it is not that simple..

I tried to edit the Command Group and invoke first 'InteractionDone' command and then 'Ready'. It seems to work ok, but both buttons remain active which is not acceptable. This is due to the reason that the driver sends to Siebel which commands will be available in every state. So, if 'Ready' button must be available according to the driver, since 'Ready' command is also linked to 'Interaction Done' button, both 'Ready' and 'Interaction Done' buttons remain active.
Is there some workaround for this?

Another approach could be possibly to find some compatible event issued just after the invocation of 'Interaction Done' command in order to trigger from there the 'Ready' command.

Any ideas?

Thanks!