Re: Exception in Transfering a call

"Potluri, Mohan" <[email protected]> Tue, 26 Apr 2005 14:03:05 -0700
Newsgroups gmane.comp.java.sun.jtapi
Message-ID <6677B3346233B94EBB11C060935101200ADEA8E8@vtg-um-e2k1.sj21ad.cisco.com>
If you want to make a call from 1000 to 1001 and transfer the call from
1001 to 1003 I would do this:

1. Create call - createCall - lets say call1 is returned
2. make the call - use: connect(Terminal of 1000, 1000, 1001)
3. Answer the call at 1001
4. Create consult call - use: createCall method and lets say call2 is
returned.
5. consult to 1003 - use: consult(Terminalconnection of 1001 in call1,
1003)
6. transfer the call  - use: call1.transfer call2)

I think you are looking for step 6. Let me know if this works.



-----Original Message-----
From: Discussion list for Java Telephony API
[mailto:[email protected]] On Behalf Of Kenny Wong
Sent: Tuesday, April 26, 2005 5:37 AM
To: [email protected]
Subject: Re: [JTAPI] Exception in Transfering a call

Mohan,
Could you advise me on how to consult and transfer a call? after
consulting and setTransferEnable, what should i do?
get the call from the connection that is returned from the consult()
method and do a transfer?

========================================================================
===
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".

===========================================================================
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".