" /> The correct way to release call from URS 6.5 - Genesys CTI User Forum

Author Topic: The correct way to release call from URS 6.5  (Read 2548 times)

runarM

  • Guest
The correct way to release call from URS 6.5
« on: August 23, 2007, 06:36:45 AM »
Advertisement
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

Offline S

  • Full Member
  • ***
  • Posts: 135
  • Karma: 1
Re: The correct way to release call from URS 6.5
« Reply #1 on: August 23, 2007, 02:13:51 PM »
  • Best Answer
  • may be you wanna use the exit nodes after the TRoute function node. have u used that?

    Unless the call finds a target or exit node, it continues to route the call.
    hope this helps