Cisco Systems H.323 Network Card User Manual


 
A-24
Cisco H.323 Signaling Interface User Guide
OL-4806-01 Rev. A14
Appendix A MML User Interface and Command Reference
restart-softw
restart-softw
The restart-softw command restarts the call processing application. It applies the provisioning data
specified in the configVersion (if present) that overrides the existing active provisioning data.
restart-softw[:configVersion][:confirm]
Syntax Description
Examples In the following example, the call processing application restarts using the etc/GWmain.conf
configuration files as the provisioning data:
gw mml> restart-softw:init
H323 Signaling Interface Day Mon 1 hh:mm:ss YYYY
M SUCC
Application is now restarting using the default provisioning session.
There are no active calls.
New call requests are rejected.
Call Processing now stopped.
Application will restart in 60 seconds
In the following example, the application would restart using the active provisioning session. There are
no active calls, new call requests are rejected, and call processing is now stopped. The application is set
to restart in 12 seconds.
gw mml> restart-softw
H323 Signaling Interface Day Mon 1 hh:mm:ss YYYY
M SUCC
In the following example, a restart passes an unverified provisioning session. The command fails. You
cannot use an unverified provisioning session.
gw mml> restart-softw:config2
H323 Signaling Interface Day Mon 1 hh:mm:ss YYYY
M DENY
In the following example, a restart uses a specified verified provisioning session. The application restarts
by using original as the provisioning session. There are no active calls, new call requests are rejected,
and call processing is now stopped. The application is set to restart in 12 seconds.
gw mml> restart-softw:original
H323 Signaling Interface Day Mon 1 hh:mm:ss YYYY
M SUCC
configVersion In configVersion, init is a keyword, and this command restarts the call
processing application applying the etc/GWmain.conf configuration file as
the provisioning data. If configVersion is an unverified provisioning
session, the command fails.
confirm If there are active calls, a notification is sent to the craft, and the command
must be reentered with the confirm parameter to take effect.