Cisco Jabber for Windows Features Custom Emoticons Applies to: Cisco Jabber for Windows You can add custom emoticons to Cisco Jabber for Windows by creating emoticon definitions in an XML file and saving it to the file system. Note To achieve optimal results, your custom emoticons should conform to the following guidelines:.
Dimensions: 17 x 17 pixels. Transparent background. PNG file format.

Cisco jabber Icons - Download 4 Free Cisco jabber icons @ IconArchive. Search more than 600,000 icons for Web & Desktop here.

RGB colors Procedure Step 1 Create a file named emoticonDefs.xml with any text editor. Step 2 Specify the emoticon definitions as appropriate in emoticonDefs.xml. See Emoticon Definitions for more information on the structure and available parameters for emoticonDefs.xml.
Step 3 Save and close emoticonDefs.xml. Step 4 Save emoticonDefs.xml in the appropriate directory on the file system. Cisco Jabber for Windows loads emoticon definitions from the following directories on the file system. The directory can differ depending on your operating system. For 32-bit operating systems:. Program Files Cisco Systems Cisco Jabber Emoticons.
Program Files Cisco Systems Cisco Jabber CustomEmoticons. For 64-bit operating systems:. Program Files(x86) Cisco Systems Cisco Jabber Emoticons. Program Files(x86) Cisco Systems Cisco Jabber CustomEmoticons The Emoticons folder contains the default emoticons for Cisco Jabber for Windows and the default emoticonDefs.xml. The CustomEmoticons folder does not exist by default. Administrators can create this folder to contain custom emoticon definitions to include in organizational deployments. Emoticons that you define in the CustomEmoticons folder take precedence over emoticon definitions in the default Emoticons folder.%USERPROFILE% AppData Roaming Cisco Unified Communications Jabber CSF CustomEmoticons This folder contains custom emoticon definitions for individual instances of Cisco Jabber for Windows.
Emoticons that you define in this directory take precedence over emoticon definitions in the CustomEmoticons folder in the installation directory. Step 5 Restart Cisco Jabber for Windows. Cisco Jabber for Windows loads the custom emoticon definitions in emoticonDefs.xml.
Remember: Custom emoticon definitions are available to users only if they are defined locally in emoticonDefs.xml. If you send custom emoticons to users who do not have the same emoticon definitions, those users receive the default keys, not the icons; for example:.
User A defines a custom emoticon in emoticonDefs.xml. The custom emoticon definition exists only on User A's local file system. User A sends that custom emoticon to User B.
User B receives only the default key for the custom emoticon. User B does not receive the icon. Emoticon Definitions Cisco Jabber for Windows loads emoticon definitions from emoticonDefs.xml. The following XML snippet shows the basic structure for the emoticon definitions file: The following table describes the elements and attributes for defining custom emoticons: Element or attribute Description emoticons This element contains all emoticon definitions.
Emoticon This element contains the definition of an emoticon. DefaultKey This attribute defines the default key combination that renders the emoticon. Specify any key combination as the value. This attribute is required.
DefaultKey is an attribute of the emoticon element. Image This attribute specifies the filename of the emoticon image. Specify the filename of the emoticon as the value. The emoticon image must exist in the same directory as emoticonDefs.xml. This attribute is required. Cisco Jabber for Windows supports any icon that Internet Explorer can render, including.jpeg,.png, and.gif. Image is an attribute of the emoticon element.
Text This attribute defines the descriptive text that displays in the Insert emoticon dialog box. Specify any string of unicode characters. This attribute is optional. Text is an attribute of the emoticon element.
Order This attribute defines the order in which emoticons display in the Insert emoticon dialog box. Specify an ordinal number beginning from 1 as the value. Order is an attribute of the emoticon element. This attribute is required. However, if the value of hidden is true this parameter does not take effect. Hidden This attribute specifies whether the emoticon displays in the Insert emoticon dialog box. Specify one of the following as the value: true Specifies the emoticon does not display in the Insert emoticon dialog box.
Users must enter the key combination to render the emoticon. False Specifies the emoticon displays in the Insert emoticon dialog box.
Users can select the emoticon from the Insert emoticon dialog box or enter the key combination to render the emoticon. This is the default value. This attribute is optional. Hidden is an attribute of the emoticon element. Alt This element enables you to map key combinations to emoticons. Specify any key combination as the value.
For example, if the value of defaultKey is:), you can specify:-) as the value of alt so that both key combinations render the same emoticon. This element is optional. Remember: The default emoticons definitions file contains the following key combinations that enable users to request calls from other users:.:callme.:telephone These key combinations send the callme emoticon, or communicon. Users who receive this emoticon can click the icon to initiate an audio call. You should include these key combinations in any custom emoticons definition file to enable the callme emoticon.
Emoticon Definition Example:-) ^^:-( Browser Click to Call Applies to: Cisco Jabber for Windows With Browser Click to Call, users can start a call from any of the following browsers:. Internet Explorer, from version 9.
Mozilla Firefox, from version 38.0a1. Google Chrome, from version 45 Users can highlight and right-click on any number, URI, or alphanumerical string and choose one of the following options:.
Call—Spaces and punctuation are stripped and the call is started. Call with Edit—Spaces and punctuation are stripped and the number is displayed in the Search box of the hub window. Users can edit the number before starting the call. Browser Click to Call is enabled with the CLICK2X installation parameter. If this parameter is set to ENABLED (default value), the feature is enabled.
To disable this feature, you must set the CLICK2X installation parameter to DISABLE. For more information about the CLICK2X parameter, see the Deployment Guide for your release. Click to Call from Google Chrome Click to Call from the Google Chrome browser requires user input before it can be enabled.
After users install and sign into Cisco Jabber, they must restart the Google Chrome browser. When the browser opens, a popup displays requesting users to allow installation of the 'Jabber Call' extension. Users must allow the installation by clicking Enable Extension. The extension is installed and users can now make calls by highlighting and right-clicking on any phone number that is displayed in the browser. If users do not have administrator privleges for their machine, they do not receive the popup requesting them to allow installation of the 'Jabber Call' extension. In this case, users must contact their system administrator to install the extension.
Click to Call from Mozilla Firefox Click to Call from the Mozilla Firefox browser requires user input before it can be enabled. After users install Cisco Jabber, they must restart the Firefox browser. When the browser opens, a popup displays requesting users to allow installation of the 'JabberCallAddOn' add-on. Users must allow the installation by clicking Allow this installation and Continue.
The add-on is installed and users can now make calls by highlighting and right-clicking on any phone number that is displayed in the browser. Click to Call from Internet Explorer Click to Call from the Internet Explorer browser does not require any user permissions or installations. Problem Reporting Applies to: Cisco Jabber for Windows Setting up problem reporting enables users to send a summary of issues that they encounter with the client. There are two methods for submitting problem reports as follows:. Users submit the problem report directly through the client interface. Users save the problem report locally and then upload it at a later time.
The client uses an HTTP POST method to submit problem reports. Create a custom script to accept the POST request and specify the URL of the script on your HTTP server as a configuration parameter. Because users can save problem reports locally, you should also create an HTML page with a form to enable users to upload problem reports. Before You Begin Complete the following steps to prepare your environment:. Install and configure an HTTP server. Create a custom script to accept the HTTP POST request.
Create an HTML page that enables users to upload problem reports that are saved locally. Your HTML page should contain a form that accepts the problem report saved as a.ZIP archive and contains an action to post the problem report using your custom script. The following is an example form that accepts problem reports:
Chats are saved in a folder called MyJabberChats and files are saved in a folder called MyJabberFiles. However, you can specify a different location with the AutosaveChatsLocation parameter or let users choose their own location with the AllowUserSelectChatsFileDirectory parameter. If users are allowed to set their own directory location, then the user setting takes priority over the system-defined setting. For more information about these parameters, see the Parameters Reference Guide for your release.
IBM Notes Contact Search and Calendar Integration Applies to: Cisco Jabber for Windows Cisco Jabber for Windows supports IBM Notes calendar integration in the Meetings tab of the client. Cisco Jabber also lets users search for and add local contacts from IBM Notes. To enable this integration with IBM Notes, you must set the following parameters:.
EnableLocalAddressBookSearch=true. EnableLotusNotesContactResolution=true. CalendarIntegrationType=2 The CalendarIntegrationType parameter can be overridden by users.
To enable calendar integration and contact resolution with IBM Notes, users must ensure that the Calendar integration type on the Calendar tab of the Options window is set to IBM Notes. Note In order for users to be able to successfully add IBM Notes contacts to their contact lists, the Messaging ID field in IBM Notes must contain a valid value. Contact Resolution for Incoming Calls For incoming calls, Cisco Jabber for Windows does not search the address book in IBM Notes, therefore only the phone number for an IBM Notes contact shows in the call history. If Cisco Jabber users subsequently search for the contact associated with the phone number, the call history changes to show the contact's name instead of the phone number. Integration with Microsoft Products Applies to: Cisco Jabber for Desktop Clients Cisco Jabber for Windows supports a range of Microsoft products that integrate with the application.
This section describes the support and integrations for these products. Internet Explorer Microsoft Internet Explorer 8 or later is required.
Cisco Jabber for Windows uses the Internet Explorer rendering engine to display HTML content. Cisco Jabber for Windows requires Internet Explorer active scripting to render IMs. See for instructions on enabling active scripting. Note Internet Explorer 9 users in Cloud-based deployments that use Single Sign On (SSO) get security alerts when they sign in to Cisco Jabber for Windows. Add webexconnect.com to the list of websites in the Compatibility View Settings window of Internet Explorer 9 to stop these alerts. Office Integration with the following versions of Office is supported:. Microsoft Office 2016, 32 and 64 bit.
Microsoft Office 2013, 32 and 64 bit. Microsoft Office 2010, 32 and 64 bit Office 365 Microsoft Office 365 supports different configuration types based on the plan or subscription type. Cisco Jabber for Windows has been tested with small business plan P1 of Microsoft Office 365. This plan requires an on-premises Active Directory server. Client-side integration with Microsoft Office 365 is supported with the following applications:.
Microsoft Office 2016, 32 bit and 64 bit. Microsoft Office 2013, 32 bit and 64 bit. Microsoft Office 2010, 32 bit and 64 bit. Microsoft SharePoint 2010 SharePoint Integration with the following versions of SharePoint is supported:. Microsoft SharePoint 2013.
Microsoft SharePoint 2010 Availability status in Microsoft SharePoint sites is supported only if users access those sites with Microsoft Internet Explorer. You should add the Microsoft SharePoint site to the list of trusted sites in Microsoft Internet Explorer.
Download Folder Icon Xp
Calendar Integration You can use the following client applications for calendar integration:. Microsoft Outlook 2016, 32 bit and 64 bit.
Microsoft Outlook 2013, 32 bit and 64 bit. Microsoft Outlook 2010, 32 bit and 64 bit. IBM Lotus Notes 9, 32 bit.
IBM Lotus Notes 8.5.3, 32 bit. IBM Lotus Notes 8.5.2, 32 bit.
IBM Lotus Notes 8.5.1, 32 bit. Google Calendar Microsoft Outlook Calendar Events Applies to: Cisco Jabber for Windows You must apply a setting in Microsoft Outlook so that calendar events display in Cisco Jabber for Windows. Procedure Step 1 Open the email account settings in Microsoft Outlook, as in the following example:. Select File Account Settings. Select the Email tab on the Account Settings window.
Step 2 Double-click the server name. In most cases, the server name is Microsoft Exchange. Step 3 Select the Use Cached Exchange Mode checkbox. Step 4 Apply the setting and then restart Microsoft Outlook.
When users create calendar events in Microsoft Outlook, those events display in the Meetings tab. Microsoft Outlook Presence Integration Applies to: Cisco Jabber for Desktop Clients To enable integration with Microsoft Outlook, you must specify SIP:user@cupdomain as the value of the proxyAddresses attribute in Microsoft Active Directory. Users can then share availability in Microsoft Outlook.
Use one of the following methods to modify the proxyAddresses attribute:. An Active Directory administrative tool such as Active Directory User and Computers The Active Directory User and Computers administrative tool allows you to edit attributes on Microsoft Windows Server 2008 or later.
ADSchemaWizard.exe utility The ADSchemaWizard.exe utility is available in the Cisco Jabber administration package. This utility generates an LDIF file that modifies your directory to add the proxyAddresses attribute to each user with the following value: SIP:user@cupdomain.
You should use the ADSchemaWizard.exe utility on servers that do not support the edit attribute feature in the Active Directory User and Computers administrative tool. You can use a tool such as ADSI Edit to verify the changes that you apply with the ADSchemaWizard.exe utility.
The ADSchemaWizard.exe utility requires Microsoft.NET Framework version 3.5 or later. Create a script with Microsoft Windows PowerShell Refer to the appropriate Microsoft documentation for creating a script to enable presence in Microsoft Outlook. Enable Presence with the Active Directory User and Computers Tool Complete the following steps to enable presence in Microsoft Outlook for individual users with the Active Directory User and Computers administrative tool: Procedure Step 1 Start the Active Directory User and Computers administrative tool. You must have administrator permissions to run the Active Directory User and Computers administrative tool. Step 2 Select View in the menu bar and then select the Advanced Features option from the drop-down list.
Step 3 Navigate to the appropriate user in the Active Directory User and Computers administrative tool. Step 4 Double click the user to open the Properties dialog box. Step 5 Select the Attribute Editor tab. Step 6 Locate and select the proxyAddresses attribute in the Attributes list box. Step 7 Select Edit to open the Multi-valued String Editor dialog box. Step 8 In the Value to add text box, specify the following value: SIP:user@cupdomain.
For example, SIP:msmith@cisco.com. Where the user@cupdomain value is the user's instant messaging address. Cupdomain corresponds to the domain for Cisco Unified Presence or Cisco Unified Communications Manager IM and Presence Service. Add Local Contacts from Microsoft Outlook Cisco Jabber for Windows lets users search for and add local contacts in Microsoft Outlook. All local contacts in Microsoft Outlook must have instant message addresses and phone numbers. These details allow client users to do the following:.
add local Microsoft Outlook contact to their contact lists. see contact photos from the client. send instant messages to local contacts. call local contacts from the client Administrator Tasks To enable this integration with Microsoft Outlook, you must enable Cached Exchange Mode on the Microsoft Exchange server. To allow users to search for local contacts in Microsoft Outlook from the client, users must have profiles set in Microsoft Outlook.
User Tasks Users must set the correct calendar preference on the client. Select File Options. Select the Calendar tab. Select Microsoft Outlook.
Restart Cisco Jabber to apply the change. Chat History in Microsoft Outlook Applies to: Cisco Jabber for Windows This feature is available in the following versions of the client: Version of Cisco Jabber for Windows Supported Servers 10.6 Microsoft Exchange 2013 Microsoft Exchange 2010 11.0 Microsoft Office 365 Microsoft Exchange 2013 Microsoft Exchange 2010 You can enable the client to automatically save chat histories to a Cisco Jabber Chats folder in the user's Microsoft Outlook application. When a user closes a chat window, the client saves the IM conversation to the Exchange server. To enable the feature, you must:.
Set the EnableSaveChatHistoryToExchange parameter to true in the jabber-config.xml file. (optional) Set up a method to authenticate users to the Exchange server. If you don't specify an authentication method, then users can authenticate directly from the Outlook tab in the Options menu of their clients. Specify the method for determining which server to use.
For more information about all of the parameters that are needed to enable this feature, see the Parameters Reference Guide. Limitations for Saving Chat History to an Outlook Folder This feature can only be enabled if users have a Cisco Unified Communications Manager account.
Limitations with Authentication Methods over Cisco Expressway for Mobile and Remote Access If you are enabling this feature for users connecting via the Expressway for Mobile and Remote Access, the following limitations apply:. If the client detects that the user is connecting via the Expressway, then the client uses the External Server option for the Exchange connection. If the external server is not set, then it uses the internal server.
If the client detects that the user is not connecting via the Expressway, then the client uses the Internal Server option for the Exchange connection. If the internal server is not set, the client uses the external server. However, if either the internal or external server is set, but for some reason Cisco Jabber can't connect to it, the client doesn't revert to using the other server. Authentication Modes You must set up a method of authentication for the client to authenticate with the Exchange server. When authentication is complete, the client has access to the Exchange server which allows saving chat histories to a folder in Outlook.
If you do not specify an authentication method, then users must manually input their Exchange credentials in the Outlook tab in the client. Authenticate Using Single Sign On for the Operating System Applies to Cisco Jabber for Windows only. The client uses the account details of the logged in user to authenticate with the Exchange server. This authentication method uses the Windows NT Lan Manager (NTLM) security protocol. Note Do not use this authentication method if some users share the same Windows account. The client authenticates with the account on the Operating System, and not with the user who is logged in to Cisco Jabber. For example, User A logs onto a Windows machine and then logs into Cisco Jabber for a morning shift.
When the shift is done, Jabber is reset and User B logs into the client for the afternoon shift. Because User A is logged into the Windows account, then the chat messages from User B are saved in the Outlook account for User A.
Before You Begin Users and their computers must use domains. Authentication using single sign on does not work if users are local Windows users. Procedure In the jabber-config.xml file, set the ExchangeAuthenticateWithSystemAccount parameter to true. Authenticate by Synching Credentials You can sync the Exchange credentials with another set of credentials for users, such as the Cisco Unified Communications Manager IM and Presence credentials. Using this method, the client uses the credentials to authenticate to the Exchange server.
Procedure Step 1 In the jabber-config.xml file, configure the ExchangeUseCredentialsFrom parameter. Step 2 Define the value of the parameter as the service that you want used to sync credentials. For example, CUCM. In this example, Cisco Unified Communications Manager is defined as the service which provides the Exchange server with credentials for authentication.
Specify Server Addresses After you enable an authentication method for the client to access the Exchange server, you must enable a method for the client to specify the Exchange server address. If you do not specify server addresses, then users must manually enter the internal and external Exchange servers in the client, in the Outlook Advanced tab of the Options menu. Detect Server Addresses Automatically Applies to Cisco Jabber for Windows only. You can configure the client to automatically discover the Exchange servers based on users' domain.
This domain is defined when you set up the authentication method by using the domain that was specified for the user's credentials. Procedure Step 1 In the jabber-config.xml file, configure the ExchangeAutodiscoverDomain parameter.
Step 2 Define the value of the parameter as the domain to discover the Exchange server. The client uses the domain to search for the Exchange server at one of the following Web addresses: Define Server Addresses You can define the internal and external Exchange server addresses in the configuration file. Procedure Step 1 In the jabber-config.xml file, configure the InternalExchangeServer and ExternalExchangeServer parameters. Step 2 Define the value of the parameters using the Exchange server addresses.
System requirements The minimum requirements for the installation of the Cisco Jabber Softphone 11.6.0 (Windows) are listed below: Operating system:. Microsoft Windows 10, 32 bit and 64 bit (Desktop OS x86). Microsoft Windows 8 et 8.1 32 or 64 bit. Microsoft Windows 7 32 or 64 bit Type and clock-speed:. Mobile AMD Sempron Processor 3600+ at 2 GHz. Intel Core 2 CPU T7400 at 2.16 GHz. Intel Atom Installed RAM:.
2GB RAM Free (hardware) memory:. 128 MB Disk space. 256 MB I/O Ports:. USB 2.0 for USB camera and audio devices. Authentication / login To use the Jabber Softphone, you must type in your details and then connect, following the procedure below: username@epfl.ch when you connect for the first time. Thereafter, just type in your username.
Enter your EPFL Username. Type the same username as for Active Directory. Type your EPFL Password.
Type the same password as for Active Directory. To facilitate your connection to the softphone, and avoid re-typing your details at the next session, tick ' Sign me in when Cisco Jabber starts'. Click on the ' Sign in' button. Settings The Jabber Installation Options are accessible via File Options.
Microphone and loud-speakers. Select the output device to be used by clicking on Audio in the Options panel. In this panel, you can test the functioning of the loud-speakers and adjust their volume. If multiple loud-speakers or microphones are available on your PC or Mac, you can change the order of use of these devices by clicking on the Advanced button.
Sound system. In Windows 7, by default, all applications have the same sound level. However, you can modify the volume in the Sound Mixer menu. To do this, right-click on the Sound icon next to the system clock. You can then adjust the volume of the loudspeakers, Cisco Jabber, etc. By default, Windows 7 reduces the volume of other system sounds by 80% when it detects communications. You can test here the webcam you use for your communications with Jabber softphone.
By clicking on Advanced, you can organize your video devices by order of preference. Availability status. Manage your status according to your activity on your PC or Mac, and/or your calendar. For example: If you tick ' In a meeting (according to your calendar)' when you record an event in your Outlook calendar, when the event starts your status automatically changes to ' In a meeting'. Sounds and Alerts. Here, you can personalize your Sounds and Alerts. Choose your favorite ringtone, or a warning sound for when you receive a chat message, or instruct Jabber to switch off the ringtone when you are already on a call, etc.
You can choose who can view your availability status, and send you messages either internally to your domain (epfl.ch) or externally. If you choose to tick the option ' Block Everyone', the people in your contact list or those you have authorized will not be blocked.
By clicking on Advanced, you can specify those contacts that you want to block. You can choose to integrate your Outlook Calendar in your Jabber Softphone and benefit from a richer experience (dynamic availability status, receipt by e-mail of voice messages in Outlook, etc.). Resolution Pixels Measured bit rate kbits per second with g.711 audio w144p 256 x 144 156 w288p This is the default size of the video rendering window for Cisco Jabber. 512 x 288 320 kbits/second w448p 768 x 448 570 w576p 1024 x 576 890 720p 1280 x 720 1300 Notes:. EPFL Jabber are configured to use the G.722 audio codec (54/62 kbit / sec) by default with the VoIP phones, the audio Codec G.711 (80 kbit / second) is used for all other calls (PSTN).
The VPN increases the size of transmitted packets, increasing the consumption of bandwidth. Reminder Cisco Jabber does not require the VPN to operate outside of the EPFL. The configuration files can be found in the following two directories:.%USERPROFILE% AppData Local Cisco Unified Communications.%USERPROFILE% AppData Roaming Cisco Unified Communications The easiest way to delete all the user’s configurations (chat, personal contacts, call history, etc.) is to stop Jabberand delete the two 'Unified Communications' folders. The next time you start Jabber, the application will prompt you for your connection details (username and password). Deployment installation by GPO A GPO is available to deploy Jabber automatically on your Windows machines.
Please send your request to the. Call Statistics. In the latest version of Jabber (10.5), you can now view the statistics in real time during a call. Place the cursor in the text field of the Chat window, during a call.
Jabber Download Folder Icon For Windows 10 Font Style
Type Ctrl + Shift + S to open call statistics. The statistics are displayed in a pop-up window. You can copy the statistics on to your clipboard.