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("<CiscoIPPhoneDirectory>"
var endText = String("</CiscoIPPhoneDirectory>"
var count = 0;
var end = 0;
var listCount = 0;
var maxListSize = 32;
var currentStart;
var processConfigList = new ActiveXObject("DBLX.ProcessConfigListX"
processConfigList.SelectEnterpriseWide();
Pls let me know if further explanation or code needed.
Thanks
Balachandar
Thank You
sbind77
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("<CiscoIPPhoneDirectory>"
var endText = String("</CiscoIPPhoneDirectory>"
var count = 0;
var end = 0;
var listCount = 0;
var maxListSize = 32;
var currentStart;
var processConfigList = new ActiveXObject("DBLX.ProcessConfigListX"
processConfigList.SelectEnterpriseWide();
Pls let me know if further explanation or code needed.
Thanks
Balachandar
Thank You
sbind77