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

Config Jabber Client - Hidding Numbers

Mats Andersson
Level 1
Level 1

Hi

We are soon trying to go live with Calls in Jabber, but we have a problem 

in are AD we have setup alot of numbers that are for SMS list and other stuff 

and we really just want to show one number for the user 

witch is the Ipphone field from the AD

as seen in the picture bellow i have 4 numbers. but i want to change this to Iphone field only 

1 Accepted Solution

Accepted Solutions

Jaime Valencia
Cisco Employee
Cisco Employee

You can change the mapping in the .xml for those fields to a bogus/empty LDAP field.

HTH

java

if this helps, please rate

View solution in original post

4 Replies 4

Jaime Valencia
Cisco Employee
Cisco Employee

You can change the mapping in the .xml for those fields to a bogus/empty LDAP field.

HTH

java

if this helps, please rate

<config version="1.0">
<Policies>
<ServiceDiscoveryExcludedServices>WEBEX</ServiceDiscoveryExcludedServices>
<TelemetryEnabled>false</TelemetryEnabled>
<TelemetryEnabledOverCellularData>false</TelemetryEnabledOverCellularData>
</Policies>
<DirectoryAttributeMapping>
<MobilePhone>facsimileTelephoneNumber</MobilePhone>
<BusinessPhone>facsimileTelephoneNumber</BusinessPhone>
<HomePhone>facsimileTelephoneNumber</HomePhone>
<OtherPhone>facsimileTelephoneNumber</OtherPhone>
<IpPhone>ipPhone</IpPhone>
</DirectoryAttributeMapping>
</config>

This is what i added, what did i do wrong? ( it aint working) 

Did you reset Jabber?? Most likely you're still seeing the info that's in the cache.

HTH

java

if this helps, please rate

ofcs i dint haha, sorry. but funny story everything works but not <IpPhone>ipPhone</IpPhone> - i dont get this nummer in 

Sorry for a slow reply Jaime was sick. 

And thank you btw 

EDIT: So i found the error, we dint sync the Ipphone in CUCM 

Thank you Again Jaime!