" /> Automatic URS Strategy Execution - Genesys CTI User Forum

Author Topic: Automatic URS Strategy Execution  (Read 2302 times)

Offline Raja Sekhar

  • Jr. Member
  • **
  • Posts: 72
  • Karma: -1
  • Genesys Routing Applciation developer
Automatic URS Strategy Execution
« on: July 06, 2016, 12:36:06 PM »
Advertisement
Hi Experts,

I have a question.

Can we execute URS strategy automatically based on some timer , so that i would like to use URS like a dialer, example: to check agent availiblity and connect the call to customer.

I know the strategy can be executed through business process, but using Interaction server Make call features will not work.

If it possible to triger strategy from SOAP API, please share the documentation link

So , waiting for some interesting replies.

Regards,
Raja
« Last Edit: July 06, 2016, 01:35:42 PM by Raja Sekhar »

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Automatic URS Strategy Execution
« Reply #1 on: July 06, 2016, 01:25:17 PM »
On IRD you can, right click the root object of Loading tab (URS itself) and will get the schedule option

Enviado de meu E6633 usando Tapatalk


Offline terry

  • Sr. Member
  • ****
  • Posts: 328
  • Karma: 35
Re: Automatic URS Strategy Execution
« Reply #2 on: July 06, 2016, 04:20:39 PM »
Take more or less recent 8.1.4 URS.

Set option static_strategy for some tenant (in tenant annex default) to the value of some strategy defined in this tenant.
On start URS will begin running this strategy - you can organize it as infinite loop periodically doing something.

If http API going to be used , setup URS http server (set port with ID http. Start URS and run Web request with browser http://host:port/urs/help.
Look for topic starting new strategy, Web command start.

Offline Raja Sekhar

  • Jr. Member
  • **
  • Posts: 72
  • Karma: -1
  • Genesys Routing Applciation developer
Re: Automatic URS Strategy Execution
« Reply #3 on: July 07, 2016, 09:08:26 AM »
Thank you Terry it works.

I have configured in URS options - Key -  static_strategy and values as name of strategy.

:)