Hi,
i need to test a background but before uploading it to cucm, i would like to test using this html code but i get webpage cannot be found. The phone is 8845
<HTML>
<BODY>
<FORM action="http://192.168.1.1/CGI/Execute" Method="POST">
<TEXTAREA NAME="XML" style="width:500px;height:300px">
<CiscoIPPhoneExecute>
<setBackground>
<background>
<image>http://192.168.1.1/Test.png</image>
<icon>http://192.168.1.1/Test_tn.png</icon>
</background>
</setBackground>
</CiscoIPPhoneExecute>
</TEXTAREA>
<BR>
<input type="submit" value="POST">
</FORM>
</BODY>
</HTML>