
Configuring Call Handling
How to Configure Cisco Unified SCCP SRST
140
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
DETAILED STEPS
Examples
The following example applies translation rule 10 to the calls coming into extension 1111. All inbound
calls to 1111 will go to 2222 during Cisco Unified CM fallback.
translation-rule 10
rule 1 1111 2222 abbreviated
exit
call-manager-fallback
translate calling 10
The following is a sample configuration of digit translation rule 20, where the priority of the translation
rule is 1 (the range is from 1 to 15) and the abbreviated representation of a complete number (1234) is
replaced with the number 2345:
translation-rule 20
rule 1 1234 2345 abbreviated
exit
Enabling Translation Profiles
Cisco SRST 3.2 and later and Cisco Unified SRST 4.0 and later support translation profiles. Translation
profiles are the suggested way to allow you to group translation rules and provide instructions on how
to apply the translation rules to the following:
•
Called numbers
•
Calling numbers
•
Redirected called numbers
Command or Action
Purpose
Step 1
call-manager-fallback
Example:
Router(config)# call-manager-fallback
Enters call-manager-fallback configuration mode.
Step 2
translate
{
called
|
calling
}
translation-rule-tag
Example:
Router(config-cm-fallback)# translate called 20
Applies a translation rule to modify the phone number
dialed or received by any Cisco Unified IP Phone user
while Cisco Unified CM fallback is active.
•
called
: Applies the translation rule to an outbound call
number.
•
calling
: Applies the translation rule to an inbound call
number.
•
translation-rule-tag
: The reference number of the
translation rule from 1 to 2147483647.
Step 3
exit
Example:
Router(config-cm-fallback)# exit
Exits call-manager-fallback configuration mode.