hello!
at www.ccmstuff.org -there are a view samples of services with changing logos/pictures.
the service southpark or Tom and Jerry- they have 4 asp files- in the asp files there is the url to the next picture to display and the pictureinformation itself: (you can find this samples at www.ccmstuff.org -> ip services
<%@ Language=JavaScript%>
<%
var serverIP;
serverIP = Request.ServerVariables("LOCAL_ADDR");
Response.AddHeader("Refresh", "2; url=http://" + serverIP + "/services/tj2.asp");
Response.ContentType = "text/xml";
try
{
Response.Write("<CiscoIPPhoneImage>\r\n");
Response.Write("<LocationX>-1</LocationX>\r\n");
Response.Write("<LocationY>-1</LocationY>\r\n");
Response.Write("<Width>122</Width>\r\n");
Response.Write("<Height>62</Height>\r\n");
Response.Write("<Depth>2</Depth>\r\n");
Response.Write("<Data>0000000000000</Data>\r\n");
Response.Write("<Title>Temporary title</Title>\r\n");
Response.Write("<Prompt></Prompt>\r\n");
Response.Write("</CiscoIPPhoneImage>\r\n");
}
catch(err)
{
//Nothing
}
Response.End();
Session.Abandon();
%>
how can i create my own picture and put it into such an asp file?
do you have any ideas?
is there a possibility to do the same for 7970 with color-images. i mean that i have an ifle url that displays automatically changing color pictures?
would be great if someone can help me
regards
markus