Configuring Call Handling
How to Configure Cisco Unified SCCP SRST
142
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
DETAILED STEPS
Command or Action
Purpose
Step 1
voice translation-rule
number
Example:
Router(config)# voice translation-rule 1
Defines a translation rule for voice calls and enters voice
translation-rule configuration mode.
•
number
: Number that identifies the translation rule.
Range is from 1 to 2147483647.
Step 2
rule
precedence
/
match-pattern
/
/
replace-pattern
/
Example:
Router(cfg-translation-rule)# rule 1/^9/ //
Defines a translation rule.
•
precedence
: Priority of the translation rule. Range is
from 1 to 15.
•
match-pattern
: Stream editor (SED) expression used to
match incoming call information. The slash (/) is a
delimiter in the pattern.
•
replace-pattern
: SED expression used to replace the
match pattern in the call information. The slash (/) is a
delimiter in the pattern.
Step 3
exit
Example:
Router(cfg-translation-rule)# exit
Exits voice translation-rule configuration mode.
Step 4
voice translation-profile
name
Example:
Router(config)# voice translation-profile name1
Defines a translation profile for voice calls.
•
name
: Name of the translation profile. Maximum
length of the voice translation profile name is 31
alphanumeric characters.
Step 5
translate
{
called
|
calling
|
redirect-called
}
translation-rule-number
Example:
Router(cfg-translation-profile)# translate
called 1
Associates a voice translation rule with a voice translation
profile.
•
called
: Associates the translation rule with called
numbers.
•
calling
: Associates the translation rule with calling
numbers.
•
redirect-called
: Associates the translation rule with
redirected called numbers.
•
translation-rule-number
: The reference number of the
translation rule from 1 to 2147483647.
Step 6
exit
Example:
Router(cfg-translation-profile)# exit
Exits translation-profile configuration mode.
Step 7
call-manager-fallback
Example:
Router(config)# call-manager-fallback
Enters call-manager-fallback configuration mode.