monkeybarfan
MIS
- Feb 23, 2005
- 116
Hi guys
We have a bit of an issue here with our voice segments. If we have a script with a batch of voice segments as follows...
GIVE RINGBACK
IF LOGGED AGENT COUNT Network_Test >0
THEN QUEUE TO NETWORK SKILLSET Network_Test
END IF
OPEN VOICE SESSION
PLAY PROMPT WITH LANGUAGE ENGLISH
VOICE SEGMENT Segment1
VOICE SEGMENT Segment2
VOICE SEGMENT Segment3
END VOICE SESSION
DISCONNECT
When an agent logs into skillset Network_Test, my understanding is that the messaging should then be interrupted and the call would go straight through to that agent (by the default setting unless you specify NOT INTERRUPTABLE).
However, none of our messaging gets interrupted when agents become available, so we have the possible scenario of idle agents in certain skillsets waiting for calls while callers have to sit through messaging until they get to the end and are then, and only then, presented to the agent.
Any clues?
We have a bit of an issue here with our voice segments. If we have a script with a batch of voice segments as follows...
GIVE RINGBACK
IF LOGGED AGENT COUNT Network_Test >0
THEN QUEUE TO NETWORK SKILLSET Network_Test
END IF
OPEN VOICE SESSION
PLAY PROMPT WITH LANGUAGE ENGLISH
VOICE SEGMENT Segment1
VOICE SEGMENT Segment2
VOICE SEGMENT Segment3
END VOICE SESSION
DISCONNECT
When an agent logs into skillset Network_Test, my understanding is that the messaging should then be interrupted and the call would go straight through to that agent (by the default setting unless you specify NOT INTERRUPTABLE).
However, none of our messaging gets interrupted when agents become available, so we have the possible scenario of idle agents in certain skillsets waiting for calls while callers have to sit through messaging until they get to the end and are then, and only then, presented to the agent.
Any clues?