HP Comware 5 Debug Manual Vol 3
Default command level
2: System level
Parameters
all: All types of E&M debugging.
error: E&M error debugging.
event: E&M event debugging.
fsm: E&M FSM debugging.
timer: E&M timer debugging.
Examples
# Enable E&M error debugging. When the cable is disconnected, output similar to the following
example is generated:
<Sysname> debug voice em error
Enable EM ERROR message debugging functions
*Apr 12 17:51:13:430 2007 Sysname EM/7/VOICE:
EM_ERROR : Failed to get ViIfIndex.
// E&M failed to get the interface index.
*Apr 12 17:51:13:431 2007 Sysname EM/7/VOICE:
EM_ERROR : Null Ccb received Invalid CMC msg.
// E&M received an invalid CMC message.
The output in the following examples was created when the caller calls the number 100:
# Enable E&M event debugging.
<Sysname> debug voice em event
Enable EM EVENT message debugging functions
*Aug 2 07:17:52:209 2006 Sysname EM/7/VOICE:
EM_EVENT [5/0:0.0]: Succeed in creating EMCCB.
// E&M created EMCCB.
*Aug 2 07:17:52:209 2006 Sysname EM/7/VOICE:
EM_EVENT [5/0:0.0]: Received ACCP_SETUP from CMC on state EM_IDLE.
// E&M received an ACCP_SETUP message.
*Aug 2 07:17:52:209 2006 Sysname EM/7/VOICE:
EM_EVENT [5/0:0.0]: Succeed in sending install to Driver.
// E&M notified the driver to install DSP resources.
*Aug 2 07:17:52:233 2006 Sysname EM/7/VOICE:
EM_EVENT [5/0:0.0]: Received VIM_INSTALL_ACK from VIM on state
EMCALLER_WAIT_INSTALL_ACK.
// E&M received a VIM_INSTALL_ACK message from VIM in state EMCALLER_WAIT_INSTALL_ACK
DSP.
*Aug 2 07:17:52:234 2006 Sysname EM/7/VOICE:
EM_EVENT [5/0:0.0]: Succeed in sending DTMFDetect off to Driver.
// E&M disabled DTMF detection.
*Aug 2 07:17:52:234 2006 Sysname EM/7/VOICE:
EM_EVENT [5/0:0.0]: Succeed in sending SetUpAck to CMC.
495