Re: JTAPI-INTEREST Digest - 26 Nov 2005 to 29 Nov 2005 (#2005-95)
STEINER Stephan <[email protected]> Wed, 30 Nov 2005 13:11:53 +0100
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <31228311EA1CC44CB456BD47102BCD9A20E5D3@CHMAIZH07.ch.nextiraone-eu.ned> |
>Does anyone know about the CallStateChangedEvent which I'm seeing in the jtapi.jar logs with >Cisco's version of JTAPI? >We're seeing these in the logs but we're unable to decipher the values. >In particular I'd like to know what the values of "state" and "cause" >mean. Is there some source file which contains these enums? Or maybe some other way to get these values. Paul Causes are defined in the events packages. Have a look at the interface javax.telephony.events.Ev and all classes that extend this interface. There may be additional causes for Cisco's implementation which you can find in com.cisco.jtapi.extensions.CiscoEv I'm not sure about the call states though. Since com.cisco.cti is an undocumented package, I think the only chance you have would be to decompile the classes and look at the source. Regards Stephan =========================================================================== 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".