Configurable Failover

Configurable failover provides the ability to control exactly how the processing flows through a section and to override or rewrite the return value of any module. The Unlang interpreter provides for complicated failover. The return codes from each module or subsection can be modified or updated based on complex criteria.

This section describes how to create more complicated module processing and failover configurations, and is thus intended only for advanced users.