sipcapture/homer

Capturing TLS calls and sending it as TLS as well

idanam-del opened this issue · 1 comments

hey,

i try to use the native Freeswitch agent to send to localhost SIP traffic which should be the decrypted TLS SIP calls and then use heplify as hep-collector that's listens to localhost and sends the HEP packets in tls mode so i can forward the HEP packets to the HOMER server in a secured way.

in not working right now, not even without tls flag in heplify. So is it even possible to use HEP collector this way?

here are CLI commands and config examples:

Native Freeswitch agent:

heplify without tls flag:

heplify -e -hs HOMER-IP:9063 -hin udp:127.0.0.1:9060

Thank you!

sorry, global capture was off (i was not the one who configured the FS)

its all working now, the tls as well. so we can use hep collector to send encrypted hep to homer server