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

Create documentation for the acct_rtcp_hep module. #101

Open
sobomax opened this issue Dec 30, 2019 · 3 comments
Open

Create documentation for the acct_rtcp_hep module. #101

sobomax opened this issue Dec 30, 2019 · 3 comments
Assignees

Comments

@sobomax
Copy link
Member

sobomax commented Dec 30, 2019

I see that a HEP client has been integrated. I would like to use it but I don't see any instructions.
Please can someone tell me how to use it?

  • Mark Farmer
@solarmon
Copy link

Hi.

I am also interested in the HEP capture feature in rtpproxy 2.2.0

The documentation for rtpproxy 2.2 (https://www.rtpproxy.org/doc/master/user_manual.html#CONFIGURATION) suggests that the documentation for the configuration is still TODO.

Where can we find information on how to set up the configuration file, load the acct_rtcp_help module and configure it to point to a HEP/Homer server.

Thank you.

@lmangani
Copy link

For anyone interested, we are tracking the available config information in the HOMER Wiki
Please feel free to extend or suggest any required corrections

@solarmon
Copy link

This is what I had to do to get rtpproxy 2.2.0 configured to send RTCP captures to a HEP server.

I had a systemd service file for rtpproxy configured to point to a configuration file using the --config <path-to-config-file> parameter of rtpproxy (which is not documented in the rtpproxy man docs).

The configuration file should then use the following example format to load the rtpp_acct_rtcp_hep module and configure it to point to a HEP server:

modules {
   rtpp_acct_rtcp_hep {
       load = /usr/local/lib/rtpproxy/rtpp_acct_rtcp_hep.so
       capt_host  = HEP_SERVER_IP
       capt_port  = 9060
       capt_ptype = udp
       capt_id = 101
   }
}

I hope that helps others trying to find this undocumented but very useful feature of rtpproxy.

Thanks to @lmangani for the help and support. The above details has also been documented at https://github.com/sipcapture/homer/wiki/Examples-RTPPROXY

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

No branches or pull requests

4 participants