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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use EXCEL sheet as Database for CCM directory list ASP program

Status
Not open for further replies.

sbind77

Programmer
Oct 2, 2001
29
US
Hi Everyone

I need to design a sample program for CISCO call manager.
I am 100% new to this kind of program.I am here trying to explain my problem. Any help is highly appreciatable .

Problem 1
-----------
currently in the IP Phone, we have ability to search the phone number of a person either by lastname or firstname or telephone number(we have 3 search fields). I need to customise this search by single search entry in which I can give either first name or last name.

Problem 2
----------
I need to customise the Directory List program to fetch the Data from EXCEL sheet.

Below is a piece of the code from the directory list ASP file.I need to point the userInfolist to a Excel file and try to do the search in the excel file.

var userInfoList = new ActiveXObject("DBLX.UserInfoListX");
var startText = String(&quot;<CiscoIPPhoneDirectory>&quot;);
var endText = String(&quot;</CiscoIPPhoneDirectory>&quot;);
var count = 0;

var end = 0;
var listCount = 0;
var maxListSize = 32;
var currentStart;

var processConfigList = new ActiveXObject(&quot;DBLX.ProcessConfigListX&quot;);
processConfigList.SelectEnterpriseWide();


Pls let me know if further explanation or code needed.

Thanks
Balachandar




Thank You
sbind77
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top