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 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, view it on GitHub, or unsubscribe.