Blogs

Check out the new content on the Cisco Developer Network reflecting the New & Enhanced features in Cisco Unified Communication Manager 9.1.
See the new 9.1 JTAPI Documentation ...Read More

 

The Unified Communications 9.0 Partner Bundle packages Cisco’s Collaboration application software for our Collaboration partner community to leverage for their internal lab or demonstration systems. The 9.0 version is now available for order. Learn More >> ...Read More

 

Developer Partners,

Cisco announces the availability of our 2012 Developer Partner presentations shared at CiscoLive San Diego.

Please log into the Cisco Developer Network using your Partner UserID to download this content.

Access these presentations here: http://developer.cisco.com/web/cdc/devforumpreso PARTNER LOGIN REQUIRED
...Read More

 

Developer Partners,

Cisco announces the availability of our 2012 Developer Partner presentations shared at CiscoLive London.

Please log into the Cisco Developer Network using your Partner UserID to download this content.

Access these presentations here: http://developer.cisco.com/web/cdc/devforumpreso PARTNER LOGIN REQUIRED
...Read More

 

Cisco Technology Developer Partners,

Cisco is proud to announce the availability of our Cisco Unified Communications System Release 8.6 Not-For-Resale software bundle on Cisco Marketplace (Partner Login Required).

To purchase the latest Unified Communications NFR Software bundle
- Navigate to Cisco Marketplace
- Login using your Cisco.com UserID ...Read More

 

Showing 1 - 5 of 30 results.
Items per Page 5
of 6

Forums

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.

Collateral


No files available