02-26-2016 08:39 AM - edited 03-14-2019 03:49 PM
Hi All,
I'm not a scripting expert on UCCX and can you help me how to configure a script to check hours and date to route the call to an agent and a counsellor in function day of week and hour.
You will found the call flow in the attached file, thanks a lot for your help.
BR
Aubert
Solved! Go to Solution.
02-26-2016 01:50 PM
Hi Aubert-
That is a great reference by Chris full of script examples.
For more details on what the steps do and how they work take a look at the Step Reference Guide for your version of UCCX found under the Programming Guides for more information. You'll be looking for the "Day of Week" and "Time of Day" steps.
Thanks,
DJ
02-27-2016 09:04 PM
You simply use the Set step in conjunction with a variable to define a value for it. In your case, you are setting up the value of isSettingSUPPORTHour variable as False using Set step. In most cases, you will find people using Set step to combine values of two or more variables in 1.
Attaching a sample script as well for Time of Week/Day. Though, it is not defined exactly as you want since I created it for some other customer but will give you a good idea on how to do this as per your requirements.
Regards
Deepak
02-26-2016 09:37 AM
You can download some good sample scripts here:
http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/design/guide/script_repository_701.zip.html
02-27-2016 12:29 AM
02-27-2016 09:04 PM
You simply use the Set step in conjunction with a variable to define a value for it. In your case, you are setting up the value of isSettingSUPPORTHour variable as False using Set step. In most cases, you will find people using Set step to combine values of two or more variables in 1.
Attaching a sample script as well for Time of Week/Day. Though, it is not defined exactly as you want since I created it for some other customer but will give you a good idea on how to do this as per your requirements.
Regards
Deepak
02-28-2016 03:58 PM
02-28-2016 07:54 PM
Absolutely Aubert, no issues at all. You can use Play Prompt one after the other, feel free to ask in case you face any issues there while setting this up.
Regards
Deepak
02-29-2016 03:30 AM
02-29-2016 04:02 AM
In case, you want to remove Sunday from Weekends section, then either assign it to Weekdays or create a new connection such as Rest and assign it to that. You cannot leave it unassigned.
Regards
Deepak
02-29-2016 05:26 AM
02-29-2016 05:43 AM
Aubert, configure your Queued branch as per the attached screeenshot. So basically, I am putting the caller on hold for 60 seconds and right after that doing a check on the Hold Timer, if greater than 300 seconds (5 Minutes), call will go to End label else continue to queue loop (5 times as my Hold timer is of 60 seconds) eventually increasing the Hold Timer. You can change the Hold timer to 2 minutes, 3 minutes or may be less than a minute based on your requirement.
Regards
Deepak
02-29-2016 06:51 AM
02-29-2016 10:16 AM
What you have configured there is incorrect, I believe what you are trying to achieve is that the user will experience a delay of 5 minutes at a stretch and then listen to Dissuasaion prompt. However, in your case caller will never reach to the Delay step as the call will keep going back to queueloop1.
So either move the queueloop1 label after Delay step but then the hold time will increase as the caller after waiting for 5 minutes will again go back to queue loop or get rid of the step altogether.
Regards
Deepak
02-29-2016 10:47 AM
02-29-2016 11:26 AM
Yeah this looks good.
Regards
Deepak
03-01-2016 06:23 AM
hi Deepak,
I configured a menu with 2 languages (French and English) and I have messages in French and in Enghish (Welcome french, Welcome english, Close french, close english, etc....).
I create 2 folders (French and English) on the Prompt Management via UCCX but I don't know how does system will play all french messages in the script (Welcome, close, dissuasion, etc..) when the option 1 for french is selected and the same thing for English with option 2 (see attached file).
I apprecaite your help and your advice, thank your very much.
BR Aubert
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide