Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
JTAPI (JTAPI) Developer Center
Overview
Documentation
Community
Wiki
Testing
Everything
This Site
Blogs
9.1 JTAPI Documentation Now Available
Prem Bejjam
09 Jan 2013
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
21 Sep 2012
Developer Partner 2012 US Update Presentations Available
George Gary
29 Jun 2012
Developer Partner 2012 London Update Presentations Available
George Gary
10 Feb 2012
Unified Communication 8.6 NFR Bundle Now Orderable
George Gary
22 Aug 2011
Showing 1 - 5 of 30 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
5
6
of 6
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Cisco JTAPI Questions
How do I get all the call legs from a single call leg ?
Threads [
Previous
| Next ]
David Nguyen
Posts:
10
Join Date:
3/21/08
Recent Posts
How do I get all the call legs from a single call leg ?
Answer
6/12/08 4:50 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
How do I get all the call legs from a single call leg ?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Nguyen
Posts:
10
Join Date:
3/21/08
Recent Posts
Re: How do I get all the call legs from a single call leg ?
Answer
6/12/08 4:50 AM as a reply to David Nguyen.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
1 - Obtain the global call from the current connection, from the global call you can retrieve data such as the Calling Party
2 - Retrieve the list of connections associated with that call
E.G. :
CiscoCall ciscoCall = (CiscoCall)connection.getCall();
Address currentCallingParty = ciscoCall.getCurrentCallingAddress (); //This will give currentCallingParty in that call
Connection[] conns = ciscoCall.getConnections();//This will give all participants in that call.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available