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
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.