Nortel Media Gateway 3200 User Manual page 64

Hide thumbs Also See for Media Gateway 3200:
Table of Contents

Advertisement

; Table: Items Table.
; Fields: Item_Name, Item_Serial_Number, Item_Color, Item_weight.
; NOTE: Item_Color is not specified. It will be given default
value.
[Items_Table]
; Fields declaration
Format Item_Index =
Items_Table 0 = Computer, 678678, 6;
Items_Table 6 = Computer-screen, 127979, 9;
Items_Table 2 = Computer-pad, 111111, $$;
[\Items_Table]
Indices (in both the Format line and the Data lines) must all appear in order, as
determined by the table's specific documentation. The Index field must NOT be
omitted.
Data fields in the Format line may use a sub-set of all of the configurable fields in a
table only. In this case, all other fields are assigned with the pre-defined default value
for each configured line.
The order of the Data fields in the Format line is not significant (unlike the Index-
fields). Field values in Data lines are interpreted according to the order specified in the
Format line.
The sign '$$' in the Data line means that the user wants the pre-defined default value
assigned to the field for the given line.
The order of Data lines is insignificant.
Data lines must match the Format line, i.e. it must contain exactly the same number of
Indices and Data fields and should be in exactly the same order.
A line in a table is identified by its table-name and its indices. Each such line may
appear only once in the ini file.
Table's dependencies:
Certain tables may depend on other tables. For example, one table may include a
field, which specifies an entry in another table, to specify additional attributes of an
entity, or to specify that a given entity is part of a larger entity. The tables must appear
in order of dependency (i.e. if Table X is referred to by Table Y, then Table X must
appear in the ini file before Table Y).
User's Manual
Item_Name, Item_Serial_Number, Item_weight;
64
MG 3200
Document # LTRT-72704

Advertisement

Table of Contents
loading

Table of Contents