Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 2195)

Ticket Resolution Summary Owner Reporter
#2195 fixed Assertion when receiving more calls than the configured maximum ming ming
Description
14:22:47.592           pjsua_call.c  ..Unable to accept incoming call (too many calls)
Assertion failed: (dlg), function pjsip_dlg_dec_session, file ../src/pjsip/sip_dialog.c, line 959.
#2194 fixed onStreamDestroyed callback is not called upon call disconnection ming ming
Description

When call has been disconnected, the Call object is no longer associated with the call id. Thus, the onStreamDestroyed callback will not be called.

#2193 fixed Buffered read data on SSL socket might not immediately get read after handshake is complete riza riza
Description

Scenario:

  1. Client SSL socket will send data immediately to the server after it is connected.
  2. On the server side, the data sent will be buffered. At this point, the handshake on the server side is not yet completed. When the handshake is complete, the buffered data will not be read immediately. It will not be read unless the client proceed to send data. If this is not the case, the client will likely get a time out to the send operation.

This patch will enable reading the buffered data, immediately after the handshake is complete.

Note: See TracQuery for help on using queries.