No problem and thanks for looking into this. The debug logs can be found here. The IP
addresses and hostnames are anonymised (as required by my client). In this scenario,
traffic should go to `185.10.20.29` first, and failover to `185.10.20.30` or
`185.10.20.31` based on DNS SRV.
What I was seeing with tcpdump:
```
1: 185.0.1.34 => udp:185.10.20.29:5060
2: 10.0.1.14 => udp:185.10.20.30:5060
3: 10.0.1.14 => udp:185.10.20.31:5060
```
https://gist.github.com/ThomasLobker/1bd279853e7b0d60add2fa9016e79f28
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2152#issuecomment-559411832