mikej97204
IS-IT--Management
I have some VEC scripts that have been used in our Definity G3si since before I got here. I've been going through some of them as part of a clean up to streamline some of our call routing. One of our more used VECs looks to me like it has a dead end that might be causing some dropped calls rather than the calls staying in the queue until it is answered.
CALL VECTOR
Number: 4 Name: Tis High Pri
Lock? n
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? y
Prompting? y LAI? n G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
01 wait-time 0 secs hearing ringback
02 goto step 3 if available-agents in skill 12 > 0
03 queue-to skill 12 pri h
04 goto step 5 if available-agents in skill 21 > 0
05 queue-to skill 21 pri h
06 queue-to skill 12 pri h
07 announcement 7715 (this is a welcome ann)
08 announcement 7700 (this is a Please Hold ann)
09 wait-time 20 secs hearing music
10 goto step 11 if available-agents in skill 21 > 0
11 queue-to skill 21 pri h
12 announcement 7701 (this is a continue to hold ann)
13 wait-time 10 secs hearing music
14 goto step 10 if expected-wait for skill 12 pri h > 20
15 goto step 12 if available-agents in skill 12 < 1
16 stop
What it looks like to me is that if it gets past steps 14 and 15, the call will be dropped. We don't want that to happen of course. Should there be another goto back to step 12 (the please continue to hold ann) rather than a stop at the end? Or does the logic prevent it from ever getting to the stop at step 16?
Here is another example as well:
01 wait-time 0 secs hearing ringback
02 queue-to skill 12 pri h
03 announcement 7700 (Please Hold ann)
04 wait-time 30 secs hearing music
05 announcement 7701 (Please Continue to Hold ann)
06 wait-time 30 secs hearing music
07 goto step 5 if available-agents in skill 12 < 1
08 stop
On this one, it appears that if it can't queue to skill 12 in step 2 that it will loop through the continue to hold announcements until the number of agents in skill 12 are greater than 0 then it goes to the stop. Or is the scripting smart enough to send it to the queue rather than to step 8?
I understand scripting, but some of the Avaya VEC scripting is a bit confusing on what it's doing behind the scenes. We've been getting some dropped calls (the customer says they have not been dropping) and I was wondering if maybe some of our vectors were the cause.
Thanks
Mike
CALL VECTOR
Number: 4 Name: Tis High Pri
Lock? n
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? y
Prompting? y LAI? n G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
01 wait-time 0 secs hearing ringback
02 goto step 3 if available-agents in skill 12 > 0
03 queue-to skill 12 pri h
04 goto step 5 if available-agents in skill 21 > 0
05 queue-to skill 21 pri h
06 queue-to skill 12 pri h
07 announcement 7715 (this is a welcome ann)
08 announcement 7700 (this is a Please Hold ann)
09 wait-time 20 secs hearing music
10 goto step 11 if available-agents in skill 21 > 0
11 queue-to skill 21 pri h
12 announcement 7701 (this is a continue to hold ann)
13 wait-time 10 secs hearing music
14 goto step 10 if expected-wait for skill 12 pri h > 20
15 goto step 12 if available-agents in skill 12 < 1
16 stop
What it looks like to me is that if it gets past steps 14 and 15, the call will be dropped. We don't want that to happen of course. Should there be another goto back to step 12 (the please continue to hold ann) rather than a stop at the end? Or does the logic prevent it from ever getting to the stop at step 16?
Here is another example as well:
01 wait-time 0 secs hearing ringback
02 queue-to skill 12 pri h
03 announcement 7700 (Please Hold ann)
04 wait-time 30 secs hearing music
05 announcement 7701 (Please Continue to Hold ann)
06 wait-time 30 secs hearing music
07 goto step 5 if available-agents in skill 12 < 1
08 stop
On this one, it appears that if it can't queue to skill 12 in step 2 that it will loop through the continue to hold announcements until the number of agents in skill 12 are greater than 0 then it goes to the stop. Or is the scripting smart enough to send it to the queue rather than to step 8?
I understand scripting, but some of the Avaya VEC scripting is a bit confusing on what it's doing behind the scenes. We've been getting some dropped calls (the customer says they have not been dropping) and I was wondering if maybe some of our vectors were the cause.
Thanks
Mike