Filtering in Cisco Unified Communications Manager using AXL programming
Posted
by Santhosha Kaldambe
on Server Fault
See other posts from Server Fault
or by Santhosha Kaldambe
Published on 2010-06-09T06:29:07Z
Indexed on
2010/06/09
6:32 UTC
Read the original article
Hit count: 362
Hi,
I want to implement a Application which gets values from CUCM resource. I am currently using the AXL snippet
<firstname>FirstNameFilter</firstname><lastname>LastNameFilter</lastname>
This will work as & between two filters. for example my filter is
FirstNameFilter = sam*
LastNameFilter = joy*
this will return the entries which satisfies both the filters. But i want to filter in such a way that we need to or this filter like i need to get the users with First Name is sam* or last name = joy*. Whether anyone did such AXL programming?
It will be very helpful if i get the answer for this!
Thanks
Santhosh
© Server Fault or respective owner