Description

All ips destination of DNS Failover are tried only if either no response or 503 response.
I woud like to try others ips when receiving code other than 503 response (example when receiving 408 from a previous one).

Expected behavior

Actual observed behavior

Debugging Data

None

Log Messages

None

SIP Traffic

obvious

Possible Solutions

A possible solution will be to modify the reply_received function of tm's t_reply.c file.

int reply_received( struct sip_msg  *p_msg )
{

}

Additional Information

(paste your output here)
(paste your output here)


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/3122@github.com>