I need to create a vector to give callers, who call in holiday and after hours have option to leave a message or to be able get directed to ann emrgency number.
I did wrote the following Vector but, but it does not wotk.
Your help is appriciated.
01 wait-time 2 secs hearing ringback
02 goto step 15 if holiday in table 2
03 goto step 16 if time-of-day is all 18:30 to all 08:29
04 goto step 17 if uncondotionally
05 goto step 17 if uncondotionally
06 goto step 7 if uncondotionally
07 collect 1 digits after announcement 8927
08 goto step 18 if degits = 1
09 goto step 19 if degits = 2
14 stop
15 Announcement 8916
16 Announcement 8926
17 Announcement 8976
18 messaging split 99 for extension active
19 rout-to number 6077 with cov Y if uncondotionally
20 goto step 14 if uncondotionally
Thanks
I did wrote the following Vector but, but it does not wotk.
Your help is appriciated.
01 wait-time 2 secs hearing ringback
02 goto step 15 if holiday in table 2
03 goto step 16 if time-of-day is all 18:30 to all 08:29
04 goto step 17 if uncondotionally
05 goto step 17 if uncondotionally
06 goto step 7 if uncondotionally
07 collect 1 digits after announcement 8927
08 goto step 18 if degits = 1
09 goto step 19 if degits = 2
14 stop
15 Announcement 8916
16 Announcement 8926
17 Announcement 8976
18 messaging split 99 for extension active
19 rout-to number 6077 with cov Y if uncondotionally
20 goto step 14 if uncondotionally
Thanks