Specifications
System Commands
4 - 3
!
Executes a previously used command from the history list, starting with a
specific number or letter.
Syntax
! “string”
! {1..64}
Feedback Examples
->gatewaynumber set 123456789
gatewaynumber 123456789
->hangup video
hanging up video call
->history
1 gatewaynumber set 123456789
2 hangup video
Each of the following
! <letter or number>
commands executes the command
and prints its output from the history list, as follows.
->!1
gatewaynumber set 123456789
gatewaynumber 123456789
->!2
hangup video
hanging up video call
->h323name get
h323name testip
->!h
h323name get
h323name testip
->history
1 gatewaynumber set 123456789
2 hangup video
3 gatewaynumber set 123456789
4 hangup video
5 h323name get
6 h323name get
See Also
For information about the history list, refer to the
history command on
page 4-117.
Parameter Description
“string”
Specifies the most recent command from the history list
that begins with this string.
{1..64}
Specifies the Nth command in the history list, where N
is 1 through 64.