In order to use Holiday routing you need to have the following:
* The Definity release must be release 9.1 or greater
* In the customer options form Vectoring (Basic) or Attendant Vectoring needs to be set to y
* In the customer options form Vectoring (Holiday) needs to be set to y
If all of that is on then setup the holiday vector table with the holiday to check for. Next, add goto <vector/step #> if holiday in table <table #> to the vector in question. Finally, point the goto entry to the announcement or choices you want the caller to hear. An example is below:
change holiday-table 1 page 1 of 1
HOLIDAY TABLE
Number: 1 Name: Bank Holidays
START END
Month Day Hour Min Month Day Hour Min Description
12 24 12 31 Christmas
01 01 00 00 01 01 10 00 New Year’s Day
11 27 Thanksgiving Day Only
The Christmas entry covers 12/24 00:00 - 12/31 11:59 and the Thanksgiving Day Only entry covers 24 hrs, 11/27 00:00 - 11/27 11:59.
change vector 3 Page 1 of 3
CALL VECTOR
Number: 3 Name: In Ireland
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? y
Basic? y EAS? n G3V4 Enhanced? n ANI/II-Digits? n ASAI Routing? n
Prompting? y LAI? n G3V4 Adv Route? n CINFO? n BSR? n Holidays? y
01 goto step 4 if holiday in table 1
02 route-to number 45678 with cov n if unconditionally
03 stop
04 announcement 2721
This vector says if today is one of the holiday dates mentioned in the holiday table, then goto announcement 2721. Otherwise send the caller to 45678. Note that the goto entry could also point to another vector.
HTH
-TJ