summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib
AgeCommit message (Expand)Author
2017-01-19Close #1919: Clear unused-variable warnings.Riza Sulistyo
2017-01-11Fixed #1990:Nanang Izzuddin
2016-12-23Fixed #1987: Verify 'med_prov_cnt' after media reinitialization (with a new c...Nanang Izzuddin
2016-12-07Fixed #1985: Escape '@' character in the Replaces parameter of REFER requestLiong Sauw Ming
2016-12-06Fixed #1983: Add option to update call Via addressLiong Sauw Ming
2016-12-06Re #1982: Cleanup call setting flags even if callbacks on_call_tx/rx_offer() ...Liong Sauw Ming
2016-12-06Fixed #1982: Add option to reinitialize call media transportsLiong Sauw Ming
2016-11-23Re #1945: Change the error message on pjsua_media_channel_update() when unkno...Riza Sulistyo
2016-11-21Fixed #1980: Assertion if remote removes some media lines in previous SDP neg...Liong Sauw Ming
2016-11-17Re #1945 (misc): Revert r5484, unreg_timeout can be zero.Liong Sauw Ming
2016-11-17Re #1945 (misc): Normalize account config's unregistration timeout when addin...Liong Sauw Ming
2016-11-14Re #1971: Request IPv4 relay address to an IPv6 TURN server for IPv6-IPv4 con...Nanang Izzuddin
2016-10-17Close #1971: Updated pjsua to enable IPv6 TURN in ICE media transport.Nanang Izzuddin
2016-10-07Fixed #1965: Add support to specify Contact params specific to REGISTER requestsLiong Sauw Ming
2016-10-06Re #1962: Update the ticket number in the code doc.Liong Sauw Ming
2016-10-04Fixed #1962: Premature STUN socket destruction when there's an error during S...Liong Sauw Ming
2016-08-19Misc (re #1945): fixed STUN server resolution should be retried, as PJSUA_STU...Nanang Izzuddin
2016-08-12Fixed #1951: Add callback to configure SRTP setting and key in pjsua/pjsua2Liong Sauw Ming
2016-08-05Re #1910: Implement option to regularly send video keyframe in the beginning ...Riza Sulistyo
2016-08-04Fixed #1949: Support video window manipulation for native previewLiong Sauw Ming
2016-07-14Misc (re #1928): Cleaned up STUN transport config setup for ICE in pjsua.Nanang Izzuddin
2016-07-14Misc (re #1928): Print explicit log message about PJSUA ignoring IPv6 STUN se...Nanang Izzuddin
2016-07-14Misc (re #1928): Use host IP for SIP UDP transport address when STUN resoluti...Nanang Izzuddin
2016-06-30Fixed #1929: Fixed memory leak when using sip_auth_client since it's also use...Liong Sauw Ming
2016-06-29Misc (re #1928): Fixed various compile warnings.Nanang Izzuddin
2016-06-24Fix #1938: Wrong registration renewal flag info in PJSUA registration callbac...Nanang Izzuddin
2016-06-13Re #422: Enable IPv6 in ICE transport in pjsua-lib:Nanang Izzuddin
2016-06-08Re #422: Added IPv6 support to PJNATH, changes:Nanang Izzuddin
2016-06-08Close #1926: Support IPv6 address resolution without DNS resolver.Nanang Izzuddin
2016-06-01Re #1923: Added check for call availability before processing delayed answer,...Nanang Izzuddin
2016-05-31Misc (re #1917): Print warning (instead of returning error) in creating SIP U...Nanang Izzuddin
2016-05-31Re #1918:Nanang Izzuddin
2016-05-30Misc (re #1917): Reset media provisional count in adding video after media in...Nanang Izzuddin
2016-05-27Re #1923: Delay call-hangup triggered from simulated onIncomingCall() to avoi...Riza Sulistyo
2016-05-26Re #1921: Fixed wrong checks in determining IPv6 transport typesLiong Sauw Ming
2016-05-25Re #1917 (misc): Suppress empty-body warning and "logical not is only applied...Liong Sauw Ming
2016-05-24Fix #1923: Delay call-answer triggered from simulated onIncomingCall() to avo...Nanang Izzuddin
2016-05-20Re #1922: Replace IPv4 specific APIs as per Apple's recommendationsLiong Sauw Ming
2016-05-19Fixed #1921: Add support to handle IPv6 transports in pjsua_transport API and...Liong Sauw Ming
2016-05-19Re #1918: Fixed continous looping when trying to resolve STUN server due to l...Riza Sulistyo
2016-05-13Fixed #1918: Add API to update STUN servers and option to retry STUN for medi...Liong Sauw Ming
2016-05-10Fixed #1914: onCreateMediaTransport() callback might not be called on PJSUA2.Riza Sulistyo
2016-05-09Fixed #1914: Ignore STUN error after pjstun_get_mapped_addr2().Riza Sulistyo
2016-05-09Fixed #1913: Add callback for address change notification from STUN keep aliveLiong Sauw Ming
2016-04-20Re #1882 (misc): Removed extraneous (and possibly inaccurate) log when subscr...Liong Sauw Ming
2016-04-04Re #1908: Implement new API to open speaker only in pjsua/pjsua2.Riza Sulistyo
2016-03-03Fixed #1905: assertion in call redirectionLiong Sauw Ming
2016-02-29Re #1882 (misc): Various IPv6 fixes:Liong Sauw Ming
2016-02-05Fixed #1902:Nanang Izzuddin
2016-01-05Re #1882 (misc): Crash when answering call with reason field is set. Thanks t...Riza Sulistyo