cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
480
Views
0
Helpful
4
Replies

Multiple directories

p.abbeel
Level 1
Level 1

Hi,

What is the finest way to add multiple directories behind the directory phone button of an IP Phone?

Example:

1. Company A listing

2. Company B listing

3. Company C listing (*)

For example the directory listing of Company C is a listing of shortcodes towards an external company? In other words; this listing can not be retrieved from the Call Managers.

Thanks a lot,

Peter

4 Replies 4

p.abbeel
Level 1
Level 1

Anyone? :-)

Check on Enterprise Parameters Configuration «Phone URL Parameters» to find out ther responsebe server for directory. On that CCM server open file: c:\CiscoWebs\IPPhoneServices\CCMCIP\xmldirectory.asp

In file find

<% = outputString( dictionary.xmldirectoryMsgPagePrompt, "dictionary.xmldirectoryMsgPagePrompt" ) %>

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

<% = getBaseURL() %>xmldirectoryinput.asp

and insert this before last line () :

Company A listing

http://web_A/directory.asp

Company B listing

http://web_B/directory.asp

Company C listing

http://web_C/directory.asp

this will add 3 more line (menu item) in Directory.

I hope this help you.

Hi,

How does the script (directory.asp) looks like for each individual directory? Do you have an example of this?

Thanks a lot for your help,

Peter

directory.asp is only name example. In URL section you put http link to same web server where you make application that search your database. Find out same web developer to make that application for you if you are not web developer. You can look to source code on CCM server in folder c:\CiscoWebs\IPPhoneServices\CCMCIP. The file for this is xmldirectoryinput.asp (search criteria input) and xmldirectorylist.asp (search response); here you can see how it looks like.