6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Jan 13, 2025 — Jan 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Get remote IP address from the last Via header field, do not hardcode number of Via header fields. More... over 18 years ago
Release advanced RADIUS B2BUA. It has been glued from several versions, so that should be considered WIP. Particularly, more testing is necessary. More... over 18 years ago
Sync with latest changes in the commercial version: More... over 18 years ago
Fix misplaced statement, which can result in rtpproxy spinning its wheels without any reason. More... over 18 years ago
Fix a bug introduced in rev.1.43 (moving command processing to the end of the event loop). The change apparently broke the dead session removal logic resulting in a potential segfault and maybe some other nasty effects. Instead, restore loop order to pre-1.43 state, just move out command processing out of the loop explicitly. More... over 18 years ago
Merge in the last two changes from the iptel.org repo: More... over 18 years ago
Reformat a little bit. More... over 18 years ago
Remove copy-n-paste leftover. More... over 18 years ago
Sync with Wiki. More... over 18 years ago
Update (c). More... over 18 years ago
Update (c). More... over 18 years ago
Limit number of times we are trying to "drain" the RTP socket to 5. Otherwise, given sufficiently fast UDP source (or just a local UDP reflector) we may end up in almost infinite forwarding loop, either blocking or adversely affecting quality of other calls. More... over 18 years ago
Change the order in which we do command processing and packet forwarding. First do all packet forwarding and only then process commands - under heavy load this should minimize additional delay rtpproxy introduces and therefore improve the audio quality. More... over 18 years ago
Add CVS Ids. More... over 18 years ago
Add copy of the GPL license. More... over 18 years ago
Initial revision More... over 18 years ago
- added RPM spec files from Alfred E. Heggestad <[email protected]> More... almost 19 years ago
There are two other places where efiles have to be handled. More... about 19 years ago
Fix structure layout. More... about 19 years ago
Merge in makeann changes from the BSD licensed version. Those changes make GSM/G729 support optional and fix compilation on non-BSD platforms. More... about 19 years ago
Don't depend on BSD-ish headers. This makes makeann compilable on Linux. More... about 19 years ago
Add forgotten file. More... about 19 years ago
Regen after configure.ac/Makefile.am changes. More... about 19 years ago
Release makeann - a small utility to pre-encode LSB, 16-bit, 8000 kHz signed linear raw file into individual codec files that can be used with media server (playback) feature of the RTP Proxy. More... about 19 years ago
o In remote contatol mode prepend reply for the `i' command with the cookie; More... over 19 years ago
Fix rtpp_log_open() macro. More... over 19 years ago
getopt(3) returns int, not char. This fixed build on FreeBSD/powerpc, apparently char is unsigned there. More... over 19 years ago
Fix on big-endian platforms. More... over 19 years ago
o Use /usr/bin/rtpproxy as path to the binary, not /usr/sbin/rtpproxy; More... over 19 years ago
Add support for GSM. More... over 19 years ago