Specifications
Setting Up Call Handling
How to Set Up Call Handling for Incoming and Outgoing Calls
77
Cisco Unified Survivable Remote Site Telephony Version 4.0 System Administrator Guide
Example
The following example shows the configuration where a translation profile called name1 is created with
two voice translation rules. Rule1 consists of associated calling numbers, and rule2 consists of redirected
called numbers. The Cisco Unified IP Phones in SRST mode are configured with name1.
voice translation-profile name1
translate calling 1
translate called redirect-called 2
call-manager-fallback
translation-profile incoming name1
Verifying Translation Profiles
To verify translation profiles, perform the following steps.
SUMMARY STEPS
1. show voice translation-rule number
2. test voice translation-rule number input-test-string [type match-type [plan match-type]]
DETAILED STEPS
Step 1 show voice translation-rule number
Use this command to verify the translation rules that you have defined for your translation profiles.
Router# show voice translation-rule 6
Translation-rule tag: 6
Rule 1:
Match pattern: 65088801..
Replace pattern: 6508880101
Match type: none Replace type: none
Match plan: none Replace plan: none
Step 2 test voice translation-rule number input-test-string [type match-type [plan match-type]]
Step 8
translation-profile {incoming | outgoing}
name
Example:
Router(config-cm-fallback)# translation-profile
outgoing name1
Assigns a translation profile for incoming or outgoing call
legs on a Cisco IP phone.
• incoming—Applies the translation profile to incoming
calls.
• outgoing—Applies the translation profile to outgoing
calls.
• name—The name of the translation profile.
Step 9
exit
Example:
Router(config-cm-fallback)# exit
Exits call-manager-fallback configuration mode.
Command or Action Purpose