Specifications

5-56
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 5 Configuring System Components
Configuring Business Hours
For example, use the no open day 2 from 09:00 to 10:00 command if your business is open on Monday
from 09:00 to 17:00; and use the closed day 3 from 09:00 to10:00 command if your business is closed
Tuesday 9:00 a.m. to 10:00 a.m.
Changing a Closed Slot to an Open Slot
Use either of the following commands to change a closed slot to an open slot:
no closed day day-of-week from hh:mm to hh:mm
open day day-of-week from hh:mm to hh:mm
where day-of-week is the numeric day of the week (1 equals Sunday), hh are hours in the 24-hour clock
format, and mm are minutes, either 00 or 30.
For example, if Monday is closed from 00:00 to 10:00, then no closed day 2 from 09:00 to 10:00 or
open day 2 from 09:00 to 10:00 opens the Monday time slot 9:00 a.m. to 10:00 a.m.
Examples
The following output shows the “normal” business-hours schedule:
se-10-0-0-0# show calendar biz-schedule normal
******************************
Schedule: normal
Day Open Hours
-------------------------------
Sunday None
Monday 08:30 to 17:30
Tuesday 08:30 to 17:30
Wednesday 08:30 to 17:30
Thursday 08:30 to 20:00
Friday 08:30 to 18:00
Saturday 09:00 to 13:00
The following commands modify the “normal” business hours by closing Monday hours from
8:30 to 9:30 and opening Saturday hours from 1:00 p.m. to 2:00 p.m.:
se-10-0-0-0# config t
se-10-0-0-0(config)# calendar biz-schedule normal
se-10-0-0-0(config-business)# no open day 2 from 08:30 to 09:30
se-10-0-0-0(config-business)# no closed day 7 from 13:00 to 14:00
se-10-0-0-0(config-business)# end
The following output shows the changed schedule:
se-10-0-0-0# show calendar biz-schedule normal
******************************
Schedule: normal
Day Open Hours
-------------------------------
Sunday None
Monday 09:30 to 17:30
Tuesday 08:30 to 17:30
Wednesday 08:30 to 17:30
Thursday 08:30 to 20:00
Friday 08:30 to 18:00
Saturday 09:00 to 14:00