12-18-2002 12:19 PM - edited 03-12-2019 10:00 PM
I tried modifying the xmldirectory.asp file, but was unsuccessful. But then again, I'm not a an experienced html programmer. Has anyone done this? Is this possible? I just want to change this to something more meaningful to the customer.
Thanks.
12-27-2002 11:47 AM
I guess you contact cisco's developer program support for this issue. More details at:
http://www.cisco.com/univercd/cc/td/doc/product/voice/vpdd/cdd/3_1/tapi/tap_pref.htm#xtocid16
12-31-2002 12:04 PM
I ran into the same problem b/c that page is using more complex code than standard xml examples the developers support shows. I just needed to add an option for calling our HelpDesk. I created a new form and pointed the enterprise parameters to it instead. Test on one phone until you know it is solid then change the enterprise paramter and restart all your phones.
<%@ Language=JavaScript %>
<%
var serverIP = Request.ServerVariables("LOCAL_ADDR");
Response.ContentType = "text/xml";
%>
01-09-2003 02:25 PM
Did you get all you needed? We modified that file with Cisco on-site and set it up to point at other cluster's directories where we could show corporate directories for many sites from one phone.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide