We're using Kamailio as a stateless load balancer, and would like to
add failover support.
Is it possible to have failover support in stateless mode?
What i want is that when a server doesn't answer to a request,
Kamailio set its state to probing, and start to ping it until it
answer, then setting its state to active again.
And that only active servers are selected by ds_select_dst().
Is it possible?
How can I do this?
Thank you.
Santiago