Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: vma on August 24, 2010, 01:45:10 PM

Title: Dynamic OOH (Out Of Hours)
Post by: vma on August 24, 2010, 01:45:10 PM
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
Title: Re: Dynamic OOH (Out Of Hours)
Post by: Steve 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.
Title: Re: Dynamic OOH (Out Of Hours)
Post by: vma 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
Title: Re: Dynamic OOH (Out Of Hours)
Post by: René 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.
Title: Re: Dynamic OOH (Out Of Hours)
Post by: Steve 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.

Title: Re: Dynamic OOH (Out Of Hours)
Post by: vma 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
Title: Re: Dynamic OOH (Out Of Hours)
Post by: mark 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 :)
Title: Re: Dynamic OOH (Out Of Hours)
Post by: benja1greer on September 21, 2010, 08:04:44 AM
Can anybody explain the meaning of Dynamic OOH !
Title: Re: Dynamic OOH (Out Of Hours)
Post by: mark 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.