Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
As you know, we can use the Department Name to search a user from Global Directory using Advanced Search Option. Only three options (FirstName, LastName & Number) are provided in the Corporate Directory of IP Phone.What I want to do is to add or use ...
I think this document will help you.http://www.cisco.com/en/US/customer/products/ps6469/prod_troubleshooting_technique09186a00804e8058.htmlIf you can't see the boot menu, maybe you should checkthe cd you burned.
Maybe it is just a simple XML output problem.Because I am also new to IP Phone Services Development,I can't point put where to check.If you can show us the script you created (or thepart of XML output), there will be more people canhelp you.
I can show you how to specific "SearchByOtherField".For example, s.SearchByOtherField("departmentNumber", dept) will search the DC using department.It's using SearchByName(Line 177) and SearchByPhoneNumber(Line 181) in multidirectory.asp.You can chan...