Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rotating images in Call Manager

Status
Not open for further replies.

jimbohookem

Programmer
Jul 26, 2007
1
US
Hello, I found two prior article that are close
thread851-633914
thread851-762504
but doesn't seem to address my problem specifically. I'm not a Cisco Engineer, I'm acutally a web developer who's helping the Ciso Engineer. But this problem is definitely an ASP issue.

Everything works fine but when the Response.ContentType = "text/xml", the page refresh (Response.AddHeader "Refresh", "5;URL=http://localhost/ReturnXML2.asp") does not work.

When I remove the ContentType or change to "text/plain" the redirection works but on a test ASP page but the phone then doesn't render the image.

Can anyone shed some light on why the redirect/refresh doesn't work when the ContentType = "text/xml"?


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top