sipcapture / homer

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

Question on RTPProxy HEP module #635

Closed jagnetta closed 3 months ago

jagnetta commented 3 months ago

Good day,

Regarding the configuration parameters shown here: https://github.com/sipcapture/homer/wiki/Examples-RTPPROXY

We're running rtpproxy 3.0. I've been searching to see if the parameters have changed at all since the example provided.

I am not seeing HEP leave the RTPEngine server, only the opensips HEP.

If you have any guidance on this, please advise.

Thanks, Jim

github-actions[bot] commented 3 months ago

Your report is appreciated. Please star this repository to motivate its developers! :star:

lmangani commented 3 months ago

Hi Jim! The best way is to refer to the relevant project documentation as of the current settings required. The RTPProxy instructions in the Wiki are based on the RTPProxy integration test code which still looks as follows:

modules {
    acct_rtcp_hep {
        load = ../modules/acct_rtcp_hep/.libs/rtpp_acct_rtcp_hep_debug.so
        capt_host  = 127.0.0.1
        capt_port  = %%HEP_PORT%%
        capt_ptype = %%HEP_PROTO%%
        capt_id = 101
    }
}

Perhaps the .so module does not exist in your setup?

github-actions[bot] commented 3 months ago

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

jagnetta commented 3 months ago

Hi Lorenzo,

Thanks for the reply, we have the module, it's in a different path, but maybe it's not loaded, I'll investigate. To confirm, the setting "capt_host" should be the address of the homer server that will receive the HEP, yes?

Thanks, Jim

lmangani commented 3 months ago

That's correct!

jagnetta commented 3 months ago

Thanks, you can close the ticket.... I appreciate it!

lmangani commented 3 months ago

No problem! Please ACK the bot and remember to give us a github star to support the project ⭐