6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Crear expire_timer, no_progress_timer and credit_timer just in case. More... about 16 years ago
Make callLater call us in the first place, so that we can clean reference to callLater() instance and also catch any possible exceptions and print a stack trace. More... about 16 years ago
o Introduce ability to record of all packets related to single session into a single file. Only supported with PCAP recoding format; More... about 16 years ago
Add shims to make it run under windows. More... about 16 years ago
Retire freebsd subdir too, moving startup script to scripts. More... about 16 years ago
Remove debian package stuff out of the way. Only keep rtpproxy.init since I often find it useful to have startup script in the package when I need to install latest version from source. More... about 16 years ago
Add new option digest_auth_only - the option instruct the B2BUA to only use Sip Digest authentication, not remote ip. Also, make interaction between accept_ips and other authentication options more clear: accept_ips is to restrict B2BUA from accepting traffic from some particular IP(s) (for example SIP proxy), it's not replacement for authentication in any form or shape. More... about 16 years ago
Properly set _sip_address. More... about 16 years ago
Add alert-timepoint and provisional-timepoint into list of VSAs. More... about 16 years ago
In some cases allow raw SIP headers to be passed from application layer to SIP layer. This is needed in order to enable generating digest challenge for example. More... about 16 years ago
Call RadiusAccounting:disc() method properly. More... about 16 years ago
Remove duplicate attribute. More... about 16 years ago
Honour request to bing to a specific address only. More... about 16 years ago
Ignore EINTR in receive path. More... about 16 years ago
We supply execvp-style command, so set shell to False in subprocess.Popen() call.. More... about 16 years ago
Add brief version of usage() call to be used when some error has been detected. More... about 16 years ago
o Update RadiusAccounting() invocations to match recent changes in that class; More... about 16 years ago
o Use new UA class methods to retrieve accounting information; More... about 16 years ago
Emit error if the configuration file cannot be read. More... about 16 years ago
Track sessin accounting (PDD, delay, duration, etc) in the UA instead on leaving this task for the upper level. Amond other things it simplifies accounting. While I am here remove disconnect warning via SIP INFO message, it has nothing to do in the UA code and has to be implemted on application level if necessary. More... about 16 years ago
Add TimeoutAbs - version of Timeout class that takes absolute time instead of relative and fires only once. Based on that also add optimized version of Timeout that only need to fire once. More... about 16 years ago
o Rework option system, depreciate old-style single-letter options in favour of more self-descriptive long options as well as introduce support for reading options from the config file. The old-style options will probably go away in 1-2 stable releases from now; More... about 16 years ago
Some brain-damaged stacks use body-less re-INVITE as a means for putting session on hold. Quick and dirty hack to make this scenario working. More... about 16 years ago
o Use subprocess module instead of popen2 to avoid depreciaion warning from Python 2.6; More... about 16 years ago
Implement millisecond-precision reporting if needed. The glue to enable it in B2BUA will follow. More... about 16 years ago
Add new option -H to hide call-id on the egress call leg replacing it with MD5 hash of the original call-id, so it's still possible to match. More... about 16 years ago
Use hashlib module for md5 object instead of md5 module. This fixes warning in python 2.6. More... over 16 years ago
Fix reference to a variable before assignment. More... over 16 years ago
Fix reference to local variable before assignment. More... over 16 years ago
Prevent possible memory leak. More... over 16 years ago