05-22-2008 07:08 AM - edited 03-13-2019 05:16 PM
Hi,
I am trying to push an XML message on Cisco IP Phone(SoftPhone) but I am getting CiscoIPPhoneError="0". Just by chance it has happenned that it works on only one softphone, means that the code i am writing is ok. Also I unserstand the concept of associating user to IP phone for allowing Push to work.
Please let me know of any other configuration or authorization settings that need to be done. I have been working on the same problem for quite some time now and i am really looking forward for a solution to this. I am anyways mentioning the code i have used:
-------------------------------------
<body>
<FORM name="Form1" action="http://IPofPhone/CGI/Execute" method="POST">
<P>
<INPUT type="text" name="XML" value="<CiscoIPPhoneExecute><ExecuteItem Priority="0" URL="http://urltobeexecuted" /></CiscoIPPhoneExecute> " />
</P>
<P>
<INPUT type="Submit" name="button1" value="Submit" />
</P>
</FORM>
</body>
----------------------------------------
this code is written in a jsp.
It would be really gr8 if someone can help me over this.
Thanks & Regards,
Sid
05-22-2008 08:18 AM
Reboot the phone. If that doesn't help, reboot the cluster, then try again.
05-22-2008 09:49 PM
Tried many a times but to no avail
:(
05-23-2008 04:26 AM
Using IE?
Try Firefox.
Starting some time ago, I'm completely unable to make any POSTS to any phone in IE but Firefox works just fine (I do get another error in IE though.. it seems like it cannot connect properly).
05-25-2008 08:54 PM
Hi,
Tried with Mozilla also...Same Result....
05-25-2008 11:42 PM
I noted that after the url to be executed, you have a ;
I don't think that belongs there.
Here's an example of a html page that I use to push information to my phones when I need to make tests (I've been too lazy to write a proper JTAPI app with a GUI and everything).
As I said though, some time ago this stopped working using IE but it still works fine using Firefox (I also have trouble downloading screenshots using IE.. another thing that works fine with Firefox).
05-26-2008 02:10 AM
Sorry on my part that I left a semi colon.
I in fact copied whole of your text and tried to run it but still got the same error.
I have been able to push messages on only 1 phone. On all other phones I am getting the same error.
I am also trying it by using firefox but stil getting the same errors.
Any there any configurations that I need to make on Call Manager that allows a web application to have access on the phone??
05-26-2008 07:59 AM
Well, if it were a configuration issue (you need to associate phones with a user) then you'd get an authentication error, not one of those errors that do not exist.
I think all you can do now is open a developer case to get to the bottom of this. I'm certainly all out of ideas.
05-27-2008 01:43 AM
Hi,
Thanks a lot for ur support. Please let me know as to how I can open a developer case.
Thanks a Lot,
Sid
05-27-2008 06:21 AM
You need a developer support contract which runs you about $2000 per year. Here are the details: http://www.cisco.com/en/US/products/svcs/ps3034/ps5408/ps5418/serv_home.html
06-23-2020 07:36 AM
Hi Stephan,
I am trying to mute myself from the call using JTAPI by using sendData(byte[]) and send the following XML to this:
<CiscoIPPhoneExecute><ExecuteItem Priority="0" URL="Key:Mute"/></CiscoIPPhoneExecute>
This is working on Cisco IP communicator but not working on Cisco Jabber softphone. Any suggestions on this..?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide