Bonker1974
Technical User
Hi All
I am working on a vector for EWT I have an issue with step 5 and 6. When a caller have been waiting for 5 min I need the call to be routed to step 5 which will says All of our agents are busy please press 1 to leave a message or continue holding.
At this point I can be holding for 5 min and that message will never play.
Any Help would be great.
01 goto step 99 if staffed-agents in skill 130 = 0
02 queue-to skill 130 pri m
03 goto step 26 if expected-wait for skill 130 pri m < 50
04 goto step 14 if expected-wait for skill 130 pri m > 300
05 collect 1 digits after announcement 1347 for none
06 goto step 99 if digits = 1
07 goto step 16 if expected-wait for skill 130 pri m > 240
08 goto step 18 if expected-wait for skill 130 pri m > 180
09 goto step 20 if expected-wait for skill 130 pri m > 120
10 goto step 22 if expected-wait for skill 130 pri m > 130
11 announcement 1333 ( Agent Busy message)
12 wait-time 60 secs hearing 1321 then continue
13 goto step 11 if unconditionally
14 announcement 1345 ( EWT 5 Minutes )
15 goto step 12 if unconditionally
16 announcement 1344 ( EWT 4 Minutes )
17 goto step 12 if unconditionally
18 announcement 1342 ( EWT 3 Minutes )
19 goto step 12 if unconditionally
20 announcement 1341 (EWT 2 Minutes )
21 goto step 12 if unconditionally
22 announcement 1340 ( EWT 1 Minutes )
23 goto step 12 if unconditionally
24
25 stop
26 busy
27 stop
28
99 messaging skill 99 for extension 6190
I am working on a vector for EWT I have an issue with step 5 and 6. When a caller have been waiting for 5 min I need the call to be routed to step 5 which will says All of our agents are busy please press 1 to leave a message or continue holding.
At this point I can be holding for 5 min and that message will never play.
Any Help would be great.
01 goto step 99 if staffed-agents in skill 130 = 0
02 queue-to skill 130 pri m
03 goto step 26 if expected-wait for skill 130 pri m < 50
04 goto step 14 if expected-wait for skill 130 pri m > 300
05 collect 1 digits after announcement 1347 for none
06 goto step 99 if digits = 1
07 goto step 16 if expected-wait for skill 130 pri m > 240
08 goto step 18 if expected-wait for skill 130 pri m > 180
09 goto step 20 if expected-wait for skill 130 pri m > 120
10 goto step 22 if expected-wait for skill 130 pri m > 130
11 announcement 1333 ( Agent Busy message)
12 wait-time 60 secs hearing 1321 then continue
13 goto step 11 if unconditionally
14 announcement 1345 ( EWT 5 Minutes )
15 goto step 12 if unconditionally
16 announcement 1344 ( EWT 4 Minutes )
17 goto step 12 if unconditionally
18 announcement 1342 ( EWT 3 Minutes )
19 goto step 12 if unconditionally
20 announcement 1341 (EWT 2 Minutes )
21 goto step 12 if unconditionally
22 announcement 1340 ( EWT 1 Minutes )
23 goto step 12 if unconditionally
24
25 stop
26 busy
27 stop
28
99 messaging skill 99 for extension 6190