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 can I get Original Calling Number in transfer scenario?
Threads [
Previous
| Next ]
li rong
Posts:
9
Join Date:
7/15/08
Recent Posts
how can I get Original Calling Number in transfer scenario?
Answer
7/22/08 11:34 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hello!
I expect below callflow:
Phone 1 calls Phone 2.
Phone 2 transfer call to phone3
phone 3 need to display phone 1 number.
how can I get Phone 1 (Original calling number) in ConnAlertingEvImpl?
Thanks.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Vijendra Dwivedi
Posts:
9
Join Date:
7/17/08
Recent Posts
Re: how can I get Original Calling Number in transfer scenario?
Answer
7/23/08 12:31 AM as a reply to li rong.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
After Transfer is completed, you can look at
CiscoCall.getCurrentCallingPartyAddress() or
CiscoCall.getCurrentCallingPartyInfo(). HTH.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
li rong
Posts:
9
Join Date:
7/15/08
Recent Posts
Re: how can I get Original Calling Number in transfer scenario?
Answer
7/23/08 11:42 AM as a reply to li rong.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
T-you for your speedy reply.
If I use ConnAlertingEvImpl event, I can get an array of Connection Object, how do I ensure which one is the need to conversion CiscoCall ? Whether through the Connection.state ?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Vijendra Dwivedi
Posts:
9
Join Date:
7/17/08
Recent Posts
Re: how can I get Original Calling Number in transfer scenario?
Answer
7/23/08 12:07 PM as a reply to li rong.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
From any Connection event, you can get Connection object, from
Connection you can get specific CiscoCall. I don't see confusion here.
If you are using event directly, you can typecast ConnAlertingEv to
ConnEv, and get Connection using ConnEv.getConnection() and then
Connection.getCall() and typecast call to CiscoCall. HTH
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
li rong
Posts:
9
Join Date:
7/15/08
Recent Posts
Re: how can I get Original Calling Number in transfer scenario?
Answer
7/23/08 3:45 PM as a reply to li rong.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thank you very much!
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available