HP Comware 5 Debug Manual Vol 3

error: Voice statistics error debugging.
info: Voice statistics internal information debugging.
Examples
# Enable all types of voice statistics debugging on the originating device. When Telephone 1 (with
number 100 and IP address 10 0 .1.1.189 ) calls Telephone 2 (with number 200 and IP address 10 0 .1.1.18 8),
output similar to the following example is generated:
<Sysname> debug voice statistics all
<Sysname>
#Jun 5 11:03:52:798 2008 Sysname STAT/4/VOICE:
1.3.6.1.2.1.10.21.2.0.2<dialCtlPeerCallSetup> The trap already send.
*Jun 5 11:03:52:798 2008 Sysname STAT/7/VOICE:
STAT_INFO: Add a new item(0) to call active table successfully.
// After Telephone 2 was picked up, a new entry (0) was added to the call active table.
*Jun 5 11:03:56:210 2008 Sysname STAT/7/VOICE:
STAT_INFO: Add a new item(1) to call active table successfully.
// A new call active table entry (1) was added.
*Jun 5 11:03:56:210 2008 Sysname STAT/7/VOICE:
STAT_INFO: The trap switch of entity 200 is off.
<Sysname>
*Jun 5 11:04:12:527 2008 Sysname STAT/7/VOICE:
STAT_INFO: Remove the item(1) from call active table successfully.
// When Telephone 2 disconnected, the call active table entry (1) was deleted.
*Jun 5 11:04:14:498 2008 Sysname STAT/7/VOICE:
STAT_INFO: Remove the item(0) from call active table successfully.
// The call active table entry (0) was deleted.
514