KB Article #44911
Use decision rules with an "Interrupted" transfer state
Problem
How to use a decision rule with an "Interrupted" transfer state ?
Resolution
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.