Skip to content

PJSIP version 1.4

Compare
Choose a tag to compare
@pjsipbot pjsipbot released this 14 Feb 04:57
· 3959 commits to master since this release

Released on 2009-08-17T22:45:49Z

Release Focus

Release focus:

  • Nokia VAS and VAS-Direct Support
  • Initial porting for Symbian 5th Edition
  • Support for SIP Session Timer extension (RFC 4028)
  • New test applications for testing audio subsystem and media handling

Incompatibility Info

Changes that may break compatibility with previous versions.

  • ticket #930 changes the semantic of various SIP contact parameters/settings:
    • the contact_param field of pjsua_acc_config is now used to represent additional Contact header parameters (not Contact URI parameters).
    • the contact argument in pjsip_dlg_create_uac(), pjsip_dlg_create_uas(), and pjsip_endpt_create_request() now represents the value of the Contact header rather than the Contact URI. This may break the compatibility if application specifies the value without the brackets, for example, "sip:10.0.0.1;transport=udp" instead of "sip:10.0.0.1;transport=udp", due to the treatment of the parameters in the Contact header. In the former example, the "transport=udp" parameter will be treated as header parameter and not URI parameter.

Deprecation Info

Info about deprecated APIs:

  • ticket #866 allows application to specify more than one STUN servers in PJSUA-LIB. New settings stun_srv_cnt and stun_srv array are introduced in pjsua_config, and the existing stun_host and stun_domain settings are now deprecated. Backward compatibility is still maintained, if stun_srv_cnt is zero then the values of stun_host and stun_domain will be used.

For more details about the ticket list, please see Release Notes