04-02-2018 02:33 PM - edited 03-17-2019 12:32 PM
I am sending an XML object to 8861 through HTTP post, but the device responds with 404 error.
HTTP Post request:
1. Basic authentication, User name/Password = username displayed on the device/password set on the device (Settings->Device Administration-> Set Password)
2. HTTP Body:
<?xml version="1.0" encoding="utf-8" ?>
<CiscoIPPhoneExecute>
<ExecuteItem URL="Dial:1234"/>
</CiscoIPPhoneExecute>
3. URL: http://<device ip addr>/CGI/Execute
If the failure is because of incorrect credentials, can someone point me to the correct user name, password, how to configure un/pwd on the device?
This phone is connected to broadsoft server and the firmware version is sip88xx.11-1-1MES-9. What are the configuration settings need to be enabled on the device?
I have to close this shortly and running out of time. Can someone help me to identify the solution to this issue?
04-02-2018 05:18 PM
I am stabbing in the dark here, but did you set a sip digest cred on the phone's DN?
04-03-2018 08:45 AM
No luck. Seeing the same issue for both basic & digest auth inspite of setting creds on Broadsoft SIP server portal.
04-04-2018 02:10 PM
404 Error means that the server was able to communicate with the phone but could not find the requested link.
try:
http://youipaddress/CGI/Screenshot and see if you can successfully authenticate.
Also check if web access is enabled on your device (on CUCM)
04-05-2018 02:00 PM
My phones are 3rd Party Call Control (3PCC) phones, they are not configured with CUCM instead they are configured with Broadsoft server.
I ensured Web access is enabled on 3PCC user interface.
04-06-2018 09:39 AM
I'm not sure how broadsoft server works. But have you successfully authenticated yourself at http://xx.xx.xx.xx/CGI/Screenshot?
And how exactly are you sending the XML packet to the device?
04-06-2018 02:04 PM
/CGI/Screenshot - did not work
I am sending XML payload in the body of HTTP POST request through a rest client application (postman)
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