cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
281
Views
0
Helpful
2
Replies

IP Phone Services - Rotate Images?

scott.weismann
Level 1
Level 1

I've been working with one of my web guys and we can't seem to figure this out. I have three images that I want to rotate thru on a 7960 phone via the idle url. I'm using the code below to pull up an image. According to the Cisco documents, I should be able to add response.addheader ("Refresh", "3", URL) and it should go to the next logo but it's not. How do I get this to work?

<%

Set mydoc = Server.CreateObject("Microsoft.XMLDOM")

mydoc.async = False

mydoc.load(Server.MapPath("logo.xml"))

Response.ContentType = "text/XML"

Response.write mydoc.xml

%>

2 Replies 2

neil.woolloff
Level 1
Level 1

visit ccmstuff.net

I know the site is on the old side, but he done that using images of tom and jerry and the simpsons.

Thinking that you could use these as a starter to build yours from.