Setting Up Cisco Unified IP Phones using SCCP
How to Set Up Cisco Unified IP Phones
99
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
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
call-manager-fallback
Example:
Router(config)# call-manager-fallback
Enters call-manager-fallback configuration mode.
Step 4
max-dn
max-no-of-directories
[
dual-line
|
octo-line
] [
number
octo-line
]
Example:
Router(config-cm-fallback)# max-dn 15 dual-line
6 octo-line
Sets the maximum number of DNs or virtual voice ports
that can be supported by the router and activates dual-line
mode, octo-line mode, or both modes.
•
max-no-of-directories
: Maximum number of directory
numbers (dns) or virtual voice ports supported by the
router. The maximum number is platform-dependent.
The default is 0.
•
dual-line
: (Optional) Allows IP phones in
Cisco Unified Communications Manager fallback
mode to have a virtual voice port with two channels.
•
octo-line
: (Optional) Allows IP phones in
Cisco Unified Communications Manager fallback
mode to have a virtual voice port with eight channels.
•
number
(Optional): Sets the number of directory
numbers for octo-mode.
Step 5
huntstop
channel
1-8
Example:
Router(config-cm-fallback)# huntstop channel 4
Enables channel huntstop on an octo-line, which keeps a
call from hunting to the next channel of a directory number
if the last allowed channel is busy or does not answer.
•
number
: Number of channels available to accept
incoming calls. The remaining channels are reserved
for outgoing calls and features such as call transfer,
call waiting, and conferencing. The range is 1 to 8 and
the default is 8.
•
The
command is supported for octo-line directory
numbers only.
Step 6
end
Example:
Router(config)# end
Returns to privileged EXEC mode.