System Configuration
PN: 1725-36038-001_N.docx
43
Version 2: The Generic File (settings.txt)
The settings file contains the parameters that you can use to
customize the SpectraLink 8020/8030 Wireless Telephones for your
enterprise. Contact your service representative for a sample of this file
or if you need additional assistance.
Polycom recommends that the settings file have the extension
*.txt
.
While the file can have any extension the user wants, using the
txt
extension allows easy identification that Version 2 Configuration file
are in use.
The settings that pertain to the 8020/ 8030 Wireless SIP Telephones
can include the following types of statements, one per line. Any
invalid statement is ignored. The statement types are:
•
SET statements of the form
SET
parameter_name value
. If the
desired value contains a blank or a comma, the entire value must
by placed within double quotes.
•
GOTO statements, of the form
GOTO
tag
. GOTO statements
cause the telephone to continue interpreting the configuration file
after a line that begins with a “
# tag
” statement. If no such line
exists in the upgrade or settings file after the GOTO, the phone
ignores anything in the file after the GOTO.
•
Tags are lines that begin with a
#
tag; tag is an unquoted string
and cannot contain a space or comma.
•
IF statements, of the form
IF $
name SEQ string
GOTO
tag
, where
name is one of the system parameters shown in the table below.
Conditionals cause the GOTO command to be processed if the
(string equivalent) value of name is equal to string. Note that the
string comparison ignores case, so “Abc” matches “ABC” or
“abc”. If no such name exists, the entire conditional is ignored.
•
Format of SET statements: the string must be included in double
quotes if it includes spaces or commas. Any string may be in
double quotes, so 1 and “1” are equivalent as are “abc” and abc.
•
Any line which does not match one of the previous statement
types is ignored and, therefore, can be treated as a comment. By
convention, in the settings files distributed by Polycom, any line
intended to be ignored by the phone or read as a comment starts
with “
##
”.