Use this object to define the action to take when putting this SIP trunk group out of service such as to control whether calls are forced off or allowed to dry up upon a mode out-of-service action.

 

Note

As a best practice, always use UPPERCASE for trunk group names.

 

Command Syntax

% set addressContext <name> zone <name> gwTrunkGroup <name> action <dryUp | force | undefined>

Command Parameter

SIP Trunk Group Action Parameters

ParameterDescription
dryup

Select this option for the following behavior.

  • If dryupTimeout is not specified or its value is "0", then no new calls are accepted and all currently active calls are allowed an indefinite time period to finish.
  • If dryupTimeout is non-zero, no new calls are accepted and all currently active calls are allowed <dryupTimeout> minutes to finish. After this duration, all remaining active calls are dropped. (default)
forceWith this option, no new calls are accepted and all active calls are immediately dropped.

undefined

With this option, all calls are dropped and the gateway trunk group is immediately set to outOfService.

  • No labels