6
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 22 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
o Make sure to import from sippy.XXX, not from XXX. More... over 16 years ago
Reorder authentication code, so that it's more logical when deciding whether or not use IP-based authentication or digest-based authentication. More... over 16 years ago
Introduce automatic bridging functionality. The way it works is that the RTPproxy expects signalling layer (B2BUA, Sip Proxy etc) to let it know either local IP for media or remote IP for this particular call leg. If the local IP is specified, then it will be used verbatim, otherwise the local address will be determined automatically based on remote IP and result of dummy connect(2)/getsockname(2) calls. Both IPv6 and IPv4 addresses are supported. More... over 16 years ago
Trap EINTR. More... over 16 years ago
Revert rev.1.15, it was not thought out properly. More... over 16 years ago
Use fnmatch(3) instead of strcmp(3) to match notification socket name. This allows us to specify single path, which will be good for many b2bua sockets. More... over 16 years ago
Add support for the release-source Cisco AVPair. More... over 16 years ago
Add CVS Id. More... over 16 years ago
There is a bug that could result in out-of-order events to be generated. Basically, Ringing or Connected even can be delayed waiting for the RTPproxy answer, while Disconnect event comes in in the meantime. As a result, such mis-ordering confuses CallController, which generates wrong accounting. Instead, check sequence numbers to all CCEvents and drop out-of-order events. This should resolve this and similar issues. More... over 16 years ago
Add sequence number that is monotonically increase and optional origin parameter to be set on the instantiation time. More... over 16 years ago
Only set no RTP timeout notification on the first stream, which is usually audio stream. More... over 16 years ago
Call getTId/getTIds in the parsing try/except block, so that to catch any parsing errors. More... over 16 years ago
Remove unused import. More... over 16 years ago
Set installSignalHandlers to True when running reactor, so that ^C in foreground mode actually works. More... over 16 years ago
Re-gen after addition of rtpp_network.[ch]. More... over 16 years ago
Remove code that is not doing anything. More... over 16 years ago
Move network-related functions into the seperate file - rtpp_network.c, copied over from rtpp_network.h. More... over 16 years ago
Properly parse comma-separated URIs that don't have <> in them. More... over 16 years ago
Make Debian init script LSB compliant. More... over 16 years ago
Actually pass facility into openlog(3) call. More... over 16 years ago
Re-gen. More... over 16 years ago
Allow IP ToS (type of service) setting be disabled by specifying `-t -1' on command line. More... over 16 years ago
Make it possible to specify syslog facility without the LOG_ prefix, i.e. -d warn:local5. More... over 16 years ago
Regen. More... over 16 years ago
Add ability to set syslog facility (by adding it after : to the argument of the -d option), i.e. -d WARN:LOG_LOCAL5. More... over 16 years ago
Fix compiler warning on Solaris. More... almost 17 years ago
Fix build on solaris. More... almost 17 years ago
Make linking on solaris working out of the box. More... almost 17 years ago
Per RFC, only INVITE and REGISTER need Expires HF. More... almost 17 years ago
Properly generate header name for the Route HF. Previously, "From" could have been generated in some cases. More... almost 17 years ago