Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I'm trying to do a http post to my cisco 7970 phone for http://phoneip/CGI/Execute with the following post information:<CiscoIPPhoneExecute> <ExecuteItem URL="http://192.168.80.1/test.php"/> </CiscoIPPhoneExecute>The response came from the phone i...
Hi, Here's my problem: I have a xml application running on my 7970 and I set it to refresh every 5 seconds. Because it has a png as a background picture which is modified on the server on-the-fly, based on user actions or an external action, i...
Hi,I wonder if it is possible to write, using JTAPI, a fullscreen application for my 7970. Can I use CallManager simulator to do this or I need a real CallManager. What do I have to do to run a hello world JTAPI application on my 7970? Thanks,Chri...
Hi,I didn't figure out how to intercept keys on 7970 ip phone (or other). I want to fire a http request when the user presses a key like 1, 2, .. etc. Any ideas?Thanks,Chris Miron
Hi, I finally made it to work. The problem was that the page used to do authentication on another http server didn't return the expected response the phone expected. Kinda silly. My authentication page, which is a php page, looks like this: e...
Hi,I modified the authentication settings like this http://mywebserver/mypage.php. I see in my webserver's log that when I'm pushing something on the phone, the phone does a http GET with the username, pass and device. What I don't understand is why...
Hi Darren,Thanks for your reply. Since I only have the phone, but not a CallManager, I don't know how to set/what are factory defaults username and password for a 7970 ip phone. Any clues? Thank you,Chris M.
I wonder if there are any specs about the protocol used to push events via CallManaged from a jtapi application to a xml application running on the phone. If not, did someone try to investigate the protocol to allow a programmer to write jtapi applic...