Hi.
We have routingstrategies using a lot of sub-routines. In some cases, we do things like e.g TRoute to external number.
The thing is, when the TRoute is done, the execution of strategies continues for a short periode of time - I guess its the delay while events are passed. Its quite complex to nest out of the substrategies with a call thats not really valid. I would like to end the execution of strategies right there, in the middle of a substrategy - in a clean way, without triggering any “error” - events. When I try to do e.g a “ReleaseCall” - function, i of course get an error since the call is actually already routed.
Ive tried to use the “Default” - but it seems to me that this is not the correct way to do a clean release from the strategies wihtout having to nest back to the main strategy end? Am I correct?
–
runarM