telephony
Failover
Failover is an automatic switch to a backup route, server, or carrier when the primary one stops responding, so calls keep flowing instead of dropping.
Failover is the safety net that keeps your phone system working when one part of it goes down. Instead of every call failing because a single route stopped answering, the system notices the problem and quietly sends calls down a backup path. Newcomers often picture it as a spare tire: you hope you never need it, but you are very glad it is there when a tire blows on the highway. In a call center, the highway is busy all day, so a blown tire without a spare means lost contacts and idle agents.
Where failover shows up
The most common place is at the carrier level. If your primary Carrier starts rejecting calls or returns CONGESTION errors, a backup Trunk can take over. Dialplans that use Least-cost routing often double as failover, since they already know a second and third route to try and simply move down the list when the first one fails. On a SIP trunk, failover usually triggers when registration drops or a call gets no answer within the Dial timeout window. The trick is deciding what counts as failure: one bad call is normal, but a string of rejected calls in a row is a clear signal to switch.
Failover also matters at the server level. A health check such as a Keepalive can detect that a process has stopped, then promote a standby so work continues on another box. The key idea is that something must constantly watch the primary path, because failover only works if the failure is detected fast enough. A backup that nobody ever switches to is just dead weight, and a backup that switches too eagerly can flap back and forth and cause its own problems.
Good failover is automatic and quiet. Bad failover is manual and panicked, with someone editing config at 2 a.m. while calls pile up. When you plan a setup, decide in advance what counts as a failure, how fast you want to react, and which backup picks up the load. Test the switch on purpose, in daylight, before you ever need it for real. If you are still picking providers, our guide on choosing a SIP carrier covers how to compare redundancy options so a second route is ready when you need it.
Related terms
Carrier
A carrier is the phone company that actually carries your calls onto the public phone network — VICIdial dials, the carrier delivers.
CONGESTION
CONGESTION is a call result meaning the network couldn't complete your call — usually a carrier or routing problem on your side, not the number you dialed.
Keepalive
A keepalive is a small repeated signal or background process that confirms a connection or service is still alive and triggers a fix when it goes quiet.
Least-cost routing
A way of automatically sending each call out through whichever carrier is cheapest for that destination, lowering your total call costs without manual work.
SIP trunk
A virtual phone line over the internet that connects your dialer to a carrier, letting you place and receive many calls at once without physical wires.
Trunk
The connection between your VICIdial server and your phone carrier that actually carries calls in and out of the system.