11-25-2024 11:19 AM
Hello,
I am currently working on a call script for call center. What I am try to accomplish an If condition where if no agents logged into a sub-queue, then the caller is placed into the main call queue. I don't know why when I run the debug, it hits this step and jumps, effectively never evaluating the condition. Any thoughts as to what could be wrong?
11-25-2024 06:12 PM
12-03-2024 12:33 PM
CSQ1 is variable and dependent if any of those agents with specialty skill are logged in. If there are none logged in for that specialty queue, desired outcome that it would be captured by the main call queue agents. Instead its being routed to the voicemail, as if there are no agents at all logged in from the entire department.
11-26-2024 12:11 AM
The if conditioning should like something like this
if (agentsloggedIn < 1)
11-26-2024 06:37 AM
Thanks for the input. Unfortunately it produced same result. When the call reaches the step in question, with no agents logged into the Sub-Queue, instead of sending to the Main Queue it is being sent to the extension's mailbox.
11-26-2024 06:45 AM
11-27-2024 06:28 AM
There is a mailbox associated with the extension. The call is being sent to the mailbox even though the main call queue still has agents logged in, which is an undesirable outcome.
11-26-2024 06:48 AM
Just a little more background on this. This was an existing script for one of our departments, which was rather basic. They asked if possible to modify it into a phone tree type setup where the caller can choose from several options depending on what they are looking for and would get directed to the respective assigned agent. So I have most of it working except for this minor point.
11-27-2024 06:37 AM
11-26-2024 07:12 AM
Can you share the script?
it is confusing that the Call goes to a mailboks
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