Specifications

Configuring the SIP Registrar
How to Configure the SIP Registrar
31
Cisco Unified SIP SRST 4.0 System Administrator Guide
DETAILED STEPS
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
voice register pool
tag
Example:
Router(config)# voice register pool 12
Enters voice register pool configuration mode.
Use this command to control which registrations are
accepted or rejected by a Cisco Unified SIP SRST
device.
Step 4
translate-outgoing {called | calling}
rule-tag
Example:
Router(config-register-pool)#
translate-outgoing called 1
Allows explicit setting of translation rules on the VoIP dial
peer to modify a phone number dialed by a Cisco Unified IP
Phone user.
The rule-tag argument is the reference number of the
translation rule. Valid entries are 1 to 2147483647.
Step 5
alias
tag
pattern
to
target
[preference
value
]
Example:
Router(config-register-pool)# alias 1 94... to
91011 preference 8
Allows Cisco Unified SIP IP Phones to handle inbound
PSTN calls to telephone numbers that are unavailable when
the main proxy is not available. The keywords and
arguments are defined as follows:
tag: Number from 1 to 5 and the distinguishing factor
when there are multiple alias commands.
pattern: The prefix number; matches the incoming
telephone number and may include wildcards.
to: Connects the tag number pattern to the alternate
number.
target: The target number; an alternate telephone
number to route incoming calls to match the number
pattern.
preference value: (Optional) Assigns a dial-peer
preference value to the alias. The value argument is the
value of the associated dial peer, and the range is from
1 to 10. There is no default.