" /> Dynamic OOH (Out Of Hours) - Genesys CTI User Forum

Author Topic: Dynamic OOH (Out Of Hours)  (Read 4074 times)

Offline vma

  • Sr. Member
  • ****
  • Posts: 255
  • Karma: 0
Dynamic OOH (Out Of Hours)
« on: August 24, 2010, 01:45:10 PM »
Advertisement
Hi,
I was wandering if there is any way to create dynamic out of hours. I mean I know that there is the Time Segmentation Object but I want the values inside to be set from a list of objects so the administrator will be able to change these ours from CME not from routing.

Thanks,
Mihai

Offline Steve

  • Sr. Member
  • ****
  • Posts: 298
  • Karma: 11
Re: Dynamic OOH (Out Of Hours)
« Reply #1 on: August 24, 2010, 03:38:56 PM »
Create a list in CME with options like-
V_OPEN = 08:00
V_CLOSE = 20:00

Then in the strategy assign a variable name (V_OPEN), attach the variable from CME using "ListGetDataCfg"
and then use V_OPEN in your time segmentation.

Offline vma

  • Sr. Member
  • ****
  • Posts: 255
  • Karma: 0
Re: Dynamic OOH (Out Of Hours)
« Reply #2 on: August 25, 2010, 08:19:02 AM »
Keeping the values in a list and getting them from that list is not the issue. The issue is the Time Segmentation Object which does not support variables but only hard coded values. Here is where I have problems. Can you detaliate a little "use V_OPEN in your time segmentation" pls.

Thank you!
Mihai

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Dynamic OOH (Out Of Hours)
« Reply #3 on: August 25, 2010, 08:50:38 AM »
Hi Mihai,

Common approach is to use Statistical Day and Statistical Tables for implementation of working hours. However, there is one limitation - you can specify just single time-range for one day.

R.

Offline Steve

  • Sr. Member
  • ****
  • Posts: 298
  • Karma: 11
Re: Dynamic OOH (Out Of Hours)
« Reply #4 on: August 25, 2010, 10:03:15 AM »
Mihai

Yes sorry you're right - I should have tried this before replying. Although we use lists for most things we actually do a database lookup for opening hours.

The database holds the open and close times for each call type and returns "CL" when it is closed, it also returns codes for Bank Holidays and temporary closures so we can play the correct message.


Offline vma

  • Sr. Member
  • ****
  • Posts: 255
  • Karma: 0
Re: Dynamic OOH (Out Of Hours)
« Reply #5 on: August 25, 2010, 10:06:33 AM »
Statistical Tables work great. I had a look in the documentation and I realized that you can do opening hours, holidays and everything from there so no need for lists anymore. It's awesome!

Thanks,
Mihai

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Dynamic OOH (Out Of Hours)
« Reply #6 on: September 16, 2010, 10:46:50 AM »
Just in case you do go back to lists. On getting the data from the list, add a segmentation block that routes on whether the line is open or closed, then route to agents / rest of routing or onto an OOH announcement as needed.
There is no need for the time segmentation block in this instance :)

Offline benja1greer

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: Dynamic OOH (Out Of Hours)
« Reply #7 on: September 21, 2010, 08:04:44 AM »
Can anybody explain the meaning of Dynamic OOH !

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Dynamic OOH (Out Of Hours)
« Reply #8 on: September 21, 2010, 09:23:36 AM »
To me it means non hard coded time parameters in IRD strategies. Having the strategies getting the OOH data from either a list object, external DB or from the CME statistical days items etc.