Skip to content

Releases: pjsip/pjproject

PJSIP version 2.10

14 Feb 09:59
Compare
Choose a tag to compare

Release Focus

  • WebRTC interop for video:
    • RTCP-FB PLI
    • VP8 and VP9 video codec
  • Audio Enhancements
    • Voice Processing IO for MacOS
  • Timer refactoring

Backward incompatibility

  1. Due to #2209 (Insufficient variable storage to contain Expires header field/ parameter):
    • Any sign comparison of expiration fields MUST be modified, for example: pjsip_contact_hdr.expires < 0 should be changed to pjsip_contact_hdr.expires == PJSIP_EXPIRES_NOT_SPECIFIED.
    • Direct setting/comparison with -1 should still work, for example: pjsip_pres_inititate(sub, -1, ...) or pjsip_contact_hdr.expires == -1. This is because PJSIP_EXPIRES_NOT_SPECIFIED == (unsigned) -1. Nevertheless, for future compatibility, it is recommended to change any -1 to PJSIP_EXPIRES_NOT_SPECIFIED.
  2. Due to #2233 (Change enumeration typemaps in SWIG Java), Java applications needs to be updated:
    • Accessing enumeration value is no longer using swigValue() method, e.g: pjsip_inv_state.PJSIP_INV_STATE_CONFIRMED.swigValue() must be changed to pjsip_inv_state.PJSIP_INV_STATE_CONFIRMED.
    • All enumeration types are now int, e.g: pjsip_status_code code must be changed to int code.
  3. Due to #2251 (Deadlock between PJSUA LOCK and conference mutex):
    • pjmedia_*_set_eof_cb() and pjmedia_*_set_cb() are deprecated and replaced with pjmedia_*_set_eof_cb2()/set_cb2(). The callbacks will now be asynchronous.
  4. Due to #2265 (Compatibility issues on Python 3.7 or above):
    • PJSUA2 async field in OnCallRxReinviteParam is renamed to isAsync.

For ticket list, please see Milestone 2.10

PJSIP version 2.9

14 Jun 11:32
Compare
Choose a tag to compare

Released on 2019-06-13T10:14:40Z

Release Focus

  • Video conference
  • Darwin (Mac & iOS) native SSL backend
  • NAT enhancement: TURN over TLS
  • SIP multiple listeners

For more details about the ticket list, please see Milestone 2.9

PJSIP version 2.8

05 Sep 17:02
Compare
Choose a tag to compare

Released on 2018-09-05T05:35:44Z

Release Focus

  • OPUS param on the fly
  • WebRTC interopability - RTP/SAVPF - SSRC
  • Support for GnuTLS
  • RTP/RTCP multiplexing
  • C# binding for SWIG

Backward incompatibility

  • Application using PJMEDIA API directly should explicitly invoke pjmedia_transport_media_start() to start receiving RTP packets. Application that does not use SDP can simply pass zero/null for pool and SDP params, e.g: pjmedia_transport_media_start(tp, 0, 0, 0, 0). Please check #2097 for more info.

For more details about the ticket list, please see Milestone 2.8

PJSIP version 2.7.2

25 Feb 11:26
Compare
Choose a tag to compare

Released on 2018-02-21T03:15:18Z

Release Focus

Security update. This version is recommended for all users to improve the security of applications using PJSIP.


For more details about the ticket list, please see Milestone 2.7.2

PJSIP version 2.7.1

08 Nov 12:54
Compare
Choose a tag to compare

Released on 2017-11-08T03:23:59Z

Release Focus

Security update. This version is recommended for all users to improve the security of applications using PJSIP.


For more details about the ticket list, please see For more details about the ticket list, please see Milestone 2.7.1

PJSIP version 2.7

04 Oct 13:28
Compare
Choose a tag to compare

Released on 2017-09-25T06:23:19Z

Release Focus

  • DTLS for SRTP keying
  • iOS (and Mac) H.264 Native Encoder and Decoder
  • NAT64

For more details about the ticket list, please see Milestone 2.7

PJSIP version 2.6

27 Jan 09:58
Compare
Choose a tag to compare

Released on 2017-01-26T03:05:43Z

Release Focus

  • WinRT/Win10 support

For more details about the ticket list, please see Milestone 2.6

PJSIP version 2.5.5

24 Jul 20:43
Compare
Choose a tag to compare

Released on 2016-07-21T05:12:49Z

Release Focus

  • IPv6 support in PJNATH
  • IPv6 support in PJLIB-UTIL DNS SRV and DNS AAAA resolution
  • IPv6 support in hostname resolution (with and without nameserver) in PJSIP and PJSUA-LIB

For more details about the ticket list, please see Milestone 2.5.5

PJSIP version 2.5.1

04 Jun 13:44
Compare
Choose a tag to compare

Released on 2016-06-02T09:39:36Z

Release Focus

Bug fix for 2.5


For more details about the ticket list, please see Milestone 2.5.1

PJSIP version 2.5

11 May 15:07
Compare
Choose a tag to compare

Released on 2016-05-11T08:47:54Z

Release Focus

  • WebRTC: Opus and EC
  • Review audio latency on Android

For more details about the ticket list, please see Milestone 2.5