Re: Get type of ipphone

Jörg Wiesmann <[email protected]> Thu, 20 Jul 2006 12:47:45 +0200
Newsgroups gmane.comp.java.sun.jtapi
Message-ID <[email protected]>
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 dis=
play
> and i must know what this phone can show (picture or only text). Is the=
re
> 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 bo=
dy
of the message "signoff JTAPI-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".