cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4388
Views
5
Helpful
0
Comments

     

     

    Introduction

    This document describes how to enable the Meetings Tab in the Jabber for windows client.

     

    Enable Meetings Tab on Cisco Jabber for Windows Client

    Set Meetings_Enabled to true/false to add/remove the Meeting Tab from Jabber for windows client.

    Using the key Meetings_Enabled in the jabber-config.xml should allow the user to change the configuration:

    ----Enables meetings capabilities in the client. Works in conjunction with the CalendarIntegrationType parameter. true (default)
    ----Enables meetings capabilities, allowing you to create meetings and get reminders to join meetings. false Disables meetings capabilities and user interface

     

     

    This setting can be enabled in the Jabber client by configuring policies in the jabber-config.xml file.


    <Policies>

    <Meetings_Enabled>true</Meetings_Enabled>

    <Voicemail_Enabled>true</Voicemail_Enabled>

    <EnableCallPickup>true</EnableCallPickup>

    <EnableHuntGroup>true</EnableHuntGroup>

    </Policies>

     

    The following is an example of a configuration file used in an on-premises deployment for all clients:

    <?xml version="1.0" encoding="utf-8"?>
    <config version="1.0">
    <Client>
    <PrtLogServerUrl>http://server_name:port/path/prt_script.php</PrtLogServerUrl>
    <jabber-plugin-config>
    <browser-plugin>
    <page refresh="true" preload="true">
    <tooltip>Cisco</tooltip>
    <icon>http://www.cisco.com/web/fw/i/logo.gif</icon>
    <url>www.cisco.com</url>
    </page>
    </browser-plugin>
    </jabber-plugin-config>
    </Client>
    <Options>
    <Set_Status_Inactive_Timeout>20</Set_Status_Inactive_Timeout>
    <StartCallWithVideo>false</StartCallWithVideo>
    </Options>
    <Policies>
    <Meetings_Enabled>true</Meetings_Enabled> <Voicemail_Enabled>true</Voicemail_Enabled>
    <Disallowed_File_Transfer_Types>.exe;.msi</Disallowed_File_Transfer_Types>
    </Policies>
    <Directory>
    <BDIPresenceDomain>example.com</BDIPresenceDomain>
    <BDIPrimaryServerName>dir.example.com</BDIPrimaryServerName>
    <BDISearchBase1>ou=staff,dc=example,dc=com</BDISearchBase1>
    <BDIConnectionUsername>ad_jabber_access@example.com</BDIConnectionUsername>
    <BDIConnectionPassword>jabber</BDIConnectionPassword>
    <BDIPhotoUriSubstitutionEnabled>True</BDIPhotoUriSubstitutionEnabled>
    <BDIPhotoUriSubstitutionToken>sAMAccountName</BDIPhotoUriSubstitutionToken>
    <BDIPhotoUriWithToken>http://example.com/photo/sAMAccountName.jpg
    </BDIPhotoUriWithToken>
    </Directory>
    </config>

     

    Related Information

    Deployment and Installation Guide for Cisco Jabber, Release 10.5

    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: