Re: Exception in Transfering a call
Richard Deadman <[email protected]>
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <[email protected]> |
Kumkum, If you look at the pre-conditions for CallControlCall.transfer(Call) you will see that the "transfer controller", which is a CallControlTerminalConnection, should be in the Held state. Is this the case? Richard -- Richard Deadman Deadman Consulting, Inc. Web Services, Policy Management, Java Telephony, Software Architecture mailto:[email protected] http://www.deadman.ca Office: 613-231-5112 Cell: 613-220-2469 On Mar 2 , Kumkum Bagchi <[email protected]> wrote: > > Mohan - Thanks for your reply. > > I have changed the code and it took care of " > com.cisco.jtapi.InvalidStateExceptionImpl: Unable to set transferEnable." > Problem. Now when I call ((CallControlCall)callNew).transfer(callOnTerminal); > I get "com.cisco.jtapi.InvalidStateExceptionImpl: Call state not valid" > > I have checked the call states for both the call obj before invoking > transfer and they (both the calls) are in ACTIVE state. Any idea what else > could be wrong? > > Dose anyone have a working transfer code that I can refer to? > > Thanks. > > =========================================================================== > 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".