cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5314
Views
0
Helpful
4
Replies

CUCM LDAP filter on iphone

Justin Westover
Level 1
Level 1

I would like to point our callmanager to the root of our one domain and filter out everyone that doesn't have anything configured in the iphone attribute. Has anyone done this or know if it is possible? If so, can you please provide the filter necessary to do this. Thanks.

4 Replies 4

garethpeart
Level 3
Level 3

Try otherPhoneNumber=IPphone in the

Gareth

Here is a simple filter that should work...

(ipPhone=*)

Or if you want define the whole filter..

(&(objectCategory=person)(objectClass=user)(ipPhone=*)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))

Please rate all useful posts

"'Nature is too thin a screen, the glory of the omnipresent God bursts through it everywhere"-Ralph Waldo Emerson

Please rate all useful posts

I actually figured it out. I went to AD and created a custom query and used the query string in Callmanager, worked great. Here is the string i used in callmanager:

(&(objectCategory=user)(objectClass=user)(ipPhone=*))

Essentially it says, if the user OU=user and the there is something present in the ipPhone field, list it.

It is not working for me at all. I tried many combinations and the results are as follows:

I can't see the Call button. It is always grayed out. If I call the person directly once, the phone shows in the field "otherPhoneNumber". Only then I can see the Call button not being grayed out.

When I check the user's profile, Work Phone is showing as the user's e-mail address. I looked everywhere for a possible error, but all referenced fields that contain "mail" are in its proper place.

I don't know what else to do.

CUCM 10.5.1

CUCM IM and P 10.5.1

Any help is appreciated!

Best regards to all