sipcapture / homer

HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring
https://sipcapture.org
GNU Affero General Public License v3.0
1.61k stars 240 forks source link

FreeSWITCH Capture Agent over TCP? #548

Closed hnimminh closed 2 years ago

hnimminh commented 2 years ago

Does FreeSWITCH Capture Agent support send package over to TCP?

From https://github.com/freeswitch/sofia-sip/blob/060e3a294a6e51276e806adf4547cd69e7186fe9/libsofia-sip-ua/tport/tport_logging.c#L159 only UDP is support.

Do we have plan to support TCP?

github-actions[bot] commented 2 years ago

Please star this repository to motivate the developers and to get higher priority! :star:

lmangani commented 2 years ago

Hello @hnimminh unfortunately it does not (feel free to open a request on their repository) but you can use our agents or an advance HEP proxy such as OpenSIPS as a HEP relay between UDP and TCP protocols. Hope this helps!

hnimminh commented 2 years ago

Thanks @lmangani , I thought that code belong to sipcapture.

khorsmann commented 2 years ago

@hnimminh you can also send captures via Kamailio to Homer. And if you want you can use the golang hfp proxy to send it to Homer https://github.com/ivlovric/HFP