drop out in Conference

Gabor Kruchio <[email protected]> Wed, 8 Jun 2005 12:43:22 -0600
Newsgroups gmane.comp.java.sun.jtapi
Message-ID <LISTSERV%[email protected]>
Hi!

I have the following blocking problem:

- CTI_port is monitored by Cisco CM JTAPI
- Party_A calls CTI_port. Party_A is external i.e.
  not monitored by JTAPI
- CTI_port answers, they are in conversation
- CTI_port calls Party_B who is external again
  (not monitored by JTAPI)
- Party_B answers, conversation with CTI_port
- CTI_port makes 3-party conferencing
- CTI_port decides to release Party_B

The question: how to relase the call *only* between
CTI_port - Party_B?

If Connection.disconnect() is called on Party_B's
connection, I get an PrivilageViolation exception
saying that the Connection address is not in the
Provider's domain - which is true, ConnectionID=0

I could not find any other usefull API. E.g.:
- CallControlConnection.park() is not yet implemented
  by Cisco,
- CallControl.drop() drops the entire call.

Any idee? Thanks a lot:

Gabor Kruchio

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JTAPI-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".