6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
o Make threads use specified port range; More... over 13 years ago
Allow data to be read from file. More... over 13 years ago
Add make file. More... over 13 years ago
Add xmpp_b2bua_id parameter. More... over 13 years ago
o Eliminate unneeded select() call; More... over 13 years ago
Pass global_config into the Udp_server, so it's easier to replace it with XMPP-based server. More... over 13 years ago
Few more files to delete. More... over 13 years ago
Revert changes that were not meant for the public repository. More... over 13 years ago
Fix negative values reported for the number of dropped i/o requests. More... over 13 years ago
Merge remote branch 'upstream/master' More... over 13 years ago
Add XMPP_server.py, class similar to Udp_server but for the socket_server. More... over 13 years ago
Add XMPP alternative for Udp_server class. More... over 13 years ago
Pass original User-Agent into proxied registrations after colon. More... over 13 years ago
Add init.d script for the back B2BUA. More... over 13 years ago
Add init.d startup script for the B2BUA front. More... over 13 years ago
Merge branch 'master' of https://github.com/iVoisys/b2bua More... over 13 years ago
Add use_rtp option. More... over 13 years ago
Add use_rtp option. More... over 13 years ago
Add logic for the sbcback. More... over 13 years ago
Merge remote branch 'upstream/master' More... over 13 years ago
o Use altpassword; More... over 13 years ago
o De-mangle contact header in response that we pass to the original UA; More... over 13 years ago
Use altpassword. More... over 13 years ago
Add support for altpassword. More... over 13 years ago
Parse some addresses properly, particularly ones having <> as part of the name, e.g.: More... over 13 years ago
Call suggestThreadPoolSize since we pass lot of messages using callFromThread() and default of 10 is a bit low. More... over 13 years ago
While is not strictly allowed, accept URL's without explicit method in them, just assume it's sip:. This should make some braindead devices working. More... over 13 years ago
Workaround a strange issue observed on particular Linux boxes under significant load. Basically recvfrom() function sometimes returns empty data buffer, while socket is still in the perfectly valid state for receiving data on. This results in the worker thread ending prematurely, and if all of them do eventually, the receive path shuts down. Could be either some locking in the python code or some other kernel-specific issue. More... over 13 years ago
When NAT is enabled ignore "Contact: *" header fields. More... over 13 years ago
Automatically lower-case header field names, so that comparison works properly in the case if user supplies name that has been capitalized. More... over 13 years ago