Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on RTPProxy HEP module #635

Closed
jagnetta opened this issue Apr 19, 2024 · 7 comments
Closed

Question on RTPProxy HEP module #635

jagnetta opened this issue Apr 19, 2024 · 7 comments
Labels

Comments

@jagnetta
Copy link

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

Copy link

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

@lmangani
Copy link
Member

lmangani commented Apr 19, 2024

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?

@lmangani lmangani transferred this issue from sipcapture/homer-app Apr 19, 2024
Copy link

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

@jagnetta
Copy link
Author

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
Copy link
Member

That's correct!

@jagnetta
Copy link
Author

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

@lmangani
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants