cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
250
Views
0
Helpful
1
Replies

how can i create this service with changing logo´s?

markus.bina
Level 1
Level 1

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

1 Reply 1

markus.bina
Level 1
Level 1

i have been able to resolve the first question by myself. i only had to create a gif image- convert it to xml- and paste the data into the lines above.

but my second question still is unresolved- can i create an idle service for 7970 that changes pictures automatically?

regards

markus