<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>incoming call, change displayed number</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=7447038" />
  <subtitle>incoming call, change displayed number</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=7447038</id>
  <updated>2013-05-19T16:46:38Z</updated>
  <dc:date>2013-05-19T16:46:38Z</dc:date>
  <entry>
    <title>RE: incoming call, change displayed number</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7447825" />
    <author>
      <name>Stefania Oliviero</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7447825</id>
    <updated>2012-10-09T13:57:33Z</updated>
    <published>2012-10-09T13:56:34Z</published>
    <summary type="html">The method SendData is deprecated only in its version
java.lang.String [b]sendData[/b](java.lang.String terminalData)
You have to use the following overloaded version that is not deprecated:
byte[] [b]sendData[/b](byte[] terminalData).
What is the content of the iscoIPPhoneExecute object ?
With SendData method you can Push for examples a CiscoIPPhoneStatusFile object 
to show something on the device or Push directly a CiscoIPPhoneText page. </summary>
    <dc:creator>Stefania Oliviero</dc:creator>
    <dc:date>2012-10-09T13:56:34Z</dc:date>
  </entry>
  <entry>
    <title>incoming call, change displayed number</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7447037" />
    <author>
      <name>TEST S.p.A.</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7447037</id>
    <updated>2012-10-09T13:21:06Z</updated>
    <published>2012-10-09T13:21:06Z</published>
    <summary type="html">Hello everybody,
I'm new to Jtapi so I'm asking for some help with a little application I'm writing.
This is the scenario:
A server (I'm writing it in Java of course) costantly observes all the ip phones registered with the CUCM (I've created a single user that controls all the devices).
When a device receives a call (is ringing) the server retrieves the calling number and sends on the display of the device some information associated to it (retrieved from a database, but that's non important).
Which is the best way to implement a service like that?
Somehow I've managed to retrieve the calling number, but I'd like to know what is the best/simplest way to do it. What I've not been able to do is sending something to the device. I tried to send an &lt;IpPhoneExecute&gt; statement via the CiscoTerminal.sendData() method but without success (I'm not receiving any error, simply nothing happens). Also, the sendData method is deprecated, so which method should I use?
(yes, I have already checked the CallerInfoServer example: it does something similar to what I'm doing, so I'm trying to modify it to work without the JSP service modifying the CallerInfoServer.java file, but I think there's a better way to do it)
Thank you very much
Denis</summary>
    <dc:creator>TEST S.p.A.</dc:creator>
    <dc:date>2012-10-09T13:21:06Z</dc:date>
  </entry>
</feed>

