User`s manual

Mediant 1000
H.323 User's Manual 210 Document #: LTRT-83401
6.3 The ini File Content
The ini file contains the following gateway information:
Networking parameters (refer to Section 6.5.1 on page 212)
System parameters (refer to Section 6.5.2 on page 217)
Web and Telnet parameters (refer to Section 6.5.3 on page 222)
Security parameters (refer to Section 6.5.4 on page 223)
RADIUS parameters (refer to Section 6.5.5 on page 224)
SNMP parameters (refer to Section 6.5.6 on page 225)
H.323 Configuration parameters (refer to Section 6.5.7 on page 226)
ISDN and CAS Interworking-Related Parameters (refer to Section 6.5.8 on page 233)
Analog Telephony parameters (refer to Section 6.5.9 on page 236)
Number Manipulation and Routing parameters (refer to Section 6.5.10 on page 240)
E1/T1 Configuration Parameters (refer to Section 6.5.11 on page 246)
Channel Parameters (refer to Section 6.5.12 on page 248)
Configuration Files parameters (refer to Section 6.5.13 on page 251)
6.4 The ini File Structure
The ini file can contain any number of parameters. The parameters are divided into groups
by their functionality. The general form of the ini file is shown in Figure 6-1 below.
Figure 6-1: ini File Structure
[Sub Section Name]
Parameter_Name = Parameter_Value
Parameter_Name = Parameter_Value
; REMARK
[Sub Section Name]
6.4.1 The ini File Structure Rules
The ini file name mustn’t include hyphens or spaces, use underscore instead.
Lines beginning with a semi-colon ‘;’ (as the first character) are ignored.
A Carriage Return must be the final character of each line.
The number of spaces before and after ‘=’ is not relevant.
If there is a syntax error in the parameter name, the value is ignored.
Syntax errors in the parameter value field can cause unexpected errors (because
parameters may be set to the wrong values).
Sub-section names are optional.
String parameters, representing file names, for example CallProgressTonesFileName,
must be placed between two inverted commas (‘…’).
The parameter name is NOT case-sensitive; the parameter value is not case-sensitive
except for coder names.
The ini file should be ended with one or more carriage returns.