« Back to Cisco JTAPI Questions

Re: New Message from Mohan Potluri in Cisco JTAPI (JTAPI) - Cisco JTAPI Que

Combination View Flat View Tree View
Threads [ Previous | Next ]
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

RE: Blind transfer
Answer
11/22/12 6:29 PM as a reply to Priyanka Saini.
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. 

Thank you Mohan


On Thu, Nov 22, 2012 at 6:29 PM, Cisco Developer Community Forums <
cdicuser@developer.cisco.com> 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.

Thank you Mohan


On Thu, Nov 22, 2012 at 6:29 PM, Cisco Developer Community Forums <
cdicuser@developer.cisco.com> 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.