Re: Get type of ipphone
Milan Matys <[email protected]> Thu, 20 Jul 2006 14:03:19 +0200
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <[email protected]> |
It's perfect thank you very much. It's very useful.=20 -----Original Message----- From: Discussion list for Java Telephony API [mailto:[email protected]] On Behalf Of J=F6rg Wiesmann Sent: Thursday, July 20, 2006 12:48 PM To: [email protected] Subject: Re: [JTAPI] Get type of ipphone You may want to read that: http://www-128.ibm.com/developerworks/library/wi-voip/ it works like that ( very simple example ) : String dataSending =3D "<?xml version=3D\"1.0\" = encoding=3D\"ISO-8859-1\" ?>" + "<CiscoIPPhoneText>" + "<Title>MyTitle</Title>" + "<Text>myText\nMyNextRow</Text>" + "<Prompt/>" + "</CiscoIPPhoneText>"; CiscoTerminal ciscoTerminal =3D (CiscoTerminal) = address.getTerminals()[j]; // any Terminal .. try { ciscoTerminal.sendData(dataSending); .... greetz J=F6rg Wiesmann Milan Matys wrote: > Hello, > I'm here again :) I have another problem. I want to get phone type (or > series) from Cisco ipphone. Because I'm trying to send XML to phone display > and i must know what this phone can show (picture or only text). Is = there > any class or function in JTAPI? I didn't find it, but I'm new in JTAPI = and > my english isn't perfect.You must see it:) Please help me. > > Thanks > > Have a nice day :) > > Milan Matys > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > 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". > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= 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". =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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".