Specifications
152 System Software Diagnostics Guide — September 2006
Runtime Trace Facility (RTF) Reference
0
Label is disabled. Trace messages associated with this label will not be sent to the trace output.
Note: When the state attribute is not included or not defined, the default value is 1. However, the Intel
Dialogic runtime library module labels that exist in the default RTF configuration file have their
state attribute initially set to 0.
28.3.9 MClient Tag
The MClient tag is a child tag of the Module tag; it is used to configure a specific client for the
module. The MClient tag can be empty or have MClientLabel children tags. The MClient tag has
the following two attributes:
name
Indicates the name of the client to be configured. The Intel Dialogic runtime libraries have pre-
defined module client names in the default RTF configuration file. Example clients include:
• “dxxxB1C1” (voice device)
• “dxxxB2C2” (voice device)
• “ipmB2C2” (IP media device)
Note: Refer to the Standard Runtime Library API for Windows Operating Systems Programming Guide
for more information about client names for Intel Dialogic libraries and devices.
state
Specifies the state of the client. Valid values are as follows:
1
Client is enabled. Trace messages associated with this client will be sent to the trace output.
This is the default value.
0
Client is disabled. Trace messages associated with this client will not be sent to the trace
output.
Note: When the state attribute is not included or not defined, the default value is 1.
28.3.10 MClientLabel Tag
The MClientLabel tag is a child tag of the MClient tag; it is used to specify a label for a client. The
MClientLabel tag has the following two attributes
name
Indicates the name of a label to be configured. You must define the name of the label; there is no
default value. Example labels include:
• “APPL”










