Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vector Advise?

Status
Not open for further replies.

spunkysus

Programmer
May 13, 2003
195
US
I'm confused,I have written a vector,however I want to ensure what I have is correct.Business hours are from 6a to 12mid M-F and 8a-12mid Sat.and closed Sun.My question is will the caller still go to step 16 on Sunday?

01 wait-time 2 secs hearing ringback
02 goto step 16 if time-of-day is all 23:55 to all 06:05
03 goto step 16 if time-of-day is fri 23:55 to sat 08:05
04 goto step 16 if time-of-day is sat 16:55 to sun 08:00
05 goto step 16 if holiday in table 9
06 announcement 13766
07 route-to number 7371808 with cov n if unconditionally
08 wait-time 25 secs hearing music
09 goto step 7 if unconditionally
10 stop
11 collect 1 digits after announcement 13847 for none
12 route-to number 62164 with cov n if digit = 0
13 goto step 11 if digits = 1
14 disconnect after announcement none
15 stop
16 route-to number 61818 with cov n if unconditionally
17 stop
18
 
Would this work...?

01 wait-time 2 secs hearing ringback
02 goto step 17 if time-of-day is all 23:59 to all 06:00
03 goto step 17 if time-of-day is sat 06:00 to sat 08:00
04 goto step 7 if time-of-day is sat 08:00 to sat 23:59
05 goto step 17 if time-of-day is sun 00:00 to mon 06:00
06 goto step 17 if holiday in table 9
07 announcement
08 route-to number 7371808 with cov n if unconditionally
09 wait-time 25 secs hearing music
10 goto step 8 if unconditionally
11 stop
12 collect 1 digits after announcement for none
13 route-to number 62164 with cov n if digit = 0
14 goto step 12 if digits = 1
15 disconnect after announcement none
16 stop
17 route-to number 61818 with cov n if unconditionally
18 stop
19
20

Thanks,
CJH

We are what we repeatedly do. Excellence, then, is not an act but a habit. ARISTOTLE 384-322 B.C.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top