David Staudt:
If you're still working on this: can you provide some more details on the XML objects and the flow of events? Sample XML request/response and or a network packet capture of the scenario would be most helpful.
this is the request I do:
via JTapi method Terminal.SendData
<CiscoIPPhoneExecute>
<ExecuteItem URL="EditDial:6503"
></ExecuteItem>
</CiscoIPPhoneExecute>
And this is the Exception I get the second time:
Exception: Cti request timed out
com.cisco.jtapi.PlatformExceptionImpl: Cti request timed out
at com.cisco.jtapi.TerminalImpl.sendData(TerminalImpl.java:1128)
at com.cisco.jtapi.TerminalImpl.sendData(TerminalImpl.java:1109)
at testPush.pushEditDial(testPush.java:701)
at testPush.main(testPush.java:147)