sanniadnan
Technical User
Hi guys, hope you all are doing great.
I'm new at vector. Need to change the IVR tree so trying to understand few terms from existing vector.
Here is the current one which is working fine:
01 wait-time 2 secs hearing ringback
02 goto step 19 if ani in table 1
03 goto step 19 if ani in table 2
04 goto step 19 if ani in table 3
05 set L = L ADD 1
06 collect 1 digits after announcement V1 for none
07 goto step 10 if digits = 1
08 goto step 17 if L >= 3
09 goto step 5 if digits <> 1
10 queue-to skill 1st pri m
11 announcement V2
12 wait-time 10 secs hearing music
13 announcement V3
14 wait-time 10 secs hearing music
15 goto step 13 if unconditionally
16 stop
17 disconnect after announcement none
18 stop
19 queue-to skill 2nd pri t
20 goto step 11 if unconditionally
21 stop
My questions are following:
1. 06 collect 1 digits after announcement V1 for none
Thanks.
I'm new at vector. Need to change the IVR tree so trying to understand few terms from existing vector.
Here is the current one which is working fine:
01 wait-time 2 secs hearing ringback
02 goto step 19 if ani in table 1
03 goto step 19 if ani in table 2
04 goto step 19 if ani in table 3
05 set L = L ADD 1
06 collect 1 digits after announcement V1 for none
07 goto step 10 if digits = 1
08 goto step 17 if L >= 3
09 goto step 5 if digits <> 1
10 queue-to skill 1st pri m
11 announcement V2
12 wait-time 10 secs hearing music
13 announcement V3
14 wait-time 10 secs hearing music
15 goto step 13 if unconditionally
16 stop
17 disconnect after announcement none
18 stop
19 queue-to skill 2nd pri t
20 goto step 11 if unconditionally
21 stop
My questions are following:
1. 06 collect 1 digits after announcement V1 for none
- Where does "announcement V1" come from? Isn't it "announcement XXXX"? Where XXXX is extension of the announcement file.
2. Line 13,14,15Is it creating indefinite loop?
3. 10 queue-to skill 1st pri mwhat does it mean "skill 1st"? Hunt-Group? Then where I should map skill to hunt-group?
Thanks.