Views

Difference between revisions of "Unify Office CTI"

The Wiki of Unify contains information on clients and devices, communications systems and unified communications. - Unify GmbH & Co. KG is a Trademark Licensee of Siemens AG.

Jump to: navigation, search
(LDAP)
(Replaced content with "Page has been moved: Unify Assist")
 
Line 1: Line 1:
== Introduction ==
+
Page has been moved: [[Unify Assist]]
 
 
[[File:CTI_Tool.png | right | thumb | 150px]]
 
 
 
Unify Assist can help you in your daily workflow. It is the perfect addition to your OpenScape Desk Phone CP device connected to Unify Office. It allows you to intiate and control calls made via your desk phone.
 
 
 
* Click to dial
 
* Hotkey dialling
 
* LDAP search and lookup
 
* Call control via your desk phone
 
 
 
== LDAP ==
 
The LDAP configuration must be done via environment variables. The following configuration items are available
 
 
 
* CTI_LDAP_SERVERURI (required)
 
* CTI_LDAP_USERNAME
 
* CTI_LDAP_PASSWORD
 
* CTI_LDAP_SEARCHBASE (required)
 
* CTI_LDAP_FIRSTNAME_ATTR
 
* CTI_LDAP_LASTNAME_ATTR
 
* CTI_LDAP_NUMBER_ATTR
 
* CTI_LDAP_FILTER_ATTR
 
 
 
[[:File:CTI_REG_Example.zip | Example configuration file]]
 
 
 
==== CTI_LDAP_SERVERURI ====
 
The server address of the LDAP server. This item is required and must be provided in URI form: e.g. "ldap://1.2.3.4:389"
 
 
 
==== CTI_LDAP_USERNAME ====
 
The username used for login on the LDAP server. Leave blank if anonymous login should be used.
 
 
 
==== CTI_LDAP_PASSWORD ====
 
The password used for login on the LDAP server. Leave blank if anonymous login should be used.
 
 
 
==== CTI_LDAP_SEARCHBASE ====
 
The search base to use for searching. This item is required. Example: "ou=users,dc=atos,dc=net"
 
 
 
==== CTI_LDAP_FIRSTNAME_ATTR ====
 
The LDAP server attribute used as first name. Default value is: "givenName"
 
 
 
==== CTI_LDAP_LASTNAME_ATTR ====
 
The LDAP server attribute used as last name. Default value is: "sn"
 
 
 
==== CTI_LDAP_NUMBER_ATTR ====
 
The LDAP server attributes used for phone numbers. Can be a comma seperated list, e.g. "telephoneNumber,mobile,home". Default value: "telephoneNumber". Provide all attributes for the search result, that may contain numbers to dial.
 
 
 
==== CTI_LDAP_FILTER_ATTR ====
 
The LDAP server attributes used for filtering users on a search. Can be a comma seperated list, e.g. "givenName,sn". Default value: "givenName,sn". Every search string provided by the user will be sent for every attribute provided (combined with the OR operator and a wildcard at the end).
 
 
 
If you need to enable search on specific attributes like department names, just add the attribute to the CTI_LDAP_FILTER_ATTR environment variable.
 
 
 
== CSV file as local phonebook ==
 
Without an LDAP server, you can provide the phonebook data via a CSV file available via Windows Explorer. The format to be used for the CSV file is as follows.
 
* The first line of the file describes the column names and has to have the following names: FirstName;LastName;phone1;phone2;phone3
 
* Every entry in the file must at least have a first name or last name and one of phone1, phone2 or phone3
 
* Every record can have a maximum of 3 phone numbers
 
 
 
The file will be read on every start of Unify Assist. If changes are made to the file, Unify Assist has to be restarted.
 

Latest revision as of 06:20, 27 April 2023

Page has been moved: Unify Assist