brewerdude
IS-IT--Management
I'm trying to write a script that will send a call to an agent, ring the phone for a specified period, then if the call's not answered, send it to a voicemail (I actually plan to send it to another rep, I'm just using the voicemail here for testing purposes). I'm using the queue to agent command, but when I make a call, the phone continues to ring, and doesn't seem to follow the script. What am I doing wrong??
Here's the code:
/* Another test script */
GIVE RINGBACK
WAIT 2
QUEUE TO AGENT 6939 WITH PRIORITY 1
WAIT 10
REMOVE FROM AGENT 6939
WAIT 2
GIVE IVR 3123 WITH TREATMENT 1133
This is on Symposium 4.0, Rls 25.40
Another weird thing happened when testing. I wanted to see what what would happen if I did the QUEUE TO AGENT with the agent logged out. The call got sent to another agent that had nothing to do with my test agent. Different skillset, queue, etc. There was nothing common between them…
Here's the code:
/* Another test script */
GIVE RINGBACK
WAIT 2
QUEUE TO AGENT 6939 WITH PRIORITY 1
WAIT 10
REMOVE FROM AGENT 6939
WAIT 2
GIVE IVR 3123 WITH TREATMENT 1133
This is on Symposium 4.0, Rls 25.40
Another weird thing happened when testing. I wanted to see what what would happen if I did the QUEUE TO AGENT with the agent logged out. The call got sent to another agent that had nothing to do with my test agent. Different skillset, queue, etc. There was nothing common between them…