Skip to content

PJSIP version 2.17

Latest

Choose a tag to compare

@nanangizz nanangizz released this 22 Apr 07:15
· 67 commits to master since this release

Release Focus

Backward incompatibility

  • #4888: Default Opus library name on MSVC changed from libopus.a to opus.lib. To keep the old name, define PJMEDIA_CODEC_OPUS_LIB_NAME "libopus.a" in config_site.h.
  • #4830: PJSUA2 Call::acc type changed from Account& to Account*; C++ callers must use -> instead of ..
    • New pjsua_acc_del2() / Account::shutdown2() provide safer deletion that rejects while calls are active.
  • #4765: INVITE transaction termination is delayed to absorb retransmissions, and 200 OK retransmissions are disabled (partial RFC 6026 adoption).

Security issue

For ticket list, please see Milestone 2.17