Dialogic
®
System Release 6.1 CompactPCI for Windows
®
Release Update 47
• DD - day of the month (01-31)
• YYYY - year (e.g., 2008)
• xx - hour (24-hour format, 00-23)
• yy - minute (00-59)
• zz - second (00-59)
Example: If PDK Trace is started on February 17, 2008, at 3:11:27 p.m., with the -f
command line option of -f[ExampleLog], the name of the first log file created is:
ExampleLog-02172008-15h11m27s.log
When this file reaches the maximum size, it is closed and a new log file is created.
The new log file will have a timestamp with the current date and time in its file name.
1.12.2 Documentation
The online bookshelf provided with Dialogic
®
System Release 6.1 CompactPCI for
Windows
®
contains information about all system release features including features for
application development, configuration, administration, and diagnostics.
For more information about PDK Trace, see the Dialogic
®
System Software Diagnostics
Guide.
1.13 Configuring SIP Stack Parameters with Global Call
With the Service Update, selected SIP stack parameters such as timers can now be
configured with the Dialogic
®
Global Call API.
1.13.1 Feature Description
A new data structure, SIP_STACK_CFG, is used to configure SIP stack parameters.
Details about the SIP_STACK_CFG data structure fields are given in Section 1.13.2,
“SIP_STACK_CFG Data Structure”, on page 48.
To support SIP stack configuration, IP_VIRTBOARD has been updated with a new
structure pointer (default is NULL) as follows:
typedef struct {
...
...
/* The following is added for VIRTBOARD_VERSION_SIP_STACK_CFG support */
SIP_STACK_CFG *sip_stack_cfg;
/* end VIRTBOARD_VERSION_SIP_STACK_CFG additions */
} IP_VIRTBOARD;
Comentarios a estos manuales