PJSIP version 1.4
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 ofpjsua_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()
, andpjsip_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.
- the
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
andstun_srv
array are introduced inpjsua_config
, and the existingstun_host
andstun_domain
settings are now deprecated. Backward compatibility is still maintained, ifstun_srv_cnt
is zero then the values ofstun_host
andstun_domain
will be used.
For more details about the ticket list, please see Release Notes