Black Box COMPACT T1 MT850A User Manual

Page 199

Advertising
background image

Compact T1 - Release 6.1

5-115

CLI Commands

set

set (router) mgcp down

Use the set (router) mgcp down command to disable MGCP processing. Incoming MGCP

messages from any call agent will be ignored, and endpoint activity will not cause any
outgoing MGCP messages to be sent, nor any events to be accumulated. This is the default
mode when the CMG is initially provisioned. If MGCP is configured as down when a reset
or power cycle occurs, the call agent will NOT be notified when the reset or power cycle is
complete.

The options for this command allow the invoker of the command to specify how the call
agent is to treat active voice channels as they go out of service. The default ("now") is an
immediate termination of service on each provisioned ("up") voice channel, whether active
(on a call) or not. The call agent will be informed of the shutdown via an RSIP message
for each voice channel with the "forced" restart method. If the "graceful" or "timeout"
option is used, the call agent will be informed of the desire to shut down each active voice
channel via an RSIP message with "graceful" restart method, and each inactive channel
with the "forced" restart method. After a call has cleared or the timeout period has expired
on an active voice channel, a final RSIP will be sent, using the "forced" restart method.This
command applies to the CMG Router card only.

Syntax:

set {cmg_card-addr} mgcp down [graceful|now|timeout]

[time]

Example:

set 1 mgcp down graceful

The example will shut down MGCP for the CMG card in slot 1. Inform the call
agent as each channel’s call ends.

{cmg_card-addr}

The slot number (1-6) that contains the CMG card.

[graceful|now|timeout]

graceful

Wait for current calls to end before placing endpoint Out-of-Service

now

Disconnect any existing calls immediately (Default)

timeout

Wait a defined time (see time below) before taking endpoint out of
service, disconnect any remaining calls. No new calls established
during waiting period

[time]

Number of seconds to wait before taking endpoints Out-
of-Service. Default time is 60 seconds.

Advertising