cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1125
Views
0
Helpful
2
Replies

Cisco Jabber for Desktop more than 3 phones from LDAP

Jericho1979
Level 1
Level 1

Hi

Is it possible to take and display more than 3 phones from MS Active Directory in Cisco Jabber for Desktop interface?

I mean by default Cisco Jabber uses three phones: telephoneNumber (BusinessPhone), mobile (MobilePhone), home (HomePhone). But what if my users in AD have 4 and more phones (Fax, Pager, IP Phone, etc.).

2 Replies 2

srichardson
Level 4
Level 4

Yes, you should be able to do this by creating a jabber-config.xml file per the following instructions:

http://www.cisco.com/en/US/docs/voice_ip_comm/jabber/Windows/9_1/JABW_BK_CA48EE46_00_cisco-jabber-for-windows-administration_chapter_0101.html#JABW_CN_G2B2641C_00,

but it looks as if you are limited to 4, since there are only 4 number attributes and there is not a way to customize the name on the Jabber interface:

http://www.cisco.com/en/US/docs/voice_ip_comm/jabber/Windows/9_1/JABW_BK_CA48EE46_00_cisco-jabber-for-windows-administration_chapter_0101.html#JABW_RF_AA1BEF05_00

It requires that you are using EDI not UDS directory lookups, which it sounds like you are (default).

Your xml will look similar to this.

<?xml version="1.0" encoding="utf-8"?>

<config version="1.0">

<Client>

</Client>

<Directory>

<DirectoryServerType>EDI</DirectoryServerType>

<BusinessPhone>ipPhone</BusinessPhone>

<MobilePhone>mobile</MobilePhone>

<HomePhone>homePhone</HomePhone>

<OtherPhone>telephoneNumber</OtherPhone>

</Directory>

<Options>

</Options>

<Policies>

</Policies>

</config>

Thanks,

but are there any plans to see this feature in the future releases (customize display name, customize a number of records)?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: