Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 2195)

Ticket Resolution Summary Owner Reporter
#2204 fixed Add OpenSSL remote certificate chain info ming ming
Description

Add OpenSSL remote certificate chain info.

Thanks to Peter Koletzki for the patch.

#2203 fixed Failure to set minimum SSL version when OpenSSL 1.1 is used ming ming
Description

When OpenSSL 1.1 installed, it is not possible to set a minimum TLS version anymore, for example via PJSIP_SSL_DEFAULT_PROTO in config_site.h. Instead, PJSIP offers/accept always all versions of the underlying OpenSSL library.

This is caused by ticket #1999.

Thanks to Alexander Traud for the report and the patch.

#2202 fixed Limit the number of ignored error when receiving RTP/RTCP. riza riza
Description

On on_rx_rtp()/on_rx_rtcp() there's a loop to call pj_ioqueue_recvfrom(). The loop will stop until pj_ioqueue_recvfrom() return PJ_EPENDING/PJ_ECANCELLED. If pj_ioqueue_recvfrom() return Error besides PJ_EPENDING/`PJ_ECANCELLED the loop will continue non stop.

This patch will introduce new setting (PJMEDIA_IGNORE_RECV_ERR_CNT) to limit the number of identical consecutive error return from pj_ioqueue_recvfrom().

Thanks to Guy Mininberg for the report.

Note: See TracQuery for help on using queries.