Hi everyone
I'm not sure if this is the write form to post in but I will ask anyway.
I had a supervisor ask me how her call treatment should be if all her agents log out. When I look at the script, I see it as doing the following...
If skillset1 agents are logged out, queue to skillset2.
If skillset2 agents are logged out, give closed message.
I tested this with her, and this is what is happening...
we logged out all skillset1 users and placed a call. The calls queued to skillset2 agents. skillset2 agent answered and everything was ok.
The second test was this.
Log out all skillset1 agents. Have all the skillset2 agents go on Not Ready or DN out, or on an incoming call. Then test. The call gets the closed message.
Why doesn't the call queue on skillset2 agents?? The call is treated as if the skillset2 agents are logged out when they are logged in but the skillset is busy
Sorry for the long explanation. Can any one help?
IF OUT OF SERVICE skillset1 THEN
IF OUT OF SERVICE skillset2 THEN
GIVE IVR mmail_gv WITH TREATMENT clsd_msg_gv
DISCONNECT
END IF
END IF
I'm not sure if this is the write form to post in but I will ask anyway.
I had a supervisor ask me how her call treatment should be if all her agents log out. When I look at the script, I see it as doing the following...
If skillset1 agents are logged out, queue to skillset2.
If skillset2 agents are logged out, give closed message.
I tested this with her, and this is what is happening...
we logged out all skillset1 users and placed a call. The calls queued to skillset2 agents. skillset2 agent answered and everything was ok.
The second test was this.
Log out all skillset1 agents. Have all the skillset2 agents go on Not Ready or DN out, or on an incoming call. Then test. The call gets the closed message.
Why doesn't the call queue on skillset2 agents?? The call is treated as if the skillset2 agents are logged out when they are logged in but the skillset is busy
Sorry for the long explanation. Can any one help?
IF OUT OF SERVICE skillset1 THEN
IF OUT OF SERVICE skillset2 THEN
GIVE IVR mmail_gv WITH TREATMENT clsd_msg_gv
DISCONNECT
END IF
END IF