" /> How to load strategies for holidays - Genesys CTI User Forum

Author Topic: How to load strategies for holidays  (Read 2964 times)

scott

  • Guest
How to load strategies for holidays
« on: January 01, 1970, 12:00:00 AM »
Advertisement
Hi, all

Is there a way to load strategies dynamically? I would like to use Unix cron process to check the date and if it is a holiday, load the holiday strategy??

scott

Vic

  • Guest
How to load strategies for holidays
« Reply #1 on: January 01, 1970, 12:00:00 AM »
  • Best Answer
  • What version of Genesys are we talking about here? G6 or G5?

    My first suggestion would be to have one strategy which would call other strategies depending on the day, output of DB, etc...

    In case ofG6, you could define subroutines or jump to strategy depending on whether or not it is a holiday.
    In G5, there are few way you can do it use Strategy Loader (I would advise against it), or use JumpToStrategy function. This way, you only have one strategy running, and all the other strategies just stored in config server.

    Of course, you could always do Virtual Routing Points for Holiday and normal days, but it uses up licenses and makes the whole environment way too complicated.

    What do you think?