HP Comware 5 Debug Manual Vol 3
Syntax
debugging voice ssm sub { all | error | event | fsm | info | prim | timer }
undo debugging voice ssm sub { all | error | event | fsm | info | prim | timer }
Default
Debugging for SIP server subscription service is disabled.
Views
User view
Default command level
2: System level
Parameters
sub: Enables debugging for SIP server subscription service.
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 subscription service. When User A with number 456
initiates a subscription to User B with number 2001 through the SIP server, output similar to the following
example is generated:
<Sysname> debugging voice ssm sub all
Enable SSM SUB ALL debugging functions
<Sysname>
*Sep 7 17:10:08:764 2007 Sysname SSM/7/VOICE:
SSM_INFO [SUB_SSA]:
General: Succeed in getting a free element from the list.
Additional: Subscribe control block ID is 0.
// The SSA module got a free element from the list.
*Sep 7 17:10:08:764 2007 Sysname SSM/7/VOICE:
SSM_INFO [SUB_SSA]:
General: Received message from the stack.
Additional: The message type is ReferInd.
Subscribe control block ID is 0
Caller number is 456
Called number is Sip-Server
// The SSA module received a ReferInd message from the protocol stack.
*Sep 7 17:10:08:764 2007 Sysname SSM/7/VOICE:
378