Re: Displaying information about caller
Mi Chal <[email protected]>
| Newsgroups | gmane.comp.java.sun.jtapi,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
I've found (another?) way how to do it. All I have to do is sent to IPPhone command like: String data= "<CiscoIPPhoneExecute>"+ " <ExecuteItem Url=\"http://.../aa.aspx?param=1\" />"+ "</CiscoIPPhoneExecute>"; terminal.sendData(data); where terminal is com.cisco.jtapi.extensions.CiscoTerminal where you want to display some data and aa.aspx is page that generate xml data processed by IPPhone =========================================================================== 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".