As I understand haproxy protocol may be used only for `inbound` connections and can't
be used for outbound connections.
According to` lsof` output, problem connection is outbound
```
[root@sbc-13 ~]# lsof -a -p 56907| grep 3931924
kamailio 56907 kamailio 58u IPv4 3931924 0t0 TCP
ip-100-85-118-66.us-west-1.compute.internal:sip->207.244.110.239:11495 (ESTABLISHED)
```
From point of view need to change [this
block](https://github.com/kamailio/kamailio/blob/1f751775525fdcdb5a75b45fbf…
to avoid enter when Kamailio try to create the outbound connection.
--
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/2658#issuecomment-789708947