HP Comware 5 Debug Manual Vol 3
Syntax
debugging voice lgs { all | error | event | fsm | timer }
undo debugging voice lgs { all | error | event | fsm | timer }
Default
LGS debugging is disabled.
Views
User view
Default command level
2: System level
Parameters
all: All types of LGS debugging.
error: LGS error debugging.
event: LGS event debugging.
fsm: LGS FSM debugging.
timer: LGS timer debugging.
Examples
# Enable LGS error debugging. When the caller 200 calls the callee 300 for which the FXS voice
subsriber line has been shut down, output similar to the following example is generated:
<Sysname> debugging voice lgs error
Enable LGS ERROR message debugging functions
*Feb 28 16:19:01:253 2007 Sysname LGS/7/VOICE:
LGS_ERROR:[2883633] Create CCB Error When Rcv ACCP_SETUP.
// LGS failed to create CCB upon receiving ACCP_SETUP.
*Feb 28 16:19:01:312 2007 Sysname LGS/7/VOICE:
LGS_ERROR:[2883633] Send Install VI Command Error.
// LGS failed to send the Install VI command.
The output in the following examples was created when the caller 200 calls the callee 300:
# Enable LGS event debugging.
<Sysname> debugging voice lgs event
Enable LGS EVENT message debugging functions
*Jul 1 12:46:24:931 2006 Sysname LGS/7/VOICE:
LGS_EVENT:[2883633] Rcv VIM Message: VIEVT_FXS_OFF_HOOK
// LGS received an off-hook signal from the caller.
*Jul 1 12:46:24:932 2006 Sysname LGS/7/VOICE:
LGS_EVENT:[2883633] Create CCB, Local Call Ref:3
// LGS created CCB with a local call ref of 3.
*Jul 1 12:46:24:932 2006 Sysname LGS/7/VOICE:
LGS_EVENT:[2883633] Found CCB for VIM Message VIEVT_FXS_OFF_HOOK, State:LGS_IDLE
// LGS found CCB for VIM Message VIEVT_FXS_OFF_HOOK.
*Jul 1 12:46:24:932 2006 Sysname LGS/7/VOICE:
502