Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
JTAPI (JTAPI) Developer Center
Overview
Documentation
Community
Wiki
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Cisco JTAPI Questions
conference call
Threads [
Previous
|
Next
]
Scott Belnap
Posts:
15
Join Date:
2/23/12
Recent Posts
conference call
Answer
3/7/12 11:44 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Here is my scenerio:
1. Phone A calls Phone B
2. Phone A is parked
3. Phone B calls Phone C
4. Phone B conferences Phone A, B, C
5. Phone B drops out of the conference
My question is about steps 4 and 5. I am unable to conference the calls together. I get the following exception, "com.cisco.jtapi.PlatformExceptionImpl: Conference controller is not set and could not find a suitable TerminalConnection." What is the proper way of conferencing the calls together and then allow Phone B to drop out of the coference without dropping the conference connection between Phone A and Phone C?
Thanks
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Nuno Magalhaes
Posts:
6
Join Date:
2/27/12
Recent Posts
RE: conference call
Answer
3/8/12 9:18 AM as a reply to Scott Belnap.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Don't park A, try put on hold, i'm doing that way and it works fine.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Scott Belnap
Posts:
15
Join Date:
2/23/12
Recent Posts
RE: conference call
Answer
3/12/12 9:43 PM as a reply to Nuno Magalhaes.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Don't park A, try put on hold, i'm doing that way and it works fine.
I need to park A because a CTIport needs to conference the calls together.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Nuno Magalhaes
Posts:
6
Join Date:
2/27/12
Recent Posts
RE: conference call
Answer
3/13/12 10:49 AM as a reply to Scott Belnap.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I'm not sure, but you can make a conference in a cti port, cti ports are very limited. You have to make the conference on a phone and transfer to cti port. You can use a sip device instead of cti port, and with sip device you can make the conference.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
246
Join Date:
6/4/08
Recent Posts
RE: conference call
Answer
3/13/12 5:17 PM as a reply to Nuno Magalhaes.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
CTI ports are full featured - you may be thinking of CTI route points, which do not support all operations, including conference.
Call park is definitely not the prelude to a conference for phones or CTI ports - please use hold. You can check the JTAPI developer guide for detailed call flows for various scenarios including conference that may be helpful.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Sergei Gorbunov
Posts:
47
Join Date:
7/19/10
Recent Posts
RE: conference call
Answer
3/15/12 4:08 AM as a reply to David Staudt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
1. You dont need to park a call, ou dont need to do anything, it will automatically hold when you place a second call. This will work if you configure a CTI port line simulatineous call for 2 or more.
2. You need to call a setConferenceController method for each call that you want to conference. This controllers must be at the same terminal.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Overview
Documentation
Community
Wiki
Testing