/mcpMethod and Descrption Interface redirect(java.lang.String destinationAddress, int mode) javax.telephony.Connection This method overloads the CallControlConnection.redirect() method. Throws javax.telephony. InvalidStateException javax.telephony. InvalidPartyException javax.telephony. MethodNotSupportedException javax.telephony. PrivilegeViolationException javax.telephony. ResourceUnavailableException Parameter Mode - This parameter can take one of the following two values: • CiscoConnection. REDIRECT_DROP_ON_FAILURE: This mode instructs the implementation to perform a redirect without checking the validity or availability of the destination. The original call gets dropped if the destination is invalid or busy. • CiscoConnection. REDIRECT_NORMAL: This mode instructs the implementation to perform a redirect only after checking the validity or availability of the destination. This matches the behavior of the CallControlConnection.redirect() method. The system does not drop the original call on failure. Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 390 Cisco Unified JTAPI Extensions Methods