user manual
A-11
Cisco H.323 Signaling Interface User Guide
OL-4806-01 Rev. A14
Appendix A MML User Interface and Command Reference
h
h
The h command redisplays a command or a series of commands. Items displayed depend on a specified
number or range. If no number is specified, only the last command is displayed.
h[::start=number[,end=number]]
Syntax Description
Examples The MML command in the following example displays the last successful command entered:
mml> h
VSC H-323 Signaling Interface - H323-GW1 2000-06-20 10:04:28
M RTRV
"rtrv-log:all"
/* command 1 */
The MML command in the following example displays the third from the last successful command
entered:
mml> h::3
VSC H-323 Signaling Interface - H323-GW1 2000-06-20 10:04:28
M RTRV
"rtrv-ne"
/* command 3 */
The MML command in the following example displays the last and second to last commands entered.
mml> h::start=1,end=2
VSC H-323 Signaling Interface - H323-GW1 2000-06-20 10:04:28
M RTRV
"rtrv-log:all"
/* command 1 */
"rtrv-ne"
/* command 2 */
help
The help command displays a list of valid system commands and an explanation of their use. If you do
not enter a command name as a parameter, the help command provides a list of MML commands,
descriptions, and values. If you enter a command name as a parameter, a description of that command
displays.
help[:command name]
Syntax Description
start Entered as a number; specifies the first command to redisplay.
end Entered as a number; specifies the end of the range of commands to
redisplay.
command name The name of the MML command.