Enable or Disable Transports
AMPS provides modules that can enable and disable specific transports. The amps-action-do-enable-transport
module enables a transport. The amps-action-do-disable-transport
module disables a transport.
Module Name
Does
amps-action-do-enable-transport
Enables a specific transport.
amps-action-do-disable-transport
Disables a specific transport.
Both modules require the name of the transport to disable or enable.
Parameter
Description
Transport
The name of the transport to enable or disable.
If no name is provided, the module affects all transports.
Both modules do not add any variables to the AMPS context.
Last updated