Step 1 | enable
Example:
|
Enables
privileged EXEC mode.
|
Step 2 | configure
terminal
Example:
Router# configure terminal
|
Enters global
configuration mode.
|
Step 3 | voice register template
template-tag
Example:
Router(config)# voice register template 1
|
Enters voice
register template configuration mode.
|
Step 4 | softkeys idle
{[Cfwdall]
[DND]
[Gpickup]
[Newcall]
[Pickup]
[Redial]}
Example:
Router(config-register-temp)# softkeys idle Redial Cfwdall
|
Modifies the
display of softkeys on Cisco Unified SIP IP phones during the idle call state.
-
Cfwdall—(Optional) Softkey for “call forward all.”
Forwards all calls.
-
DND—(Optional) Softkey that enables the
Do-Not-Disturb feature.
-
Gpickup—(Optional) Softkey that allows a user to
pickup a call that is ringing on another phone.
-
Newcall—(Optional) Softkey that opens a line on a
speakerphone to place a new call.
-
Pickup—(Optional) Softkey that allows a user to
pickup a call that is ringing on another phone that is a member of the same
pickup group.
-
Redial—(Optional) Softkey that redials the last
number dialed.
|
Step 5 | softkeys
connected
{[Confrn]
[Endcall]
[Hold]
[Park]
[Trnsfer]
[iDivert]}
Example:
Router(config-register-temp)# softkeys connected Confrn Hold Endcall
|
Modifies the
display of softkeys on Cisco Unified SIP IP phones during the connected call
state.
-
Confrn—(Optional) Softkey that connects callers to
a conference call.
-
Endcall—(Optional) Softkey that ends the current
call.
-
Hold—(Optional) Softkey that places an active call
on hold and resumes the call.
-
Park—(Optional) Softkey that places an active call
on hold, so it can be retrieved from another phone in the system.
-
Trnsfer—(Optional) Softkey that transfers active
calls to another extension.
-
iDivert—(Optional) Softkey that immediately
diverts a call to a voice-messaging system.
|
Step 6 | exit
Example:
Router(config-register-temp)# exit
|
Exits voice
register template configuration mode.
|
Step 7 | voice register pool
pool-tag
Example:
Router(config)# voice register pool 10
|
Enters voice
register pool configuration mode.
Note
|
For Cisco
Unified CME systems, the upper limit for this argument is defined by the
max-pool
command.
|
|
Step 8 | session-transport
{tcp}
Example:
Router(config-register-pool)# session-transport tcp
|
Specifies
the transport layer protocol that a Cisco Unified SIP IP phone uses to connect
to Cisco Unified CME.
|
Step 9 | exit
Example:
Router(config-register-pool)# exit
|
Exits voice
register pool configuration mode.
|
Step 10 | voice register
dn
dn-tag
Example:
Router(config)# voice register dn 3
|
Enters voice
register dn configuration mode.
|
Step 11 | number
number
Example:
Router(config-register-dn)# number 1004
|
Associates a
telephone or extension number with a Cisco Unified SIP IP phone in a Cisco
Unified CME system.
-
number—String of up to 16 characters that
represents an E.164 telephone number. Normally, the string is composed of
digits, but the string may contain alphabetic characters when the number is
dialed only by the router, as with an intercom number.
|
Step 12 | name
name
Example:
Router(config-register-dn)# name John Smith
|
Associates a
name with a directory number in Cisco Unified CME.
|
Step 13 | mobility
Example:
Router(config-register-dn)# mobility
|
Enables the
Mobility feature on an extension of a Cisco Unified SIP IP phone.
|
Step 14 | snr calling-number
local
Example:
Router(config-register-dn)# snr calling-number local
|
Replaces the
calling party number displayed on the configured mobile phone with the local
SNR number.
|
Step 15 | snr
e164-number
delay
seconds
timeout
seconds
[cfwd-noan
extension-number]
Example:
Router(config-register-dn)# snr 9900 delay 1 timeout 10
|
Enables the
SNR feature on an extension of a Cisco Unified SIP IP phone.
-
e164-number—E.164 telephone number to call when
the Cisco Unified SIP IP phone extension does not answer.
-
delay
seconds—Sets the number of seconds that the Cisco
Unified SIP IP phone rings when called. When the time delay is reached, the
call is transferred to the PSTN phone and the SNR directory number. Range: 0 to
30. Default: 5.
-
timeout
seconds—Sets the number of seconds that the Cisco
Unified SIP IP phone rings after the configured time delay. When the timeout
value is reached, no call is displayed on the phone. You have to use the Resume
softkey to pull back or the Mobility softkey to send the call to a mobile
phone. Range: 30 to 60. Default: 60.
Note
|
When the
default is enabled, the Cisco Unified SIP IP phone continues to ring for 60
seconds even if the remote phone answers the call.
|
Note
|
This
option is not supported for calls from FXO trunks because the calls connect
immediately.
|
|
Step 16 | snr
ring-stop
Example:
Router(config-register-dn)# snr ring-stop
|
Ends the
ringing on a Cisco Unified SIP IP phone after the SNR call is answered on the
configured mobile phone.
|
Step 17 | snr
answer-too-soon
time
Example:
Router(config-register-dn)# snr answer-too-soon 2
|
Sets the
time in which SNR calls are prevented from being diverted to the voice mailbox
of a mobile phone.
|
Step 18 | end
Example:
Router(config-register-dn)# end
|
Exits voice
register dn configuration mode and enters privileged EXEC mode.
|