Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 2195)

Ticket Resolution Summary Owner Reporter
#2034 fixed Add Python 3 support using PJSUA2 API bennylp riza
Description

Currently we've been able to generate SWIG binding to java and python 2 using PJSUA2 API.

This ticket will add support to generating python 3 binding and enable it as the preferred python binding.

To change it back to python 2 binding, you need to modify pjsip-apps/src/swig/python/Makefile to:

USE_PYTHON3=0

and regenerate the SWIG binding afterwards.

Note that when generating python 3 binding, you would require the similar packages used when generating python 2 binding.

e.g: python3-dev instead of python2.7-dev package

#2098 fixed Add SDP attribute SSRC and CNAME bennylp ming
Description

Add support for SSRC attribute (RFC 5576), and CNAME (RFC 7022) in the SDP.

This ticket is created with the aim to support WebRTC interoperability according to this draft document:

Implementations are REQUIRED to support signalled RTP synchronisation
   source (SSRC) identifiers.
#2141 fixed Add TCP initial receive timeout for server connection bennylp riza
Description

This ticket will add a timeout (compile time setting PJSIP_TCP_INITIAL_TIMEOUT) to disconnect a TCP server connection if it doesn't receive any data following a successful connect.

Note that when a TCP server connection is idle or not referred anymore, idle timeout will disconnect the connection, refer to PJSIP_TRANSPORT_SERVER_IDLE_TIME

Thanks to Peter Koletzki for the suggestion.

Note: See TracQuery for help on using queries.