Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 2195)

Ticket Resolution Summary Owner Reporter
#93 fixed Python application blocks in sys.stdin.readline() because C module running on different thread is calling a blocking OS function bennylp bennylp
Description

On Linux (or at least my Linux), pjsua_app.py application will block forever on sys.stdin.readline(), and somehow this is related to the other thread calling py_pjsua.handle_events() (if this is commented, the keyboard input will function properly).

#94 fixed Bug in level adjustment calculation in conference bridge bennylp bennylp
Description

Bug in conference.c at line 1731. The code should be:

if (itemp >= 0) level += itemp;
else            level -= itemp;

Thanks frank wiersma for the fix.

#95 fixed Keep-alive mechanism for TCP and TLS transports bennylp bennylp
Description

TCP and TLS transports should periodically transmit packet to keep the connection and NAT binding open.

Note: See TracQuery for help on using queries.