6
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 11 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re-gen. More... over 3 years ago
o Rework static method implementation to be done. In non-debug case call would be done via const method table exported by each class rather than a "smethods" pointer in each instance allowing the LTO linker to do proper inlining. More... over 3 years ago
Update few more actions to v3. More... over 3 years ago
Use python 3.9. More... over 3 years ago
Add ubuntu-22.04. More... over 3 years ago
actions/checkout@v2 -> actions/checkout@v3. More... over 3 years ago
Bump MAX_CUMLOST 3x. More... over 3 years ago
Rename __GLOBL() macros to not collide with FreeBSD where it has been stolen from. More... over 3 years ago
Add forward declaration for the struct rtpp_cfg to avoid warning. More... over 3 years ago
GC unused variable. More... over 3 years ago
Extend glitching to allow dealing with the cases when "call home" socket might be closed after rtpp_glitch_init() call as a result of either fork/exec or just code closing all open sockets for some reason. This is to make glitching possible/usable in projects outside of the rtpproxy. More... over 3 years ago
Add a new optional modifier "H/h" to hide packets from the other side. I.e.: More... over 3 years ago
Extent "packet observer" framework to allow "observers" not only passively receive copies of the packets being forwarded, but also "steal" packets removing them from the processing queue. This is to enable the catch_dtmf module to also hide DTMF packets from the other side when necessary. More... over 3 years ago
Add missing "rtpa_nlost" global counter to track number of packets lost according by the SEQ tracking. Beef up forwarding tests accordingly to dump value of that counter as well. More... over 3 years ago
Few more checksums needs to be adjusted. More... over 3 years ago
Update to account for few differencies to the G.729 frames generated by the version 1.1.1 of the bcg729 library. More... over 3 years ago
Fix bcg729.spec match. More... over 3 years ago
Also create AUTHORS and get rid of the offending bcg729.spec.in in the configure.ac. More... over 3 years ago
Fix bcg729 build. More... over 3 years ago
Bump BCG729_VER to 1.1.1. More... over 3 years ago
Make rtpp_record_open() argument const char *. More... over 3 years ago
Open rtpproxy.pid before we drop privileges. More... over 3 years ago
Give "notify client" a bit more time to get it stiff ready for us to connect. More... over 3 years ago
Fix build on FreeBSD 11.3. More... over 3 years ago
Fix build with sip-log. More... over 3 years ago
Adjust to account for MEMDEB output from the extractaudio. More... over 3 years ago
Adjust to account for MEMDEB output from the extractaudio. More... over 3 years ago
Re-gen. More... over 3 years ago
Fix build. More... over 3 years ago
Re-gen. More... over 3 years ago