« Back to IP Phone Services Questions

Why the phone return the http code :405

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
i try to push this xml to phone
<CiscoIPPhoneExecute>";
<ExecuteItem Priority=\"0\" URL="http://10.2.1.29/index.html">
</CiscoIPPhoneExecute>

but phone return http code 405, please tell me why ,thanks

There are a few nominal errors in your XML object as posted (backslahes, extra quote/comma) but that's probably from cut/paste.

I would check:

  • Phone's internal web server is enabled in CCM admin web UI
  • You are using HTTP POST to send the Execute object to the phone
  • Youare POSTing to the right URL: http://<phoneIP>/CGI/Execute