02-22-2015 05:23 AM
Hi I dont know if this is the right place for my question, if not please advice where I should start.
I have a cucm 8.5 with 4k phones and my company has an Internal web site what I need to know is how could I make to do a search of dn/person from that web To the cucm.
All user are local on cucm not ldap, but I really dont need to search by user.
Basically a phone is assigneed to a job positions so mostly no user is assign to phone. So just need to search against alerting name or line description.
Please give me a point of start, its also possible to develop an application with java or vb if needed.
The search should be directly made on cucm database ?? Could produce high cpu utilization?
should I push all the dbase and store externally and periodically make and update out of bussiness hours?
What you Think is best?
Thanks
Lisandro
Solved! Go to Solution.
02-23-2015 11:06 AM
You should be able to build something like this using the AXL SOAP API
https://developer.cisco.com/site/axl/overview/
The <getLine> request include a <description> field in the <searchCriteria> element, so if your search is description-based that should make it easy.
Performance is a key consideration, as you don't want to have AXL have to do a full table scan every time you do a look up. However, since 'description' is one of the available search criteria, this suggests that field should be indexed, in which case performance impact should be negligible. Please do some testing!
02-23-2015 11:06 AM
You should be able to build something like this using the AXL SOAP API
https://developer.cisco.com/site/axl/overview/
The <getLine> request include a <description> field in the <searchCriteria> element, so if your search is description-based that should make it easy.
Performance is a key consideration, as you don't want to have AXL have to do a full table scan every time you do a look up. However, since 'description' is one of the available search criteria, this suggests that field should be indexed, in which case performance impact should be negligible. Please do some testing!
02-25-2015 08:32 AM
Thanks for giving me a start point I would now start reading and analizing the option I have.. I would check your suggestion with the development team and make some test of performance..
Thanks for the help
02-26-2015 11:05 AM
Note that I identified the wrong AXL request (getLine) above:
The <getLine> request include a <description> field in the <searchCriteria> element, so if your search is description-based that should make it easy.
The request would be <listLine>, which includes the ability to specify a <searchCriteria> element, one option being to search by Description.
03-06-2015 09:50 AM
Thanks for the correction next week I would have some time to start testing it..
Thanks
Lisandro
02-23-2015 10:00 PM
Hi Lisandro,
If you would like to outsource the activity to a 3rd party Cisco IPT Applications development partner then we will be glad to help you out.
02-25-2015 08:29 AM
Thanks for the offer I would like to check first a little more before outsource.. anyways feel free to send me a private message with contact info...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide