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.
Command Syntax
% set addressContext <name> zone <name> gwTrunkGroup <name> action <dryUp | force | undefined>
Command Parameter
SIP Trunk Group Action Parameters
Parameter | Description |
---|
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)
|
force | With 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 . |