Hello all,
I have the following request from a user.
IF P&P (skill 31) is queuing (has a call on hold for more than 20 seconds) THEN see how many people on CPC (skill 32) are available
IF there are at least 2 agents on CPC (32) available THEN route the P&P call to an agent on skill 32 (CPC skilled agent.)
Looks simple enough untill I looked at the vector. Here is the first vector
01 wait-time 0 secs hearing ringback
02 goto step 12 if time-of-day is fri 23:00 to sat 07:30
03 goto step 12 if time-of-day is sat 20:30 to sun 07:30
04 goto step 12 if time-of-day is sun 17:30 to mon 06:30
05 goto step 12 if time-of-day is all 23:00 to all 06:30
06 announcement 1060203
07 goto step 12 if staffed-agents in skill 31 = 0
08 announcement 1060210
09 announcement 1060211
10 queue-to skill 31 pri m
11 goto vector 441 @step 1 if unconditionally
12 announcement 1060212
Then vector 441
01 goto step 13 if expected-wait for call > 170
02 goto step 10 if expected-wait for call > 110
03 wait-time 10 secs hearing music
04 announcement 1060218
05 wait-time 30 secs hearing music
06 announcement 1060219
07 wait-time 60 secs hearing music
08 announcement 1060220
09 goto step 7 if unconditionally
10 announcement 1060221
11 wait-time 5 secs hearing music
12 goto step 8 if unconditionally
13 announcement 1060222
14 wait-time 5 secs hearing music
15 goto step 8 if unconditionally
Where Do i put the Check backup command?
teleflash
I have the following request from a user.
IF P&P (skill 31) is queuing (has a call on hold for more than 20 seconds) THEN see how many people on CPC (skill 32) are available
IF there are at least 2 agents on CPC (32) available THEN route the P&P call to an agent on skill 32 (CPC skilled agent.)
Looks simple enough untill I looked at the vector. Here is the first vector
01 wait-time 0 secs hearing ringback
02 goto step 12 if time-of-day is fri 23:00 to sat 07:30
03 goto step 12 if time-of-day is sat 20:30 to sun 07:30
04 goto step 12 if time-of-day is sun 17:30 to mon 06:30
05 goto step 12 if time-of-day is all 23:00 to all 06:30
06 announcement 1060203
07 goto step 12 if staffed-agents in skill 31 = 0
08 announcement 1060210
09 announcement 1060211
10 queue-to skill 31 pri m
11 goto vector 441 @step 1 if unconditionally
12 announcement 1060212
Then vector 441
01 goto step 13 if expected-wait for call > 170
02 goto step 10 if expected-wait for call > 110
03 wait-time 10 secs hearing music
04 announcement 1060218
05 wait-time 30 secs hearing music
06 announcement 1060219
07 wait-time 60 secs hearing music
08 announcement 1060220
09 goto step 7 if unconditionally
10 announcement 1060221
11 wait-time 5 secs hearing music
12 goto step 8 if unconditionally
13 announcement 1060222
14 wait-time 5 secs hearing music
15 goto step 8 if unconditionally
Where Do i put the Check backup command?
teleflash