04-09-2015 09:34 PM - last edited on 03-25-2019 08:54 PM by ciscomoderator
I wirte a xml for contact photo of jabber , then i upload the xml to the cucm server,and restart tftp service.
After i try to login on windows jabber client ,the windows jabber client can receive contact photo from win2008`s AD server.
But i try to login on iOS or android jabber client,my jabber client cannot receive contact photo rom win2008`s AD server.
I try to modify jabber xml config,but i always can`t succeed .i don`t known where had problem for jabber xml.
I wish anybody can help me processing this problem!!!!!
my jabber version is 10.6,my cucm version is 10.5,my cups version is 10.5
<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
<Directory>
<DirectoryServerType>EDI</DirectoryServerType>
<ConnectionType>0</ConnectionType>
<PrimaryServerName>192.168.10.196</PrimaryServerName>
<ServerPort1>389</ServerPort1>
<UseWindowsCredentials>0</UseWindowsCredentials>
<ConnectionUsername>administrator</ConnectionUsername>
<ConnectionPassword>8888</ConnectionPassword>
<SearchBase1>OU=link users,DC=link,DC=com</SearchBase1>
<MinimumCharacterQuery>2</MinimumCharacterQuery>
<PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled>
<PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken>
<PhotoUriWithToken>http://192.168.10.196/sAMAccountName.jpg</PhotoUriWithToken>
</Directory>
<Directory>
<DirectoryServerType>BDI</DirectoryServerType>
<BDIPrimaryServerName>192.168.10.196</BDIPrimaryServerName>
<BDIServerPort1>389</BDIServerPort1>
<BDIEnableTLS>False</BDIEnableTLS>
<BDIPresenceDomain>link.com</BDIPresenceDomain>
<BDIConnectionUsername>cn=administrator,cn=users,dc=link,dc=com</BDIConnectionUsername>
<BDIConnectionPassword>8888</BDIConnectionPassword>
<BDISearchBase1>OU=link users,DC=link,DC=com</BDISearchBase1>
<BDIPhotoUriSubstitutionEnabled>true</BDIPhotoUriSubstitutionEnabled>
<BDIPhotoUriSubstitutionToken>sAMAccountName</BDIPhotoUriSubstitutionToken>
<BDIPhotoUriWithToken>http://192.168.10.196/sAMAccountName.jpg</BDIPhotoUriWithToken>
</Directory>
</config>
Solved! Go to Solution.
04-09-2015 10:49 PM
Hola,
Usa la herramienta de este link:
https://supportforums.cisco.com/document/106926/jabber-config-file-generator
Al momento de llenar el formulario, utiliza la opción EDI y llena el resto con los parámetros de tus servicios.
Yo utilicé este parámetro en cuanto a la selección de fotos.
04-10-2015 11:49 AM
You're NOT supposed to have two <Directory></Directory> tags, you need to include ALL settings in just one, do make sure to have EDI settings and BDI settings separated and not mix them.
Jabber will choose the right set of settings depending the client.
04-09-2015 10:49 PM
Hola,
Usa la herramienta de este link:
https://supportforums.cisco.com/document/106926/jabber-config-file-generator
Al momento de llenar el formulario, utiliza la opción EDI y llena el resto con los parámetros de tus servicios.
Yo utilicé este parámetro en cuanto a la selección de fotos.
04-14-2015 10:09 PM
Can you give me some Detailed Description and Steps ??
Thank you!
09-15-2015 10:16 AM
Hola,
Disculpa la demora, en el for del enlace encuentras la descripción de como utilizar la plantilla, solo procura utilizar los datos que te indiqué en el mensaje anterior.
https://supportforums.cisco.com/document/106926/jabber-config-file-generator
04-10-2015 11:49 AM
You're NOT supposed to have two <Directory></Directory> tags, you need to include ALL settings in just one, do make sure to have EDI settings and BDI settings separated and not mix them.
Jabber will choose the right set of settings depending the client.
04-14-2015 10:05 PM
Hi
I do based on your tips related to modifications, but still can not properly display the contact pictures on IOS or Android jabber client.
Can you give me a succeed xml about the ios or android platform??Because for this area tech no boday can help me at my company.
I wish anybody can give me some suggest!
Thank you!!
<?xml version="1.0" encoding="utf-8"?>
<config version="1.0">
<Directory>
<DirectoryServerType>EDI</DirectoryServerType>
<ConnectionType>0</ConnectionType>
<PrimaryServerName>192.168.10.196</PrimaryServerName>
<ServerPort1>389</ServerPort1>
<UseWindowsCredentials>0</UseWindowsCredentials>
<ConnectionUsername>administrator</ConnectionUsername>
<ConnectionPassword>8888</ConnectionPassword>
<SearchBase1>OU=link users,DC=link,DC=com</SearchBase1>
<MinimumCharacterQuery>2</MinimumCharacterQuery>
<PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled>
<PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken>
<PhotoUriWithToken>http://192.168.10.196/sAMAccountName.jpg</PhotoUriWithToken>
<DirectoryServerType>BDI</DirectoryServerType>
<BDIPrimaryServerName>192.168.10.196</BDIPrimaryServerName>
<BDIServerPort1>389</BDIServerPort1>
<BDIEnableTLS>False</BDIEnableTLS>
<BDIPresenceDomain>link.com</BDIPresenceDomain>
<BDIConnectionUsername>cn=administrator,cn=users,dc=link,dc=com</BDIConnectionUsername>
<BDIConnectionPassword>8888</BDIConnectionPassword>
<BDISearchBase1>OU=link users,DC=link,DC=com</BDISearchBase1>
<BDIPhotoUriSubstitutionEnabled>true</BDIPhotoUriSubstitutionEnabled>
<BDIPhotoUriSubstitutionToken>sAMAccountName</BDIPhotoUriSubstitutionToken>
<BDIPhotoUriWithToken>http://192.168.10.196/sAMAccountName.jpg</BDIPhotoUriWithToken>
</Directory>
</config>
04-17-2015 01:48 AM
Hi, i successed config jabber for win 、mac、iPhone、android.they can recive photo from AD.
thank you!!
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