HP Comware 5 Debug Manual Vol 3

Default
Debugging for SIP server probe is disabled.
Views
User view
Default command level
2: System level
Parameters
probe: Enables debugging for SIP server probe.
all: Specifies all types of debugging.
error: Specifies error debugging.
event: Specifies event debugging.
fsm: Specifies finite state machine debugging.
info: Specifies information debugging.
prim: Specifies primitive debugging.
timer: Specifies timer debugging.
Examples
# Enable all types of debugging for SIP server probe. When the server operating in probe mode is
disconnected from the primary server, output similar to the following example is generated:
<Sysname> debugging voice ssm lsm all
Enable SSM LSM ALL debugging functions
<Sysname>
*Sep 8 17:44:18:530 2007 Sysname SSM/7/VOICE:
SSM_EVENT [PROBE_SLC]:
PROBE: Received event STARTALIVEPROBE while at state IDLE.(ObjectID = 0)
// The Probe state machine received a STARTALIVEPROBE event in the IDLE state.
*Sep 8 17:44:18:530 2007 Sysname SSM/7/VOICE:
SSM_TIMER [PROBE_SLC]:
Start Timer: Type = 1, Group = 1, Index = 0, Length = 64000
// The SLC module started a probe timer, with the value set to 64000 ms.
*Sep 8 17:44:18:530 2007 Sysname SSM/7/VOICE:
SSM_PRIM [PROBE_SLC]:
Send UCM Options request message.
// The SLC module sent a UCM_OPTIONSREQ message to the SSA module.
*Sep 8 17:44:18:530 2007 Sysname SSM/7/VOICE:
SSM_FSM [PROBE_SLC]:
PROBE: State changed from IDLE to ACTIVE.(ObjectID = 0)
// The Probe state machine transitioned from IDLE to ACTIVE.
365