03-28-2008 11:55 AM - edited 03-14-2019 02:01 AM
I have a queue that runs from 8:30AM to 7:00PM on Fridays. In the script, is there a way to modify this, so that, if a customer calls into this group after 7pm the call is redirected to another 800# ?
Solved! Go to Solution.
04-02-2008 08:39 AM
Hello-
Yes it would. If you add a Set step to the Partial branch of your Time of Day step, you can assign the variable for reference later.
Within the Queued branch of the Select Resource step, you would use an If step (or possibly Match step if you have multiple cases). Within the true branch, or partial branch for the Match step, you can add a Call Redirect step to transfer the call elsewhere.
Lastly, if you want this call to be considered handled (as opposed to being marked abandoned), be sure to add a Set Contact Info step to mark the contact as handled. If you don't, the call will be considered abandoned because it was not connected with a resource.
03-31-2008 05:53 AM
This is fairly simple. Just use the Day of Week and Time of Day steps, set the appropriate times and the set the call redirect on the appropriate branch.
I normally define two call treatments "Open for Business" and "Closed for Business" and use GoTO steps in the appropriate places to direct calls to these destinations.
03-31-2008 02:25 PM
Currently I have added to my Day of Week and Time of Day a line that is called Partial (hours are 7pm to 9pm)
in the queuing script, I have a line that reads if (status == "Partial") Then
true
Call re-direct 800#
Would something like this work? Can you enter the 800 directly in the redirct command?
04-02-2008 08:39 AM
Hello-
Yes it would. If you add a Set step to the Partial branch of your Time of Day step, you can assign the variable for reference later.
Within the Queued branch of the Select Resource step, you would use an If step (or possibly Match step if you have multiple cases). Within the true branch, or partial branch for the Match step, you can add a Call Redirect step to transfer the call elsewhere.
Lastly, if you want this call to be considered handled (as opposed to being marked abandoned), be sure to add a Set Contact Info step to mark the contact as handled. If you don't, the call will be considered abandoned because it was not connected with a resource.
04-07-2008 03:45 PM
Fantasic information> I was able to get the calls on this past Friday re-routing the the 800# I needed. Thank you for the information and guidance.
Steve
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