KB Article #44911

Use decision rules with an "Interrupted" transfer state

Problem

How to use a decision rule with an "Interrupted" transfer state ?


Resolution


To use decision rules with an "Interrupted" transfer state, you need to add that state to the Route Transfer States list.



In Navigator, this can be found under the Gateway configuration, on the first page; click on Route Transfer States, select Interrupted (I) in addition to the existing states, and save.


At the command line, first check what the existing list is, using the command peluconf get | grep router_xfer_state_map, then use the command peluconf set -s monitor router_xfer_state_map LIST to change it (where LIST is whatever you had there before plus an uppercase I). For example, if the result of the first command is [monitor]router_xfer_state_map='AW12', then the second command should be peluconf set -s monitor router_xfer_state_map AW12I .


After these changes are made, restart Gateway to make the new settings take effect.