Fine tuning the CX Video Gateway configurationDialogic® Vision™ CX Video Gateway Administration Manual
H.100 clock manager configuration file
The H.100 clock manager uses the
priorities.xml
file to configure log settings, wait
timeout intervals, timing references, and the board index of the clock source. This
file resides in the
vx/clockmgr
directory.
The following example shows the default
priorities.xml
file for the ISUP models:
<?xml version="1.0" encoding="UTF-8" ?>
- <clockmanager>
<log basefilename="clockmgr" filesize="1MB" level="INFO" maxfiles="10" outputdir="logs"
/>
<txboard boardindex="1" />
- <clocksources>
<source boardindex="0" priority="0" trunk="1" />
<source boardindex="1" priority="0" trunk="1" />
</clocksources>
</clockmanager>
The following table describes the elements and attributes in the
priorities.xml
file:
Element
Description
<clockmanager>
Root element of the
priorities.xml
configuration file.
<clocksources>
Root element for all timing references. This element is a child of the
<clockmanager> element. All elements besides <clockmanager> are children of
the <clocksources> element.
<log>
Log settings for the H.100 clock manager. All attributes are optional.
Attribute
Description
basefilename
Base file name of the log output files.
Default:
clkmgr
filesize
File size of each log file. Include a unit identifier (B, KB, or
MB) with the value. If you do not include a unit identifier,
the gateway uses MB.
Valid values: 1B -
n
MB
Default: 1MB
level
Log level for the H.100 clock manager log.
Valid values:
•
CRITICAL
•
ERROR
•
WARNING
•
INFO
Default: ERROR
maxfiles
Maximum number of files in the H.100 clock manager log.
When all files are full, the logging subsystem overwrites the
contents of the first file.
Valid values: 1 -
n
Default: 5
outputdir
Output directory for the log files.
Default:
vx/clockmgr/logs
124
Dialogic