Black Box COMPACT T1 MT850A User Manual

Page 208

Advertising
background image

5-124

Compact T1 - Release 6.1

CLI Commands

set

set (router) mgcp sdpmode

The set (router) mgcp spdmode is a interoperability command to specify the content in
transmitted Session Description Protocol (SDP) message sections.This option is included
to account for call agents or remote gateways that cannot handle full content (default). This
command applies to the CMG Router card only.

Syntax:

set {cmg_card-addr} mgcp sdpmode {full|minimal}

Example:

set 1 mgcp sdpmode minimal

The example will set the SDP mode to send only minimal content, for the CMG
card in slot 1.

{cmg_card-addr}

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

{full|minimal}

set (router) mgcp timeout

Use the set (router) mgcp timeout command specify the maximum bound on MGCP
retransmission. The time between retries will exponentially climb from a minimum of
about 200 ms up to the value entered here +200 ms. The value entered bounds the
maximum number of milliseconds that MGCP should wait for a response to a command
sent to the call agent, before retrying the command. This command applies to the CMG
Router card only.

Syntax:

set {cmg_card-addr} mgcp timeout {milliseconds}

Example:

set 1 mgcp timeout 5000

The example will set the timeout to 5 seconds, for the CMG card in slot 1.

{cmg_card-addr}

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

{milliseconds}

Milliseconds range: 0 and 65535. Default is 3000 milliseconds (3 seconds).

full

SDP sections contain all mandatory lines (v, o, s, c, t, M)

minimal

SDP sections contain only necessary lines (v, c, m) plus a. Which are the
only lines really used for setting VoIP media stream parameters.

Advertising