Specifications
Setting Up Call Handling
How to Set Up Call Handling for Incoming and Outgoing Calls
96
Cisco Unified Survivable Remote Site Telephony Version 4.0 System Administrator Guide
DETAILED STEPS
Command or Action Purpose
Step 1
call-manager-fallback
Example:
Router(config)# call-manager-fallback
Enters call-manager-fallback configuration mode.
Step 2
after-hours block pattern
tag
pattern
[7-24]
Example:
Router(config-cm-fallback)# after-hours block
pattern 1 91900
Defines a pattern of outgoing digits to be blocked. Up to 32
patterns can be defined, using individual commands.
• If the 7-24 keyword is specified, the pattern is always
blocked, 7 days a week, 24 hours a day.
• If the 7-24 keyword is not specified, the pattern is
blocked during the days and dates that are defined using
the after-hours day and after-hours date commands.
Step 3
after-hours day
day
start-time
stop-time
Example:
Router(config-cm-fallback)# after-hours day mon
19:00 7:00
Defines a recurring time period based on the day of the
week during which calls are blocked to outgoing dial
patterns that are defined using the after-hours block
pattern command.
• day—Day of the week abbreviation. The following are
valid day abbreviations: sun, mon, tue, wed, thu, fri,
sat.
• start-time stop-time—Beginning and ending times for
call blocking, in an HH:MM format using a 24-hour
clock. If the stop time is a smaller value than the start
time, the stop time occurs on the day following the start
time. For example, “mon 19:00 07:00” means “from
Monday at 7 p.m. until Tuesday at 7 a.m.”
Step 4
after-hours date
month
date
start-time
stop-time
Example:
Router(config-cm-fallback)# after-hours date
jan 1 0:00 0:00
Defines a recurring time period based on month and date
during which calls are blocked to outgoing dial patterns that
are defined using the after-hours block pattern command.
• month—Month abbreviation. The following are valid
month abbreviations: jan, feb, mar, apr, may, jun, jul,
aug, sep, oct, nov, dec.
• date—Date of the month. Range is from 1 to 31.
• start-time stop-time—Beginning and ending times for
call blocking, in an HH:MM format using a 24-hour
clock. The stop time must be larger than the start time.
The value 24:00 is not valid. If 00:00 is entered as an
stop time, it is changed to 23:59. If 00:00 is entered for
both start time and stop time, calls are blocked for the
entire 24-hour period on the specified date.
Step 5
exit
Example:
Router(config-cm-fallback)# exit
Exits call-manager-fallback configuration mode.