AudioCodes Mediant 1000 User Manual page 64

Voip mediant digital media gateways megaco, tpncp
Hide thumbs Also See for Mediant 1000:
Table of Contents

Advertisement

6.4.1.4.1 Tables Structure Rules
Tables are composed of four elements:
Table-Title - The Table's string name in square brackets (e.g., [ MY_TABLE_NAME ]).
Format Line - This line specifies the table's fields by their string names.
The first word MUST be "FORMAT", followed by indices field names, and after '='
sign, all data fields names should be listed.
Items must be separated by ',' sign.
The Format Line must end with ';' sign.
Data Line(s) - The actual values for parameters are specified in each Data line. The
values are interpreted according to the format line. The first word must be the table's
string name.
Items must be separated by a ',' sign.
A Data Line must end with a ';' sign.
End-of-Table-Mark: Marks the end of a table. Same as Table title, but string name is
preceded by '\'.
Below is an example of the table structure in an ini file.
; 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.
User's Manual
Item_Name, Item_Serial_Number, Item_weight;
64
Digital Mediant 1000
Document # LTRT-66401

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents