Hi all,
My first post
I tried to add a feature to our phone tree that tells the caller, "there are <number of calls> calls ahead of you." Unfortunately, I failed. What I ended up creating is a vector that tells the caller how many calls are in the queue. Not very helpful.
How can I make a vector to tell callers their position in the queue/split? I am using Avaya Definity G3V6i.03.1.230.6
Here is the vector I wrote:
---------------------------------------
CALL VECTOR
Number: 222 Name NumCalls Lock? n
Basic? y EAS? n G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? n
Prompting? y LAI? n G3V4 Adv Route? y CINFO? n BSR? y
01 goto step 31 if calls-queued in split 41 pri m = 1
02 goto step 29 if calls-queued in split 41 pri m = 2
03 goto step 27 if calls-queued in split 41 pri m = 3
04 goto step 25 if calls-queued in split 41 pri m = 4
05 goto step 23 if calls-queued in split 41 pri m = 5
06 goto step 21 if calls-queued in split 41 pri m = 6
07 goto step 19 if calls-queued in split 41 pri m = 7
08 goto step 17 if calls-queued in split 41 pri m = 8
09 goto step 15 if calls-queued in split 41 pri m = 9
10 goto step 13 if calls-queued in split 41 pri m = 10
11 announcement 1791 ("more than ten calls ahead of you")
12 goto vector 223 if unconditionally
13 announcement 1790 ("ten calls ahead of you")
14 goto vector 223 if unconditionally
15 announcement 1789 ("nine calls ahead of you")
16 goto vector 223 if unconditionally
17 announcement 1788 ("eight calls ahead of you")
18 goto vector 223 if unconditionally
19 announcement 1787 ("seven calls ahead of you")
20 goto vector 223 if unconditionally
21 announcement 1786 ("six calls ahead of you")
22 goto vector 223 if unconditionally
23 announcement 1785 ("five calls ahead of you")
24 goto vector 223 if unconditionally
25 announcement 1784 ("four calls ahead of you")
26 goto vector 223 if unconditionally
27 announcement 1783 ("three calls ahead of you")
28 goto vector 223 if unconditionally
29 announcement 1782 ("two calls ahead of you")
30 goto vector 223 if unconditionally
31 announcement 1781 ("one call ahead of you")
32 goto vector 223 if unconditionally
---------------------------------------
The call is queued in a previous vector. I do not have the "return" command enabled, so vector 223 is just the way to the next step as the caller waits in the queue.
Is there a way to modify this, or come up with a completely new vector to accomplish this function?
Thanks!
Will
My first post
I tried to add a feature to our phone tree that tells the caller, "there are <number of calls> calls ahead of you." Unfortunately, I failed. What I ended up creating is a vector that tells the caller how many calls are in the queue. Not very helpful.
How can I make a vector to tell callers their position in the queue/split? I am using Avaya Definity G3V6i.03.1.230.6
Here is the vector I wrote:
---------------------------------------
CALL VECTOR
Number: 222 Name NumCalls Lock? n
Basic? y EAS? n G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? n
Prompting? y LAI? n G3V4 Adv Route? y CINFO? n BSR? y
01 goto step 31 if calls-queued in split 41 pri m = 1
02 goto step 29 if calls-queued in split 41 pri m = 2
03 goto step 27 if calls-queued in split 41 pri m = 3
04 goto step 25 if calls-queued in split 41 pri m = 4
05 goto step 23 if calls-queued in split 41 pri m = 5
06 goto step 21 if calls-queued in split 41 pri m = 6
07 goto step 19 if calls-queued in split 41 pri m = 7
08 goto step 17 if calls-queued in split 41 pri m = 8
09 goto step 15 if calls-queued in split 41 pri m = 9
10 goto step 13 if calls-queued in split 41 pri m = 10
11 announcement 1791 ("more than ten calls ahead of you")
12 goto vector 223 if unconditionally
13 announcement 1790 ("ten calls ahead of you")
14 goto vector 223 if unconditionally
15 announcement 1789 ("nine calls ahead of you")
16 goto vector 223 if unconditionally
17 announcement 1788 ("eight calls ahead of you")
18 goto vector 223 if unconditionally
19 announcement 1787 ("seven calls ahead of you")
20 goto vector 223 if unconditionally
21 announcement 1786 ("six calls ahead of you")
22 goto vector 223 if unconditionally
23 announcement 1785 ("five calls ahead of you")
24 goto vector 223 if unconditionally
25 announcement 1784 ("four calls ahead of you")
26 goto vector 223 if unconditionally
27 announcement 1783 ("three calls ahead of you")
28 goto vector 223 if unconditionally
29 announcement 1782 ("two calls ahead of you")
30 goto vector 223 if unconditionally
31 announcement 1781 ("one call ahead of you")
32 goto vector 223 if unconditionally
---------------------------------------
The call is queued in a previous vector. I do not have the "return" command enabled, so vector 223 is just the way to the next step as the caller waits in the queue.
Is there a way to modify this, or come up with a completely new vector to accomplish this function?
Thanks!
Will