David Staudt | If you are talking about blind transfer, use Redirect instead. This method provides an option to control the behaviour on failure. From the Developer Guide: ------------- Applications choose the desired behavior, by passing one of the following INT parameters in the overloaded redirect method from the CiscoConnection interface: Redirect drop on failure¿When a call is directed to a busy or an invalid destination, Cisco Unified ¿ Communications Manager can either drop the call if the redirect fails or leave the call at the redirect controller. The JTAPI application can then take corrective action, such as redirecting the call to another destination. The option for the redirect mode parameter follow: ¿ CiscoConnection.REDIRECT_DROP_ON_FAILURE ¿ CiscoConnection.REDIRECT_NORMAL |
| Please sign in to flag this as inappropriate. |