cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1721
Views
5
Helpful
1
Replies

jabber-config.xml field mappings

Matthew Miktus
Spotlight
Spotlight

Good day, all.

it would appear Jabber can only display 4 specific phone related fields - business phone, mobile phone, home phone and other phone.


using the jabber-config.xml i've mapped these fields to those I wish to pull from AD and this is working as expected.  The question is, can i modify "home phone" or "other phone" to say something else like "Work 2", or "Pager" or something that will better match the field being pulled from AD?  Or are these fields locked down?  My customer is using all 4 fields and doesn't like that alternate numbers are displayed as "Home" or "Other"

 

=======config example========

  <Directory>
    <DirectoryServerType>EDI</DirectoryServerType>
    <PrimaryServerName>10.1.XXX.XXX</PrimaryServerName>
    <ServerPort1>389</ServerPort1>
    <SecondaryServerName>10.8.XXX.XXX</SecondaryServerName>
    <ServerPort2>389</ServerPort2>
    <SearchBase1>OU=Employees,OU=Accounts,OU=XXXX,DC=XXXX,DC=org</SearchBase1>
    <UseWindowsCredentials>0</UseWindowsCredentials>
    <ConnectionUsername>XXXX@XXXX.org</ConnectionUsername>
    <ConnectionPassword>XXXX</ConnectionPassword>
    <BusinessPhone>ipPhone</BusinessPhone>
    <HomePhone>telephoneNumber</HomePhone>
    <OtherPhone>pager</OtherPhone>

  </Directory>
<!-- LDAP Directory configuration for Mac platform clients -->
  <Directory>
    <DirectoryServerType>BDI</DirectoryServerType>
    <BDIPrimaryServerName>10.1.XXX.XXX</BDIPrimaryServerName>
    <BDIServerPort1>3268</BDIServerPort1>
    <BDISearchBase1>OU=Employees,OU=Accounts,OU=XXXX,DC=XXXX,DC=org</BDISearchBase1>
    <BDIPresenceDomain>XXXX.org</BDIPresenceDomain>
    <BDIConnectionUsername>XXXX@XXXX.org</BDIConnectionUsername>
    <BDIConnectionPassword>XXXX</BDIConnectionPassword>
    <BDIBusinessPhone>ipPhone</BDIBusinessPhone>
    <BDIHomePhone>telephoneNumber</BDIHomePhone>
    <BDIOtherPhone>pager</BDIOtherPhone>

  </Directory>
</config>

1 Reply 1

Matthew Miktus
Spotlight
Spotlight

I'm going to assume, at this point, the answer is No, but i'm humbly suggesting this capability be added to future releases of jabber.  

 

Thanks