Seems like noone uses XML on these phones as I have found a number of bugs as follows:
1) The Header Refresh MUST have a URL specified. This is optional in the standard
2) Sending a Softkey Cancel in a CiscoIPPhoneExecute crashes the phone. request reboot type=4 reason=System 4(8000) in Syslog.
I am trying to time out a text box using Refresh with a cancel softkey execute.
Does anyone have any other ideas on how I can do this?
Thanks
Mike
As that's XML, you probably need to escape the & symbol... &
Thanks Steve but Refresh URL only has a single parameter so no &. Do you know the correct format of the header? I am using PHP.
Thanks
Mike
Interesting, I appear to have replied to the wrong thread..
I dont know about the refresh, but historicly (i.e. 7900 series) the CiscoIPPhoneExecute is for sending to the phone via an HTTP post, not as a reply to a GET. Not sure if this is relevant, but might explain why the phone is crashing (i.e. wasn't a tested scenario).
The XML parser in the 50x series phones does seem a little... sketchy at times.
S