Phoneofalmere
Technical User
Hi all,
If have a little problem I am try to make a queue that announces the number of waiting calls in the queue.
The problem is that if there are 3 calls waiting and caller 1 is out the queue call 2 and 3 are hearing the same ann. To bee precise thy hear that there are 2 callers waiting in the queue.
This is what I got so fare.
Number: 31 Name:test
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? y BSR? y Holidays? y
01 wait-time 2 secs hearing ringback
02 queue-to split 6 pri m
03 goto step 8 if calls-queued in split 6 pri m <= 5
04 announcement 1121
05 wait-time 2 secs hearing silence
06 goto step 3 if unconditionally
07 stop
08 goto step 13 if calls-queued in split 6 pri m <= 4
09 announcement 1125
10 wait-time 2 secs hearing silence
11 goto step 8 if unconditionally
12 stop
13 goto step 18 if calls-queued in split 6 pri m <= 3
14 announcement 1123
15 wait-time 2 secs hearing silence
16 goto step 13 if unconditionally
17 stop
18 goto step 23 if calls-queued in split 6 pri m <= 2
19 announcement 1120
20 wait-time 2 secs hearing silence
21 goto step 18 if unconditionally
22 stop
23 goto step 28 if calls-queued in split 6 pri m <= 1
24 announcement 1124
25 wait-time 2 secs hearing silence
26 goto step 23 if unconditionally
27 stop
28 announcement 1122
29 wait-time 2 secs hearing silence
30 goto step 28 if unconditionally
31 stop
32
What am I doing wrong.
If have a little problem I am try to make a queue that announces the number of waiting calls in the queue.
The problem is that if there are 3 calls waiting and caller 1 is out the queue call 2 and 3 are hearing the same ann. To bee precise thy hear that there are 2 callers waiting in the queue.
This is what I got so fare.
Number: 31 Name:test
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? y BSR? y Holidays? y
01 wait-time 2 secs hearing ringback
02 queue-to split 6 pri m
03 goto step 8 if calls-queued in split 6 pri m <= 5
04 announcement 1121
05 wait-time 2 secs hearing silence
06 goto step 3 if unconditionally
07 stop
08 goto step 13 if calls-queued in split 6 pri m <= 4
09 announcement 1125
10 wait-time 2 secs hearing silence
11 goto step 8 if unconditionally
12 stop
13 goto step 18 if calls-queued in split 6 pri m <= 3
14 announcement 1123
15 wait-time 2 secs hearing silence
16 goto step 13 if unconditionally
17 stop
18 goto step 23 if calls-queued in split 6 pri m <= 2
19 announcement 1120
20 wait-time 2 secs hearing silence
21 goto step 18 if unconditionally
22 stop
23 goto step 28 if calls-queued in split 6 pri m <= 1
24 announcement 1124
25 wait-time 2 secs hearing silence
26 goto step 23 if unconditionally
27 stop
28 announcement 1122
29 wait-time 2 secs hearing silence
30 goto step 28 if unconditionally
31 stop
32
What am I doing wrong.