Actions

Difference between revisions of "Address Book"

From Zenitel Wiki

Line 14: Line 14:
 
*'''Start Scrolling After''': Set the time in minutes after which horizontal scrolling of the display text should start.
 
*'''Start Scrolling After''': Set the time in minutes after which horizontal scrolling of the display text should start.
  
'''Upload Address Book'''
+
* '''Upload Address Book''': A CSV file consisting of directory numbers and display text with the semi-colon character (;) as delimiter may be uploaded.
 
[[File:AddressBook.PNG|thumb|left|500px|Address book]]
 
[[File:AddressBook.PNG|thumb|left|500px|Address book]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
A CSV file consisting of directory numbers and display text with the semi-colon character (;) as delimiter may be uploaded.
 
 
* Click '''Browse...''' to upload a CSV file
 
* Click '''Browse...''' to upload a CSV file
  

Revision as of 16:01, 4 January 2017

This article is applicable to the Turbine station models TCIS-6 and TCIV-6.

Select Advanced AlphaCom > Address Book from the menu

TCIS Configuration-10.PNG


  • Default Display Text: The idle text shown in the display may be changed. The default text is: Scroll to Select
  • Font Size: The font size can be either 12 or 16
  • OLED Brightness: Brightness: Default, Bright, Extra Bright
  • Start Scrolling After: Set the time in minutes after which horizontal scrolling of the display text should start.
  • Upload Address Book: A CSV file consisting of directory numbers and display text with the semi-colon character (;) as delimiter may be uploaded.
Address book


  • Click Browse... to upload a CSV file
NOTE! The CSV file can be 5 kB at maximum. Each character is one byte and every line has 2 invisible control characters (CR and LF) at the end.
1234;Pettersen <== This means 16 byte at CSV file.
"1234" are 4 bytes, ";" is one byte, "Pettersen" are 9 bytes and control characters (CR and LF) are 2 bytes