HP Comware 5 Debug Manual Vol 1

Table 188 Output from the debugging voice ivr mps event command
Field
Description
Free read control block, CodecType = %d, FileName
= %s.
The read control block was released: the codec type
was x and the filename was xxx.
Free resource control block, CodecType = %d,
FileName = %s.
The resource control block was released: the codec
type was x and the filename was xxx.
Examples
# Enable all types of debugging for the MPS. The output similar to the following example was created
when the following conditions exist:
The root node of the IVR system is a Call node with a node ID of 10.
The root node is configured to play a media file named callSecDial_g729.wav (media resource ID
is 1000) and originate normal secondary calls by matching the terminator #.
<Sysname> debugging voice ivr mps all
Enable IVR_MPS all debugging functions
*Jun 27 14:18:04:144 2008 71_C IVRM/7/VOICE:
IVR_MPS_Event: Start playing media, MediaID = 1000, FESCallID = 0.
Output similar to the following messages is generated when the subscriber at 500 attempts to dial
the IVR access number 800.
// The media file with the media resource ID 1000 started to play.
*Jun 27 14:18:04:144 2008 71_C IVRM/7/VOICE:
IVR_MPS_Event: Create resource control block, CodecType = 0x0, FileName = cfa0:/wa
v/g729r8/callSecDial_g729.wav.
// The resource control block was created: the codec type is set to 0 (the g729r8 codec), and the
media file path is specified as cfa0:/wav/g729r8/callSecDial_g729.wav.
*Jun 27 14:18:04:145 2008 71_C IVRM/7/VOICE:
IVR_MPS_Event: Create read control block, CodecType = 0x0, FileName = cfa0:/wav/g7
29r8/callSecDial_g729.wav.
// The read control block was created.
*Jun 27 14:18:04:145 2008 71_C IVRM/7/VOICE:
IVR_MPS_Timer: Create timer, TmrId = 982, TmrType = LOOP TIMER, TmrLength = 500.
// The IVR MPS was preparing for the play.
*Jun 27 14:18:04:145 2008 71_C IVRM/7/VOICE:
IVR_MPS_Timer: Create timer, TmrId = 483, TmrType = LOOP TIMER, TmrLength = 10.
// The IVR_MPS timer was created.
*Jun 27 14:18:04:632 2008 71_C IVRM/7/VOICE:
IVR_MPS_Timer: Delete timer, TmrId = 982, TmrType = LOOP TIMER, TmrLength = 500.
// The IVR MPS was preparing for the play.
*Jun 27 14:18:04:652 2008 71_C IVRM/7/VOICE:
IVR_MPS_Timer: Expire timer No. = 483, MediaID = 1000, FESCallID = 0.
// The system printed the timer information for the transmission of every 500 packets for each
loop.
*Jun 27 14:18:08:372 2008 71_C IVRM/7/VOICE:
IVR_MPS_Event: Free read control block, CodecType = 0x0, FileName = cfa0:/wav/g729
r8/callSecDial_g729.wav.
333