Hello, I'm new to FusionPBX. I created an outgoing route specifying two gateways, but if the first one fails or is disabled, it doesn't switch to the second one (the phone just hangs up). Please tell me how to fix this?
This is my route:
What's the reason the first gateway fails? It will only failover if the failure reason matches one of the failure reasons in the continue_on_fail variable. You can set continue_on_fail=true to always failover regardless of the failure reason.