cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2157
Views
0
Helpful
3
Replies

Cisco UDS Contact Photo Retrieval

Bryan Wulfric
Level 1
Level 1

Dear all,

I've deployed CUCM 10.5 and Open LDAP. I'm using Cisco UDS as directory server for Jabber client. In Open LDAP there is attribute jpegPhoto for each user. Here is a snippet of my jabber-config.xml :

<Directory>
  <DirectoryServerType>UDS</DirectoryServerType>
  <UdsServer>cucm.cisco.com</UdsServer>
  <UdsPhotoUriWithToken>http://10.231.1.127/%%mail%%.jpg</UdsPhotoUriWithToken>
  <BDIPhotoUriWithToken>http://10.231.1.127/mail.jpg</BDIPhotoUriWithToken>

</Directory>

I still cannot see the contact photo. Is there anything else that need to be configured in CUCM, or in jabber-config.xml?

Thanks.

3 Replies 3

Md Hasan
Cisco Employee
Cisco Employee

Please try %%uid%% with uid being the userid of CUCM username. BDIPhotoUriWithToken possibly not valid because that is for LDAP type contact sources for non-windows client.

Hi Md Hasan,

Thanks for your comment. I've tried to follow your suggestion but it's still not working.

I tried to open the photo URI using web browser, but it won't opened. Maybe we need to enable web server in the Open LDAP server for this to work?

Thanks.

Hi Bryan,

If you are using UDS for contact resolution you will need to configure a webserver to host the photos. If you can not open the photos in a web browser using the format of the link (http://1.1.1.1/username.jpg), the jabber client will not be able to pull the photos.

There is a good article on UDS contact photo retrieval here (check out the "2. UDS contact photo retrieval" section).

https://supportforums.cisco.com/discussion/11501136/having-problems-getting-photos-display-jabber-windows-client

Does this help?