Hi
You could send them to voicemail if you didnt want to cut them off. Or you could put them to a different vector with an eplanation announcement to tell them they may be waiting some time.
Here is a sample vector which includes a refernce to skill 99 as an emergency shutdown skill but also a reference to skill 96 which is one of a number of brand specific shutdown skills so that we can shut down parts of the call centre as well as the whole thing. All that you do is in the event you want to shut down the call centre completely, just login with an ID previously created to include the shutdown skill. So if you had 3 different brand areas you might want to shut down, create 4 skills, 3 for brands and one for total shutdown. These can then be given to the non-technical management to use in the event of a problem outside techie working hours. Just make sure that the skill check is included in the queueing part of the vector so that the shutdown takes care of calls already in the queueing cycle too.
01 wait-time 2 secs hearing ringback
02 goto vector 99 if staffed-agents in skill 99 > 0
03 goto vector 96 if staffed-agents in skill 96 > 0
04 goto step 12 if time-of-day is all 23:00 to all 08:00
05 goto step 12 if time-of-day is sat 21:00 to sun 08:00
06 goto step 12 if time-of-day is sun 21:00 to mon 08:00
07 collect 1 digits after announcement xxxx
08 route-to number 9xxxxxxxx with cov n if digit = 1
09 goto vector 402 (queueing vector) if digits = 2
10 goto vector 402 if unconditionally
11 stop
12 disconnect after announcement "sorry we are closed"
13 stop
John