6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Feb 21, 2025 — Feb 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow passing no-RTP notification socket if RTPproxy supports it. More... almost 17 years ago
1. Allow Rtp_proxy_client_xxx to be taken off-line by setting shutdown parameter to be true, otherwise once instantiated the object will be staying alive indifenitely. More... almost 17 years ago
Allow disconnect time to be passed as a parameter. More... almost 17 years ago
Delay initialization of RTPproxy clients until we have our own address configured. More... almost 17 years ago
Take proxy address from the relevand Rtp_proxy_client_xxx class instead of assuming it should be the same as the local address. This makes it working with remote proxy listening on wildcard address. More... almost 17 years ago
Ignore *.pyc/*.pyo properly. More... almost 17 years ago
Add distutils-based setup/packaging infrastructure. More... almost 17 years ago
Add sippy into sys.path, so that it's possible to use when most code installed as a module. More... almost 17 years ago
- Collect value of User-Agent/Server supplied by the remote party, so that it can be used for accounting purposes. More... about 17 years ago
Make sure we actually use target address for end-to-end ACK different from one we used for INVITE when loose routing rules in RFC3261 require that. More... about 17 years ago
When generating CANCEL from INVITE make sure to set request target address to match. Otherwise CANCEL can take different path, thish violates RFC3261. More... about 17 years ago
Log timestamps with millisecond resolution. This helps to debug issues when traffic is more than 1-2 calls seconds. More... about 17 years ago
Update to match 1.2 beta. More... about 17 years ago
Re-gen. More... about 17 years ago
Upgrade from alpha to beta. More... about 17 years ago
Bump version to 200901120. More... about 17 years ago
Extend rtp_packet_parse() function to perform better validation of all fields of the RTP packets (based on the RFC1889) and return error code if any fields is out of bound. For now, this is only relevant when re-packetization feature is active, for regular forwarding the RTPproxy doesn't perform any parsing/validation. More... about 17 years ago
Cast argument of url_unquote() so that gcc doesn't warn about difference in signess. More... about 17 years ago
Include config.h, we need it before we can test for HAVE_STDINT_H. More... about 17 years ago
Be prepared that readline() method might throw IOError(EINTR) and restart it when this happens. More... about 17 years ago
Protect information from leaking from egress leg to ingress leg by replacing o= field in SDP. This is by no means a complete protection, but it should be sufficient for many practical cases when operator just doesn't want his clients to see IP of his own termination providers. More... about 17 years ago
Extend constructor to allow parameters to be auto-populated. More... about 17 years ago
Add support for qop/cnonce. Some broken UACs out there send us qop/cnonce even if we don't include it in the challenge, resulting in auth failure. We probably need to enable qop/cnonce when challenging anyway, since RFC3261 says: More... about 17 years ago
Convert all old-style objects into new-style ones. For how this is purely cosmetic change, not functionality should be affected. More... about 17 years ago
Make sure we include config.h before checking HAVE_STDINT_H. More... about 17 years ago
Regen. More... about 17 years ago
o Make disconnect notification feature actually usable: More... about 17 years ago
Add new function url_unquote() to decode string that has been encoded using the URL encoding method. More... about 17 years ago
Use HAVE_STDINT_H instead of checking for particular operating system. More... about 17 years ago
Bump version number. More... about 17 years ago