5-112 Compact T1 - Release 6.1
CLI Commands
set
set (router) mgcp callagent secondary address
Use the set (router) mgcp callagent address command for configuring a secondary call
agent address that will be tried if the primary call agent does not reply to the notifications.
The secondary call agent address will function in the same fashion as would multiple IP
addresses returned in a domain name query. See RFC 2705 for a detailed discussion of how
multiple call agents are handled by MGCP gateways. The address may be given in the form
of an IPv4 address or as a domain name. The domain name form can only be used if DNS
has been enabled. This command takes effect after the card had been reset.
Syntax: set {cmg_card-addr} mgcp callagent secondary address
{ip-addr|"domain-name"}
Example: set 1 mgcp callagent secondary address
"callagent.carrieraccess.com"
The example will set the secondary domain-name to be used by MGCP to access
the callagent to "callagent.carrieraccess.com" for the CMG card in slot 1
{cmg_card-addr}
The slot number (1-6) that contains the CMG Router card.
{ip-addr|"domain-name"}
ip-addr The secondary call agent IP address for MGCP to send commands to.
In the form of xxx.xxx.xxx.xxx, where xxx is between 0-255.
domain-name Secondary call agent domain-name for MGCP to send command to.
The name must be enclosed in quotes.