cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1139
Views
1
Helpful
0
Comments
cdnadmin
Community Member
This document was generated from CDN thread

Created by: Priyanka Saini on 22-11-2012 06:52:56 AM
if there is a call from Call1 to call 2, and user of call 1 does
call1.transfer(destination);
Which is the transfer controller in this case? WIll it be transfer from the incoming call leg?
 
With the blind transfer, are there no CiscoTransfer events?
 
Any help will be much appreciated.
thanks

Subject: RE: Blind transfer
Replied by: Mohan Potluri on 22-11-2012 12:29:41 PM
You wlll not see CiscoTransfer event when call.transfer("destination") API is used. 
When the call is between A and B and if application is observing both A and B, then application needs to set the Transfer controller. If transfer controller is not set, Cisco JTAPI can select either A or B as controller. 
Use setTransferController(TerminalConnection tc) API before call.transfer(destination) to set the controller. After transfer the controller will go IDLE. 

Subject: Re: New Message from Mohan Potluri in Cisco JTAPI (JTAPI) - Cisco JTAPI Que
Replied by: Priyanka Saini on 23-11-2012 10:20:48 AM
Thank you Mohan


On Thu, Nov 22, 2012 at 6:29 PM, Cisco Developer Community Forums <
[email protected]> wrote:

> Mohan Potluri has created a new message in the forum "Cisco JTAPI
> Questions": --------------------------------------------------------------
> You wlll not see CiscoTransfer event when call.transfer("destination") API
> is used.
> When the call is between A and B and if application is observing both A
> and B, then application needs to set the Transfer controller. If transfer
> controller is not set, Cisco JTAPI can select either A or B as controller.
> Use setTransferController(TerminalConnection tc) API before
> call.transfer(destination) to set the controller. After transfer the
> controller will go IDLE.
> --
> To respond to this post, please click the following link:
> http://developer.cisco.com/web/jtapi/community/-/message_boards/view_message/8755325or simply reply to this email.

Subject: Re: New Message from Mohan Potluri in Cisco JTAPI (JTAPI) - Cisco JTAPI Que
Replied by: Priyanka Saini on 23-11-2012 10:20:50 AM
Thank you Mohan


On Thu, Nov 22, 2012 at 6:29 PM, Cisco Developer Community Forums <
[email protected]> wrote:

> Mohan Potluri has created a new message in the forum "Cisco JTAPI
> Questions": --------------------------------------------------------------
> You wlll not see CiscoTransfer event when call.transfer("destination") API
> is used.
> When the call is between A and B and if application is observing both A
> and B, then application needs to set the Transfer controller. If transfer
> controller is not set, Cisco JTAPI can select either A or B as controller.
> Use setTransferController(TerminalConnection tc) API before
> call.transfer(destination) to set the controller. After transfer the
> controller will go IDLE.
> --
> To respond to this post, please click the following link:
> http://developer.cisco.com/web/jtapi/community/-/message_boards/view_message/8755325or simply reply to this email.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links