-
-
Notifications
You must be signed in to change notification settings - Fork 244
Examples RTPPROXY
Lorenzo Mangani edited this page Mar 30, 2022
·
10 revisions
RTPProxy can natively send HEP RTCP Reports (HEP type 5) for relayed RTP/RTCP streams
Create (or extend) the optional configuration file containing the required settings:
modules {
rtpp_acct_rtcp_hep {
load = ../modules/acct_rtcp_hep/.libs/rtpp_acct_rtcp_hep.so
capt_host = HEP_SERVER_IP
capt_port = 9060
capt_ptype = udp
capt_id = 101
}
}
Include the saved configuration in your RTPProxy arguments using the config parameter:
RTPPROXY_ARGS="--config path/to/rtpp_acct_rtcp_hep.conf"
Further examples can be found in the RTPProxy test coverage
(C) 2008-2023 QXIP BV
HEP/EEP Agent Examples:
- CaptAgent
- HEPlify
- Kamailio
- OpenSIPS
- FreeSwitch
- Asterisk
- sipgrep
- sngrep
- RTPEngine
- RTPProxy
- Oracle ACME SBC
- Sonus SBC
- Avaya SM
- Sansay SBC
HEP/EEP Agent Examples (LOGS):
HEP/EEP Proxy:
Extra Examples:
- Custom JSON Stats
- RTCP-XR Stats
- GEO IP Maps
- Janus/Meetecho-WebRTC
- Cloudshark Export
- Encrypted HEP Tunneling
- SNMP Monitoring
- FreeSWITCH ESL Monitoring
- Kazoo Monitoring
- Speech-to-Text-to-HEP
Extra Resources: