Specifications
5-4
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 5 Configuring System Components
Configuring SIP Call Control Parameters
se-10-0-0-0#
Configuring the Call Transfer Mode
Cisco Unity Express permits configuration of attended and semiattended call transfer modes in addition
to blind transfers.
SUMMARY STEPS
1. config t
2. ccn subsystem sip
3. transfer-mode {attended | semi-attended | blind refer | blind bye-also]}
4. end
5. show ccn subsystem sip
DETAILED STEPS
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
ccn subsystem sip
Example:
se-10-0-0-0(config)# ccn subsystem sip
Enters SIP configuration mode.
Step 3
transfer-mode {attended | semi-attended | blind refer
| blind bye-also]}
Example:
se-10-0-0-0(config-sip)# transfer-mode blind refer
Specifies the transfer mode.
• attended—Transfers calls in attended mode
using the REFER method. The transfer is
completed when the destination extension
answers the call.
• semi-attended—Transfers calls in
semi-attended mode using the REFER method.
The transfer is completed when the destination
extension is ringing.
• blind refer—Transfers calls without consulting
using the REFER method.
• blind bye-also—Transfers calls without
consulting using the BYE/ALSO method.
Cisco
Unity Express uses this method if the
remote end does not support REFER. This is the
default value.