/mcp• CiscoConnection.ADDRESS_SEARCH_SPACE • Resetting original called—The called address option parameter gets used to reset the original called fields. The options for this scenario follow: • CiscoConnection.CALLED_ADDRESS_UNCHANGED • CiscoConnection.CALLED_ADDRESS_SET_TO_REDIRECT_DESTINATION. This option affects the fields when the call arrives at the redirect destination. For more information, refer to the com.cisco.jtapi.extensions.CiscoConnection documentation. For the scenario where A Calls B, B redirects to C, and C (redirect destination) does not represent a provider observed address, JTAPI would provide CallCtlConnAlertingEv for C with cause code Ev.CAUSE_NORMAL. Prior to release 5.0, the cause code specified Ev.CAUSE_REDIRECT for the same scenario. This change kept the behavior consistent for scenarios where C observed or did not observe the provider. When C is observed, for the same scenario, CallCtlConnAlertingEv at C is provided with CAUSE_NORMAL from releases prior to 5.0, and that behavior continues without change. Note Redirect Set Original Called ID Cisco Unified JTAPI applications can specify the preferred original called party DN in the redirect request. The Redirect Set Original Called ID feature lets applications redirect a call on a connection to another destination while letting the applications set the OriginalCalledID to any value. This enables applications to transfer the call directly to the voice mail of another. For example, if A calls B and B wants to transfer the call to CVoice Mail, applications can specify in the enhanced redirect request C as the preferred original called party and destination party as CVoice Mail profile. With this request, calls appear in C Voice Mail profile with the Cisco Unified Communications Manager originalCalledParty field as C. Typical voice mail applications look for originalCalledParty information to identify a user voice mailbox. Any application that redirects a call to a party by modifying the original called party can take advantage of this feature. This feature also changes the lastRedirectedAddress to the preferredOriginalCalledParty that gets specified in the redirect request. Note The following callControlConnection interface applies for Redirect Set Original Called ID: Interface CiscoConnection Extends callControlConnection With Additional Cisco Unified Communications Manager-Specific Capabilities redirect (java.lang.String destinationAddress, intmode, int callingSearchSpace, java.lang.String preferredOriginalCalledParty) This method overloads the CallControlConnection.redirect() method. javax.telephony.Connection Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 148 Features Supported by Cisco Unified JTAPI Redirect Set Original Called ID