cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
384
Views
0
Helpful
3
Replies

Corporate Directory Rename,

m.batts
Level 4
Level 4

Hi,

Can someone tell me how to rename the Corporate directory title on the IP phones when you hit the directories button.I would like to replace the word "Corporate" with the name of our company.

thanks

Mark

3 Replies 3

jbarcena
Level 9
Level 9

Go to your CCM server and look for the xmldirectoryinput.asp that is under

C:\CiscoWebs\IPPhoneServices\CCMCIP

then change the name of Corporate Directory to your company's name.

HTH

//Jorge

Did you mean the xmldirectory.asp file? the xmldirectoryinput.asp contains the search functions. I want to alter the option #4 under directories. I did change the xmldirectory.asp file, but still the corporate directory option remained.

MCC

<%@ Language=JavaScript %>

<%

%>

<%

function getBaseURL()

{

var scriptName = Request.ServerVariables("SCRIPT_NAME") ;

var endloc = String(scriptName).lastIndexOf("/") ;

var baseURL = "http://"+ serverName + String(scriptName).substr(0, endloc + 1) ;

return baseURL ;

}

try

{

var name = String(Request.QueryString("Name").Item);

Response.ContentType = "text/xml";

Response.Buffer = true;

//Response.Write("\r\nSelect a

directory\r\n\r\nCorporate Directory\r\n" + getBaseURL() +

"xmldirectoryinput.asp\r\n\r\n");

%>

<% = outputString( dictionary.xmldirectoryMsgPagePrompt,

"dictionary.xmldirectoryMsgPagePrompt" ) %>

<% = outputString( dictionary.lblCorporateDirectory,"dictionary.lblCorporateDirectory"

) %>

<% = getBaseURL() %>xmldirectoryinput.asp

<%

}

catch (err)

{

Response.Clear();

Response.Write(dictionary.msgGeneralError + " ( "+ name + " )");

Response.AppendToLog(name + ":" + err.number + ":" + err.description);

}

Response.Flush();

%>

Not too sure where to edit the tag. I edited the tag that Corporate Directory was under but that did not do the trick.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: