User`s manual

MP-1xx/H.323 User’s Manual 6. Provisioning
Version 4.2 Beta 69 June 2003
6.2 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 below.
Figure 6-1: ini File Structure
[Sub Section Name]
Parameter_Name = Parameter_Value
Parameter_Name = Parameter_Value
.
..
; REMARK
[Sub Section Name]
.
6.2.1 The ini File Structure Rules
" Lines beginning with a semi-colon ‘;’ (as the first character) are ignored.
" Carriage Return must be the final character of each line.
" 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.
" The File name String parameters, should be placed between two inverted commas (‘…’). For
example CallProgressTonesFileName = ‘cpusa.dat’
" The parameter field is NOT case sensitive.
" Parameter values should be entered only in decimal format, except for the Call Agent IP
address.
" The ini file should be ended with one or more carriage returns.
" “[Files] “ line should precede the CallProgressTonesFileName, and these lines, if used,
should be placed at the end of ini file; (refer to the ini file example below in Figure 6-2).