Hello,
My kamailio is listening to TCP, so when I try to duplicate packets to homer,
It tries to send them as TCP. From the log I see:
Apr 5 08:21:45 kamprod /usr/local/sbin/kamailio[16309]: ERROR: <core> [core/forward.c:181]: get_out_socket(): no socket found
Apr 5 08:21:45 kamprod /usr/local/sbin/kamailio[16309]: ERROR: <core> [core/forward.c:183]: get_out_socket(): no
corresponding socket found for(udp:10.168.10.229:5090)
Apr 5 08:21:45 kamprod /usr/local/sbin/kamailio[16309]: ERROR: siptrace [siptrace.c:1940]: trace_send_hep2_duplicate(): can't forward to af 2, proto 1 no correspondi
Which is rather strange to me, because the protocol is defined to be UDP for HEP:
corresponding socket found for(udp:10.168.10.229:5090)
How can I fix this?
Thanks,
Arik