On FreeSWITCH version 1.10.7 we can send HEP v3 traffic to our Homer server via UDP with this configuration line on sofia.conf.xml
<param name="capture-server" value="udp:our_homer_server:9060;hep=3;capture_id=1500"/>
We want to send it over TCP for reliability and this does not send any traffic:
<param name="capture-server" value="tcp:our_homer_server:9060;hep=3;capture_id=1500"/>
I haven’t been able to find any references to this online and the examples I see are always with UDP.
Can HEP be sent via TCP? If so, how?
Thank you